Age | Commit message (Expand) | Author |
2023-02-23 | block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-02-23 | block: Mark public read/write functions GRAPH_RDLOCK | Kevin Wolf |
2023-02-23 | block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-02-23 | block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK | Emanuele Giuseppe Esposito |
2023-02-23 | block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2022-12-15 | block: Revert .bdrv_drained_begin/end to non-coroutine_fn | Kevin Wolf |
2022-10-27 | block: introduce bdrv_open_file_child() helper | Vladimir Sementsov-Ogievskiy |
2022-10-07 | throttle: add missing coroutine_fn annotations | Paolo Bonzini |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-07 | block: Inline bdrv_co_block_status_from_*() | Max Reitz |
2020-09-07 | throttle: Support compressed writes | Max Reitz |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz |
2020-05-18 | block: Make filter drivers use child_of_bds | Max Reitz |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz |
2020-02-18 | block: Remove bdrv_recurse_is_first_non_filter() | Max Reitz |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng |
2018-06-11 | throttle: Fix crash on reopen | Alberto Garcia |
2018-05-15 | block: Support BDRV_REQ_WRITE_UNCHANGED in filters | Max Reitz |
2018-03-26 | block/throttle: Remove protocol-related fields | Fabiano Rosas |
2018-03-02 | block: Switch passthrough drivers to .bdrv_co_block_status() | Eric Blake |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2017-10-13 | block/throttle.c: add bdrv_co_drain_begin/end callbacks | Manos Pitsidianakis |
2017-09-06 | block: add throttle block filter driver | Manos Pitsidianakis |