Age | Commit message (Expand) | Author |
2023-02-01 | block: Convert bdrv_debug_event() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_lock_medium() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_eject() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_get_allocated_file_size() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-02-01 | block: Rename refresh_total_sectors to bdrv_refresh_total_sectors | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_is_inserted() to co_wrapper | Emanuele Giuseppe Esposito |
2023-01-24 | block: remove bdrv_coroutine_enter | Paolo Bonzini |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2022-12-15 | block: GRAPH_RDLOCK for functions only called by co_wrappers | Kevin Wolf |
2022-12-15 | Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCK | Kevin Wolf |
2022-12-15 | block: assert that graph read and writes are performed correctly | Emanuele Giuseppe Esposito |
2022-12-15 | block: remove unnecessary assert_bdrv_graph_writable() | Emanuele Giuseppe Esposito |
2022-12-15 | block: wrlock in bdrv_replace_child_noperm | Emanuele Giuseppe Esposito |
2022-12-15 | block: Fix locking in external_snapshot_prepare() | 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 | block: distinguish between bdrv_create running in coroutine and not | Emanuele Giuseppe Esposito |
2022-12-15 | block: avoid duplicating filename string in bdrv_create | Emanuele Giuseppe Esposito |
2022-12-15 | block: Remove poll parameter from bdrv_parent_drained_begin_single() | Kevin Wolf |
2022-12-15 | block: Don't poll in bdrv_replace_child_noperm() | Kevin Wolf |
2022-12-15 | block: Remove ignore_bds_parents parameter from drain_begin/end. | 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 | stream: Replace subtree drain with a single node drain | Kevin Wolf |
2022-12-15 | block: Don't use subtree drains in bdrv_drop_intermediate() | Kevin Wolf |
2022-12-15 | block: Drain individual nodes during reopen | Kevin Wolf |
2022-12-15 | block: Fix locking for bdrv_reopen_queue_child() | Kevin Wolf |
2022-12-15 | block: Remove drained_end_counter | Kevin Wolf |
2022-12-15 | block: Revert .bdrv_drained_begin/end to non-coroutine_fn | Kevin Wolf |
2022-12-15 | block: refactor bdrv_list_refresh_perms to allow any list of nodes | Vladimir Sementsov-Ogievskiy |
2022-12-15 | block: bdrv_refresh_perms(): allow external tran | Vladimir Sementsov-Ogievskiy |
2022-12-15 | block: drop bdrv_remove_filter_or_cow_child | Vladimir Sementsov-Ogievskiy |
2022-12-15 | block: Inline bdrv_detach_child() | Vladimir Sementsov-Ogievskiy |
2022-11-10 | block: Make bdrv_child_get_parent_aio_context I/O | Hanna Reitz |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana |
2022-10-30 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
2022-10-27 | block: switch to *_co_* functions | Alberto Faria |
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 | block: use the new _change_ API instead of _can_set_ and _set_ | Emanuele Giuseppe Esposito |
2022-10-27 | block: implement .change_aio_ctx in child_of_bds | 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.c: assert bs->aio_context is written under BQL and drains | Emanuele Giuseppe Esposito |
2022-10-27 | block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child | Vladimir Sementsov-Ogievskiy |
2022-10-27 | block: Manipulate bs->file / bs->backing pointers in .attach/.detach | Vladimir Sementsov-Ogievskiy |