- 15aee7a block: Classify bdrv_get_flags() as I/O function by Hanna Reitz · 2 years, 11 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
- f0c2832 block_int-common.h: assertions in the callers of BdrvChildClass function pointers by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- da35990 block_int-common.h: assertions in the callers of BlockDriver function pointers by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 1581a70 block/coroutines: I/O and "I/O or GS" API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- bdb7347 block.c: add assertions to static functions by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 696bf4c block: introduce assert_bdrv_graph_writable by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 967d790 IO_CODE and IO_OR_GS_CODE for block_int I/O API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- b4ad82a assertions for block_int global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 862fded block.c: assertions to the block layer permissions API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 384a48f IO_CODE and IO_OR_GS_CODE for block I/O API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- f791bf7 assertions for block global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 3b491a9 include/block/block: split header into I/O and global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 11d0c9b block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- a94750d block: introduce bdrv_activate by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- c0829cb block: bdrv_set_backing_hd(): use drained section by Vladimir Sementsov-Ogievskiy · 3 years, 2 months ago
- 64631f3 block: drop BLK_PERM_GRAPH_MOD by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
- fa8fc1d block_int: make bdrv_backing_overridden static by Emanuele Giuseppe Esposito · 3 years, 3 months ago
- b0a9f6f block: Let replace_child_noperm free children by Hanna Reitz · 3 years, 4 months ago
- 82b54cf block: Let replace_child_tran keep indirect pointer by Hanna Reitz · 3 years, 4 months ago
- 562bda8 block: Restructure remove_file_or_backing_child() by Hanna Reitz · 3 years, 4 months ago
- be64bbb block: Pass BdrvChild ** to replace_child_noperm by Hanna Reitz · 3 years, 4 months ago
- 2651806 block: Drop detached child from ignore list by Hanna Reitz · 3 years, 4 months ago
- 04c9c3a block: Unite remove_empty_child and child_free by Hanna Reitz · 3 years, 4 months ago
- a225369 block: Manipulate children list in .attach/.detach by Hanna Reitz · 3 years, 4 months ago
- bfb8aa6 block: Fail gracefully when blockdev-snapshot creates loops by Kevin Wolf · 3 years, 5 months ago
- b11c873 block: bdrv_insert_node(): don't use bdrv_open() by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- 96796fa block: bdrv_insert_node(): doc and style by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- f053b7e block: bdrv_insert_node(): fix and improve error handling by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- 621d173 block: implement bdrv_new_open_driver_opts() by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- a13de40 block: bdrv_inactivate_recurse(): check for permissions and fix crash by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- 0bc329f block: block-status cache for data regions by Hanna Reitz · 3 years, 7 months ago
- bd8f4c4 block: introduce bdrv_replace_child_bs() by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
- e5f05f8 block: Add option to use driver whitelist even in tools by Kevin Wolf · 3 years, 8 months ago
- 6cf42ca block: Acquire AioContexts during bdrv_reopen_multiple() by Kevin Wolf · 3 years, 8 months ago
- ab5b5228 block: Add bdrv_reopen_queue_free() by Alberto Garcia · 3 years, 8 months ago
- 497a30d qemu-img: Require -F with -b backing image by Eric Blake · 3 years, 11 months ago
- ecd30d2 block: Allow changing bs->file on reopen by Alberto Garcia · 3 years, 9 months ago
- 3d0e874 block: BDRVReopenState: drop replace_backing_bs field by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 25f78d9 block: move supports_backing check to bdrv_set_file_or_backing_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- cbfdb98 block: bdrv_reopen_parse_backing(): simplify handling implicit filters by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- bfae052 block: bdrv_reopen_parse_backing(): don't check frozen child by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- fd26b8a block: bdrv_reopen_parse_backing(): don't check aio context by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- e923827 block: introduce bdrv_set_file_or_backing_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 5b99501 block: introduce bdrv_remove_file_or_backing_child() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 7ec390d block: comment graph-modifying function not updating permissions by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 4bf021d block: rename bdrv_replace_child to bdrv_replace_child_tran by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- d5b2399 block: BDRV_O_NO_IO for backing file on creation by Max Reitz · 3 years, 9 months ago
- 2d369d6 Prevent compiler warning on block.c by Miroslav Rezanina · 3 years, 11 months ago
- feccdce block: check for sys/disk.h by Joelle van Dyne · 4 years ago
- 30ebb9a block: improve permission conflict error message by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- da261b6 block: simplify bdrv_child_user_desc() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- 2c0a3ac block: improve bdrv_child_get_parent_desc() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- f8d2ad7 block: document child argument of bdrv_attach_child_common() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- 975da07 block: drop BlockDriverState::read_only by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- 307261b block: consistently use bdrv_is_read_only() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- fb62b58 block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- e3fc91a block: Fix Transaction leak in bdrv_reopen_multiple() by Kevin Wolf · 3 years, 11 months ago
- e878bb1 block: Fix Transaction leak in bdrv_root_attach_child() by Kevin Wolf · 3 years, 11 months ago
- ad578c5 block: drop write notifiers by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 4 years ago
- c20555e block: refactor bdrv_node_check_perm() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 2fe5ff5 block: rename bdrv_replace_child_safe() to bdrv_replace_child() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- ecb776b block: refactor bdrv_child_set_perm_safe() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 4954aac block: inline bdrv_replace_child() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 2540980 block: inline bdrv_check_perm_common() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 058acc4 block: drop unused permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 72373e4 block: bdrv_reopen_multiple: refresh permissions on updated graph by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- a2aabf8 block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 160333e block: add bdrv_set_backing_noperm() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 1e4c797 block: make bdrv_refresh_limits() to be a transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 332b3a1 block: make bdrv_unset_inherits_from to be a transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 9397c14 block: drop ignore_children for permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 3108a15 block: introduce bdrv_drop_filter() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 46541ee block: add bdrv_remove_filter_or_cow transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 2272edc block: adapt bdrv_append() for inserting filters by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 117caba block: split out bdrv_replace_node_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- aa5a04c block: add bdrv_attach_child_noperm() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 548a74c block: add bdrv_attach_child_common() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 3bb0e29 block: fix bdrv_replace_node_common by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 0978623 block: add bdrv_replace_child_safe() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- b1d2bbe block: add bdrv_list_* permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 2513ef5 block: add bdrv_drv_set_perm transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- bd57f8f block: use topological sort for permission update by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 3ef45e0 block: inline bdrv_child_*() permission functions calls by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 83928dc block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- b0defa8 block: refactor bdrv_child* permission functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 3bf416b block: bdrv_refresh_perms: check for parents permissions conflict by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 53e96d1 block: make bdrv_reopen_{prepare,commit,abort} private by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 228ca37 block: drop ctx argument from bdrv_root_attach_child by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 3ca1f32 block: BdrvChildClass: add .get_parent_aio_context handler by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- ae9d441 block: bdrv_append(): don't consume reference by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 729222a block: remove format defaults from QemuOpts in bdrv_create_file() by Stefano Garzarella · 4 years ago
- 9abda42 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into staging by Peter Maydell · 4 years ago
- dc9c10a block: drop extra error propagation for bdrv_set_backing_hd by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 785ec4b block: Clarify error messages pertaining to 'node-name' by Connor Kuehl · 4 years ago
- a890f08 block: add bdrv_co_delete_file_noerr by Maxim Levitsky · 4 years, 3 months ago
- 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- a1e708f block: return status from bdrv_append and friends by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago