index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
block: Add option to use driver whitelist even in tools
Kevin Wolf
1
-0
/
+3
2021-07-09
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
1
-7
/
+42
2021-07-09
block: Add bdrv_reopen_queue_free()
Alberto Garcia
1
-6
/
+16
2021-07-09
qemu-img: Require -F with -b backing image
Eric Blake
1
-26
/
+11
2021-06-29
block: Allow changing bs->file on reopen
Alberto Garcia
1
-24
/
+54
2021-06-29
block: BDRVReopenState: drop replace_backing_bs field
Vladimir Sementsov-Ogievskiy
1
-6
/
+4
2021-06-29
block: move supports_backing check to bdrv_set_file_or_backing_noperm()
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2021-06-29
block: bdrv_reopen_parse_backing(): simplify handling implicit filters
Vladimir Sementsov-Ogievskiy
1
-37
/
+16
2021-06-29
block: bdrv_reopen_parse_backing(): don't check frozen child
Vladimir Sementsov-Ogievskiy
1
-13
/
+1
2021-06-29
block: bdrv_reopen_parse_backing(): don't check aio context
Vladimir Sementsov-Ogievskiy
1
-33
/
+0
2021-06-29
block: introduce bdrv_set_file_or_backing_noperm()
Vladimir Sementsov-Ogievskiy
1
-20
/
+63
2021-06-29
block: introduce bdrv_remove_file_or_backing_child()
Vladimir Sementsov-Ogievskiy
1
-7
/
+17
2021-06-29
block: comment graph-modifying function not updating permissions
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2021-06-29
block: rename bdrv_replace_child to bdrv_replace_child_tran
Vladimir Sementsov-Ogievskiy
1
-6
/
+8
2021-06-29
block: BDRV_O_NO_IO for backing file on creation
Max Reitz
1
-1
/
+5
2021-06-29
Prevent compiler warning on block.c
Miroslav Rezanina
1
-1
/
+1
2021-06-25
block: check for sys/disk.h
Joelle van Dyne
1
-1
/
+1
2021-06-02
block: improve permission conflict error message
Vladimir Sementsov-Ogievskiy
1
-7
/
+22
2021-06-02
block: simplify bdrv_child_user_desc()
Vladimir Sementsov-Ogievskiy
1
-5
/
+2
2021-06-02
block: improve bdrv_child_get_parent_desc()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-06-02
block: document child argument of bdrv_attach_child_common()
Vladimir Sementsov-Ogievskiy
1
-9
/
+15
2021-06-02
block: drop BlockDriverState::read_only
Vladimir Sementsov-Ogievskiy
1
-6
/
+1
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
1
-4
/
+7
2021-06-02
block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-05-18
block: Fix Transaction leak in bdrv_reopen_multiple()
Kevin Wolf
1
-1
/
+1
2021-05-18
block: Fix Transaction leak in bdrv_root_attach_child()
Kevin Wolf
1
-3
/
+4
2021-05-14
block: drop write notifiers
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-30
block: refactor bdrv_node_check_perm()
Vladimir Sementsov-Ogievskiy
1
-27
/
+11
2021-04-30
block: rename bdrv_replace_child_safe() to bdrv_replace_child()
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2021-04-30
block: refactor bdrv_child_set_perm_safe() transaction action
Vladimir Sementsov-Ogievskiy
1
-41
/
+22
2021-04-30
block: inline bdrv_replace_child()
Vladimir Sementsov-Ogievskiy
1
-83
/
+18
2021-04-30
block: inline bdrv_check_perm_common()
Vladimir Sementsov-Ogievskiy
1
-29
/
+3
2021-04-30
block: drop unused permission update functions
Vladimir Sementsov-Ogievskiy
1
-103
/
+0
2021-04-30
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
1
-133
/
+54
2021-04-30
block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare
Vladimir Sementsov-Ogievskiy
1
-6
/
+8
2021-04-30
block: add bdrv_set_backing_noperm() transaction action
Vladimir Sementsov-Ogievskiy
1
-17
/
+37
2021-04-30
block: make bdrv_refresh_limits() to be a transaction action
Vladimir Sementsov-Ogievskiy
1
-5
/
+4
2021-04-30
block: make bdrv_unset_inherits_from to be a transaction action
Vladimir Sementsov-Ogievskiy
1
-4
/
+42
2021-04-30
block: drop ignore_children for permission update functions
Vladimir Sementsov-Ogievskiy
1
-27
/
+11
2021-04-30
block: introduce bdrv_drop_filter()
Vladimir Sementsov-Ogievskiy
1
-4
/
+39
2021-04-30
block: add bdrv_remove_filter_or_cow transaction action
Vladimir Sementsov-Ogievskiy
1
-2
/
+82
2021-04-30
block: adapt bdrv_append() for inserting filters
Vladimir Sementsov-Ogievskiy
1
-7
/
+20
2021-04-30
block: split out bdrv_replace_node_noperm()
Vladimir Sementsov-Ogievskiy
1
-19
/
+31
2021-04-30
block: add bdrv_attach_child_noperm() transaction action
Vladimir Sementsov-Ogievskiy
1
-13
/
+58
2021-04-30
block: add bdrv_attach_child_common() transaction action
Vladimir Sementsov-Ogievskiy
1
-54
/
+136
2021-04-30
block: fix bdrv_replace_node_common
Vladimir Sementsov-Ogievskiy
1
-25
/
+18
2021-04-30
block: add bdrv_replace_child_safe() transaction action
Vladimir Sementsov-Ogievskiy
1
-0
/
+54
2021-04-30
block: add bdrv_list_* permission update functions
Vladimir Sementsov-Ogievskiy
1
-35
/
+71
2021-04-30
block: add bdrv_drv_set_perm transaction action
Vladimir Sementsov-Ogievskiy
1
-16
/
+54
[next]