aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2023-09-11async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27monitor: add missing coroutine_fn annotationAlberto 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-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: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27block: document connection between child roles and bs->backing/bs->fileVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-27block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy
2022-10-27block: Refactor get_tmp_filename()Bin Meng
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-10-26block: use BdrvRequestFlags type for supported flag fieldsStefan Hajnoczi
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi
2022-10-07blockjob: remove unused functionsEmanuele Giuseppe Esposito
2022-10-07blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito
2022-10-07blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito
2022-10-07aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKEDEmanuele Giuseppe Esposito
2022-10-07nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev
2022-07-15nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny
2022-07-15hw/nvme: Implement shadow doorbell buffer supportJinhao Fan
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria
2022-07-12block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria
2022-07-12block: Make bdrv_co_pwrite() take a const bufferAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-06-29block/block-copy: block_copy(): add timeout_ns parameterVladimir Sementsov-Ogievskiy
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne