aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-04block_int-common.h: assertions in the callers of BdrvChildClass function poin...Emanuele Giuseppe Esposito
2022-03-04block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito
2022-03-04block.c: add assertions to static functionsEmanuele Giuseppe Esposito
2022-03-04block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04block.c: assertions to the block layer permissions APIEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activateEmanuele Giuseppe Esposito
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito
2022-02-01block: bdrv_set_backing_hd(): use drained sectionVladimir Sementsov-Ogievskiy
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2022-01-14block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito
2021-11-16block: Let replace_child_noperm free childrenHanna Reitz
2021-11-16block: Let replace_child_tran keep indirect pointerHanna Reitz
2021-11-16block: Restructure remove_file_or_backing_child()Hanna Reitz
2021-11-16block: Pass BdrvChild ** to replace_child_nopermHanna Reitz
2021-11-16block: Drop detached child from ignore listHanna Reitz
2021-11-16block: Unite remove_empty_child and child_freeHanna Reitz
2021-11-16block: Manipulate children list in .attach/.detachHanna Reitz
2021-11-02block: Fail gracefully when blockdev-snapshot creates loopsKevin Wolf
2021-10-06block: bdrv_insert_node(): don't use bdrv_open()Vladimir Sementsov-Ogievskiy
2021-10-06block: bdrv_insert_node(): doc and styleVladimir Sementsov-Ogievskiy
2021-10-06block: bdrv_insert_node(): fix and improve error handlingVladimir Sementsov-Ogievskiy
2021-10-06block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy
2021-09-15block: bdrv_inactivate_recurse(): check for permissions and fix crashVladimir Sementsov-Ogievskiy
2021-09-15block: block-status cache for data regionsHanna Reitz
2021-09-01block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy
2021-07-20block: Add option to use driver whitelist even in toolsKevin Wolf
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf
2021-07-09block: Add bdrv_reopen_queue_free()Alberto Garcia
2021-07-09qemu-img: Require -F with -b backing imageEric Blake
2021-06-29block: Allow changing bs->file on reopenAlberto Garcia
2021-06-29block: BDRVReopenState: drop replace_backing_bs fieldVladimir Sementsov-Ogievskiy
2021-06-29block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy
2021-06-29block: bdrv_reopen_parse_backing(): simplify handling implicit filtersVladimir Sementsov-Ogievskiy
2021-06-29block: bdrv_reopen_parse_backing(): don't check frozen childVladimir Sementsov-Ogievskiy
2021-06-29block: bdrv_reopen_parse_backing(): don't check aio contextVladimir Sementsov-Ogievskiy
2021-06-29block: introduce bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy
2021-06-29block: introduce bdrv_remove_file_or_backing_child()Vladimir Sementsov-Ogievskiy
2021-06-29block: comment graph-modifying function not updating permissionsVladimir Sementsov-Ogievskiy
2021-06-29block: rename bdrv_replace_child to bdrv_replace_child_tranVladimir Sementsov-Ogievskiy
2021-06-29block: BDRV_O_NO_IO for backing file on creationMax Reitz
2021-06-29Prevent compiler warning on block.cMiroslav Rezanina