Age | Commit message (Expand) | Author |
2023-09-20 | block: remove AIOCBInfo->get_aio_context() | Stefan Hajnoczi |
2023-09-20 | block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_unref_child() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_attach_child() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Introduce bdrv_schedule_unref() | Kevin Wolf |
2023-05-19 | block: Call .bdrv_co_create(_opts) unlocked | Kevin Wolf |
2023-05-10 | block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-05-10 | block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-05-10 | block: bdrv/blk_co_unref() for calls in coroutine context | Kevin Wolf |
2023-05-10 | block: Consistently call bdrv_activate() outside coroutine | Kevin Wolf |
2023-02-23 | block: Mark bdrv_co_create() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-02-17 | block: Create no_co_wrappers for open functions | Kevin Wolf |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2022-12-15 | block: Factor out bdrv_drain_all_begin_nopoll() | Kevin Wolf |
2022-12-15 | block: convert bdrv_create to co_wrapper | Emanuele Giuseppe Esposito |
2022-12-15 | block: bdrv_create_file is a coroutine_fn | Emanuele Giuseppe Esposito |
2022-12-15 | stream: Replace subtree drain with a single node drain | Kevin Wolf |
2022-11-10 | block: Make bdrv_child_get_parent_aio_context I/O | Hanna Reitz |
2022-10-30 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
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: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context | Emanuele Giuseppe Esposito |
2022-10-27 | block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks | Emanuele Giuseppe Esposito |
2022-10-27 | bdrv_change_aio_context: use hash table instead of list of visited nodes | Emanuele Giuseppe Esposito |
2022-10-27 | block: use transactions as a replacement of ->{can_}set_aio_context() | Emanuele Giuseppe Esposito |
2022-10-27 | block: introduce bdrv_open_file_child() helper | Vladimir Sementsov-Ogievskiy |
2022-10-26 | block: return errors from bdrv_register_buf() | Stefan Hajnoczi |
2022-10-26 | block: pass size to bdrv_unregister_buf() | Stefan Hajnoczi |
2022-05-04 | block: Classify bdrv_get_flags() as I/O function | Hanna Reitz |
2022-03-04 | include/block/block: split header into I/O and global state API | Emanuele Giuseppe Esposito |