aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test-bdrv-drain.c
AgeCommit message (Expand)Author
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi
2023-05-19test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf
2023-05-19test-bdrv-drain: Take graph lock more selectivelyKevin Wolf
2023-05-10test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito
2022-10-07jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito
2021-12-28test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-06-29block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-03-12tests: Move unit tests into a separate directoryThomas Huth