aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi5-27/+86
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria1-7/+5
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria1-2/+3
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria1-1/+1
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-2/+0
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito1-2/+2
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito2-13/+0
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito2-2/+3
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito2-0/+9
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy1-3/+12
2022-10-27block: document connection between child roles and bs->backing/bs->fileVladimir Sementsov-Ogievskiy1-0/+39
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy1-2/+3
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-0/+3
2022-10-27block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy1-0/+13
2022-10-27block: Refactor get_tmp_filename()Bin Meng1-1/+1
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi2-2/+8
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi1-0/+9
2022-10-26block: use BdrvRequestFlags type for supported flag fieldsStefan Hajnoczi1-4/+4
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi2-2/+5
2022-10-07blockjob: remove unused functionsEmanuele Giuseppe Esposito1-19/+12
2022-10-07blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito1-6/+26
2022-10-07blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito1-0/+18
2022-10-07aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKEDEmanuele Giuseppe Esposito1-4/+13
2022-10-07nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch1-1/+0
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev1-1/+1
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev1-3/+3
2022-07-15nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny1-22/+22
2022-07-15hw/nvme: Implement shadow doorbell buffer supportJinhao Fan1-0/+2
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria1-2/+6
2022-07-12block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria1-6/+9
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria1-2/+2
2022-07-12block: Make bdrv_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-5/+5
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-3/+4
2022-06-29block/block-copy: block_copy(): add timeout_ns parameterVladimir Sementsov-Ogievskiy1-1/+3
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito1-0/+2
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy1-1/+1
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi1-1/+0
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk1-0/+17
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk1-0/+5
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak1-0/+20
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak1-0/+23
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake1-1/+2
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake1-1/+1
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne2-0/+13
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz2-1/+1
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy1-1/+1