summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-2/+2
* block_int-common.h: assertions in the callers of BdrvChildClass function poin...Emanuele Giuseppe Esposito2022-03-041-1/+9
* block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito2022-03-041-0/+17
* block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* block.c: add assertions to static functionsEmanuele Giuseppe Esposito2022-03-041-1/+45
* block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito2022-03-041-0/+4
* IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito2022-03-041-1/+13
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+15
* block.c: assertions to the block layer permissions APIEmanuele Giuseppe Esposito2022-03-041-0/+12
* IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito2022-03-041-1/+36
* assertions for block global state APIEmanuele Giuseppe Esposito2022-03-041-2/+123
* include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito2022-03-041-0/+3
* block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activateEmanuele Giuseppe Esposito2022-03-041-14/+23
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-041-1/+6
* block: bdrv_set_backing_hd(): use drained sectionVladimir Sementsov-Ogievskiy2022-02-011-0/+4
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-6/+1Star
* block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2022-01-141-1/+3
* block: Let replace_child_noperm free childrenHanna Reitz2021-11-161-23/+79
* block: Let replace_child_tran keep indirect pointerHanna Reitz2021-11-161-10/+73
* block: Restructure remove_file_or_backing_child()Hanna Reitz2021-11-161-9/+12
* block: Pass BdrvChild ** to replace_child_nopermHanna Reitz2021-11-161-11/+12
* block: Drop detached child from ignore listHanna Reitz2021-11-161-3/+5
* block: Unite remove_empty_child and child_freeHanna Reitz2021-11-161-13/+13
* block: Manipulate children list in .attach/.detachHanna Reitz2021-11-161-9/+5Star
* block: Fail gracefully when blockdev-snapshot creates loopsKevin Wolf2021-11-021-0/+10
* block: bdrv_insert_node(): don't use bdrv_open()Vladimir Sementsov-Ogievskiy2021-10-061-6/+28
* block: bdrv_insert_node(): doc and styleVladimir Sementsov-Ogievskiy2021-10-061-2/+11
* block: bdrv_insert_node(): fix and improve error handlingVladimir Sementsov-Ogievskiy2021-10-061-4/+5
* block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy2021-10-061-4/+21
* block: bdrv_inactivate_recurse(): check for permissions and fix crashVladimir Sementsov-Ogievskiy2021-09-151-0/+8
* block: block-status cache for data regionsHanna Reitz2021-09-151-0/+80
* block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy2021-09-011-0/+31
* block: Add option to use driver whitelist even in toolsKevin Wolf2021-07-201-0/+3
* block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-7/+42
* block: Add bdrv_reopen_queue_free()Alberto Garcia2021-07-091-6/+16
* qemu-img: Require -F with -b backing imageEric Blake2021-07-091-26/+11Star
* block: Allow changing bs->file on reopenAlberto Garcia2021-06-291-24/+54
* block: BDRVReopenState: drop replace_backing_bs fieldVladimir Sementsov-Ogievskiy2021-06-291-6/+4Star
* block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy2021-06-291-14/+15
* block: bdrv_reopen_parse_backing(): simplify handling implicit filtersVladimir Sementsov-Ogievskiy2021-06-291-37/+16Star
* block: bdrv_reopen_parse_backing(): don't check frozen childVladimir Sementsov-Ogievskiy2021-06-291-13/+1Star
* block: bdrv_reopen_parse_backing(): don't check aio contextVladimir Sementsov-Ogievskiy2021-06-291-33/+0Star
* block: introduce bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy2021-06-291-20/+63
* block: introduce bdrv_remove_file_or_backing_child()Vladimir Sementsov-Ogievskiy2021-06-291-7/+17
* block: comment graph-modifying function not updating permissionsVladimir Sementsov-Ogievskiy2021-06-291-0/+8
* block: rename bdrv_replace_child to bdrv_replace_child_tranVladimir Sementsov-Ogievskiy2021-06-291-6/+8
* block: BDRV_O_NO_IO for backing file on creationMax Reitz2021-06-291-1/+5
* Prevent compiler warning on block.cMiroslav Rezanina2021-06-291-1/+1
* block: check for sys/disk.hJoelle van Dyne2021-06-251-1/+1