Age | Commit message (Expand) | Author | Files | Lines |
2022-02-01 | block: bdrv_set_backing_hd(): use drained section | Vladimir Sementsov-Ogievskiy | 1 | -0/+4 |
2022-01-14 | block: drop BLK_PERM_GRAPH_MOD | Vladimir Sementsov-Ogievskiy | 1 | -6/+1 |
2022-01-14 | block_int: make bdrv_backing_overridden static | Emanuele Giuseppe Esposito | 1 | -1/+3 |
2021-11-16 | block: Let replace_child_noperm free children | Hanna Reitz | 1 | -23/+79 |
2021-11-16 | block: Let replace_child_tran keep indirect pointer | Hanna Reitz | 1 | -10/+73 |
2021-11-16 | block: Restructure remove_file_or_backing_child() | Hanna Reitz | 1 | -9/+12 |
2021-11-16 | block: Pass BdrvChild ** to replace_child_noperm | Hanna Reitz | 1 | -11/+12 |
2021-11-16 | block: Drop detached child from ignore list | Hanna Reitz | 1 | -3/+5 |
2021-11-16 | block: Unite remove_empty_child and child_free | Hanna Reitz | 1 | -13/+13 |
2021-11-16 | block: Manipulate children list in .attach/.detach | Hanna Reitz | 1 | -9/+5 |
2021-11-02 | block: Fail gracefully when blockdev-snapshot creates loops | Kevin Wolf | 1 | -0/+10 |
2021-10-06 | block: bdrv_insert_node(): don't use bdrv_open() | Vladimir Sementsov-Ogievskiy | 1 | -6/+28 |
2021-10-06 | block: bdrv_insert_node(): doc and style | Vladimir Sementsov-Ogievskiy | 1 | -2/+11 |
2021-10-06 | block: bdrv_insert_node(): fix and improve error handling | Vladimir Sementsov-Ogievskiy | 1 | -4/+5 |
2021-10-06 | block: implement bdrv_new_open_driver_opts() | Vladimir Sementsov-Ogievskiy | 1 | -4/+21 |
2021-09-15 | block: bdrv_inactivate_recurse(): check for permissions and fix crash | Vladimir Sementsov-Ogievskiy | 1 | -0/+8 |
2021-09-15 | block: block-status cache for data regions | Hanna Reitz | 1 | -0/+80 |
2021-09-01 | block: introduce bdrv_replace_child_bs() | Vladimir Sementsov-Ogievskiy | 1 | -0/+31 |
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 |