Age | Commit message (Expand) | Author |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-30 | block: drain from main loop thread in bdrv_co_yield_to_drain() | Stefan Hajnoczi |
2023-05-19 | test-bdrv-drain: Call bdrv_co_unref() in coroutine context | Kevin Wolf |
2023-05-19 | test-bdrv-drain: Take graph lock more selectively | Kevin Wolf |
2023-05-10 | test-bdrv-drain: Don't modify the graph in coroutines | Kevin Wolf |
2023-02-23 | block: Mark public read/write functions GRAPH_RDLOCK | Kevin Wolf |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2022-12-15 | test-bdrv-drain: Fix incorrrect drain assumptions | Kevin Wolf |
2022-12-15 | block: Don't poll in bdrv_replace_child_noperm() | Kevin Wolf |
2022-12-15 | block: Call drain callbacks only once | Kevin Wolf |
2022-12-15 | block: Remove subtree drains | Kevin Wolf |
2022-12-15 | block: Revert .bdrv_drained_begin/end to non-coroutine_fn | Kevin Wolf |
2022-12-15 | test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end() | Kevin Wolf |
2022-10-27 | block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai... | Emanuele Giuseppe Esposito |
2022-10-27 | block: Manipulate bs->file / bs->backing pointers in .attach/.detach | Vladimir Sementsov-Ogievskiy |
2022-10-27 | tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing | Vladimir Sementsov-Ogievskiy |
2022-10-07 | job.c: enable job lock/unlock and remove Aiocontext locks | Emanuele Giuseppe Esposito |
2022-10-07 | jobs: use job locks also in the unit tests | Emanuele Giuseppe Esposito |
2021-12-28 | test-bdrv-drain: don't use BlockJob.blk | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy |
2021-06-29 | block: move supports_backing check to bdrv_set_file_or_backing_noperm() | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block: bdrv_append(): don't consume reference | Vladimir Sementsov-Ogievskiy |
2021-03-12 | tests: Move unit tests into a separate directory | Thomas Huth |