Age | Commit message (Expand) | Author | Files | Lines |
2023-02-01 | block: Convert bdrv_lock_medium() to co_wrapper | Emanuele Giuseppe Esposito | 1 | -3/+3 |
2023-02-01 | block: Convert bdrv_eject() to co_wrapper | Emanuele Giuseppe Esposito | 1 | -3/+3 |
2023-02-01 | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -3/+4 |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -3/+3 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2022-12-15 | block: bdrv_create_file is a coroutine_fn | Emanuele Giuseppe Esposito | 1 | -1/+1 |
2022-10-30 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi | 1 | -2/+2 |
2022-10-27 | block: Manipulate bs->file / bs->backing pointers in .attach/.detach | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2022-10-26 | block: add BDRV_REQ_REGISTERED_BUF request flag | Stefan Hajnoczi | 1 | -0/+2 |
2022-10-07 | raw-format: add missing coroutine_fn annotations | Paolo Bonzini | 1 | -1/+2 |
2022-09-30 | block: use bdrv_is_sg() helper instead of raw bs->sg reading | Denis V. Lunev | 1 | -2/+2 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -0/+1 |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of uint64_t in copy_range driver handlers | Vladimir Sementsov-Ogievskiy | 1 | -8/+8 |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 1 | -10/+10 |
2021-09-01 | raw-format: drop WRITE and RESIZE child perms when possible | Stefan Hajnoczi | 1 | -1/+20 |
2021-02-12 | block/raw-format: implement .bdrv_cancel_in_flight handler | Vladimir Sementsov-Ogievskiy | 1 | -0/+6 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -2/+1 |
2020-05-28 | qcow2: Expose bitmaps' size during measure | Eric Blake | 1 | -1/+1 |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz | 1 | -1/+1 |
2020-05-18 | block: Use child_of_bds in remaining places | Max Reitz | 1 | -2/+13 |
2020-05-18 | raw-format: Split raw_read_options() | Max Reitz | 1 | -45/+65 |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz | 1 | -1/+1 |
2020-05-18 | block: Add BlockDriver.is_format | Max Reitz | 1 | -0/+1 |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 1 | -6/+0 |
2020-04-30 | raw-format: Support BDRV_REQ_ZERO_WRITE for truncate | Kevin Wolf | 1 | -1/+3 |
2020-04-30 | block: Add flags to bdrv(_co)_truncate() | Kevin Wolf | 1 | -1/+1 |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 1 | -1/+1 |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 1 | -1/+3 |
2019-10-28 | block: Let format drivers pass @exact | Max Reitz | 1 | -1/+1 |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 1 | -2/+3 |
2019-08-19 | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 1 | -0/+6 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-26 | block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers | Kevin Wolf | 1 | -1/+1 |
2019-03-12 | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia | 1 | -0/+3 |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 1 | -1/+9 |
2019-02-25 | block: Use bdrv_refresh_filename() to pull | Max Reitz | 1 | -0/+1 |
2018-08-15 | block: drop empty .bdrv_close handlers | Vladimir Sementsov-Ogievskiy | 1 | -5/+0 |
2018-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -9/+17 |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng | 1 | -1/+1 |
2018-07-10 | block: split flags in copy_range | Vladimir Sementsov-Ogievskiy | 1 | -8/+16 |
2018-07-09 | raw: Drop superfluous semicolon | Fam Zheng | 1 | -1/+1 |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 1 | -4/+4 |
2018-06-01 | raw: Implement copy offloading | Fam Zheng | 1 | -0/+32 |
2018-06-01 | raw: Check byte range uniformly | Fam Zheng | 1 | -25/+39 |
2018-05-15 | block: Support BDRV_REQ_WRITE_UNCHANGED in filters | Max Reitz | 1 | -4/+5 |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 1 | -2/+3 |