aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2024-07-04block: Parse filenames only when explicitly requestedKevin Wolf
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-27block: switch to *_co_* functionsAlberto Faria
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito
2022-10-27block: use the new _change_ API instead of _can_set_ and _set_Emanuele Giuseppe Esposito
2022-10-27block: implement .change_aio_ctx in child_of_bdsEmanuele Giuseppe Esposito
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito
2022-10-27block.c: assert bs->aio_context is written under BQL and drainsEmanuele Giuseppe Esposito
2022-10-27block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_childVladimir Sementsov-Ogievskiy
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Pass BdrvChild ** to replace_child_noperm"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Restructure remove_file_or_backing_child()"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Let replace_child_tran keep indirect pointer"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Let replace_child_noperm free children"Vladimir Sementsov-Ogievskiy
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-27block: Refactor get_tmp_filename()Bin Meng
2022-10-27block: Ignore close() failure in get_tmp_filename()Bin Meng
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito
2022-10-07block: add missing coroutine_fn annotationsPaolo Bonzini
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
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