aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria4-24/+24
2022-10-27qcow: switch to *_co_* functionsAlberto Faria1-22/+23
2022-10-27parallels: switch to *_co_* functionsAlberto Faria1-14/+14
2022-10-27mirror: switch to *_co_* functionsAlberto Faria1-2/+2
2022-10-27block: switch to *_co_* functionsAlberto Faria2-3/+3
2022-10-27commit: switch to *_co_* functionsAlberto Faria1-1/+1
2022-10-27vmdk: manually add more coroutine_fn annotationsPaolo Bonzini1-17/+17
2022-10-27qcow2: manually add more coroutine_fn annotationsPaolo Bonzini4-24/+27
2022-10-27qcow: manually add more coroutine_fn annotationsPaolo Bonzini1-6/+9
2022-10-27blkdebug: add missing coroutine_fn annotation for indirect-called functionsPaolo Bonzini1-1/+1
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria1-4/+4
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria2-14/+12
2022-10-27coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria1-3/+5
2022-10-27coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria1-5/+5
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria1-2/+3
2022-10-27ssh: add missing coroutine_fn annotationAlberto Faria1-3/+3
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria3-3/+4
2022-10-27block: remove incorrect coroutine_fn annotationAlberto Faria1-2/+2
2022-10-27backup: remove incorrect coroutine_fn annotationAlberto Faria1-1/+1
2022-10-27block/nfs: Fix 32-bit Windows buildBin Meng1-0/+8
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito8-35/+27
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito3-7/+6
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito5-277/+0
2022-10-27block: use the new _change_ API instead of _can_set_ and _set_Emanuele Giuseppe Esposito2-21/+31
2022-10-27block-backend: implement .change_aio_ctx in child_rootEmanuele Giuseppe Esposito1-0/+52
2022-10-27block: implement .change_aio_ctx in child_of_bdsEmanuele Giuseppe Esposito1-0/+9
2022-10-27blockjob: implement .change_aio_ctx in child_jobEmanuele Giuseppe Esposito1-0/+45
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito3-14/+19
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito3-1/+228
2022-10-27block.c: assert bs->aio_context is written under BQL and drainsEmanuele Giuseppe Esposito1-0/+2
2022-10-27block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_childVladimir Sementsov-Ogievskiy1-18/+9
2022-10-27block/snapshot: drop indirection around bdrv_snapshot_fallback_ptrVladimir Sementsov-Ogievskiy1-22/+16
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy6-144/+126
2022-10-27Revert "block: Pass BdrvChild ** to replace_child_noperm"Vladimir Sementsov-Ogievskiy1-12/+11
2022-10-27Revert "block: Restructure remove_file_or_backing_child()"Vladimir Sementsov-Ogievskiy1-12/+9
2022-10-27Revert "block: Let replace_child_tran keep indirect pointer"Vladimir Sementsov-Ogievskiy1-71/+10
2022-10-27Revert "block: Let replace_child_noperm free children"Vladimir Sementsov-Ogievskiy1-79/+23
2022-10-27block/snapshot: stress that we fallback to primary childVladimir Sementsov-Ogievskiy1-20/+10
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-Ogievskiy2-9/+20
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy1-0/+1
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy1-31/+49
2022-10-27block/blklogwrites: don't care to remove bs->file child on failureVladimir Sementsov-Ogievskiy1-4/+0
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy24-101/+95
2022-10-27block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy3-0/+15
2022-10-27vhost-user-blk: fix the resize crashLi Feng1-0/+4
2022-10-27block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"Sam Li2-13/+1
2022-10-27vvfat: allow spaces in file namesHervé Poussineau1-1/+1
2022-10-27vvfat: allow some writes to bootsectorHervé Poussineau1-1/+25
2022-10-27block: Refactor get_tmp_filename()Bin Meng6-34/+38