| Commit message (Expand) | Author | Age | Files | Lines |
* | block/raw-format: implement .bdrv_cancel_in_flight handler | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+6 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | qcow2: Expose bitmaps' size during measure | Eric Blake | 2020-05-28 | 1 | -1/+1 |
* | block: Use bdrv_default_perms() | Max Reitz | 2020-05-18 | 1 | -1/+1 |
* | block: Use child_of_bds in remaining places | Max Reitz | 2020-05-18 | 1 | -2/+13 |
* | raw-format: Split raw_read_options() | Max Reitz | 2020-05-18 | 1 | -45/+65 |
* | block: Add BdrvChildRole to BdrvChild | Max Reitz | 2020-05-18 | 1 | -1/+1 |
* | block: Add BlockDriver.is_format | Max Reitz | 2020-05-18 | 1 | -0/+1 |
* | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 2020-05-08 | 1 | -6/+0 |
* | raw-format: Support BDRV_REQ_ZERO_WRITE for truncate | Kevin Wolf | 2020-04-30 | 1 | -1/+3 |
* | block: Add flags to bdrv(_co)_truncate() | Kevin Wolf | 2020-04-30 | 1 | -1/+1 |
* | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 2020-04-30 | 1 | -1/+1 |
* | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 2020-03-26 | 1 | -1/+3 |
* | block: Let format drivers pass @exact | Max Reitz | 2019-10-28 | 1 | -1/+1 |
* | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 2019-10-28 | 1 | -2/+3 |
* | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 2019-08-19 | 1 | -0/+6 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers | Kevin Wolf | 2019-03-26 | 1 | -1/+1 |
* | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia | 2019-03-12 | 1 | -0/+3 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -1/+9 |
* | block: Use bdrv_refresh_filename() to pull | Max Reitz | 2019-02-25 | 1 | -0/+1 |
* | block: drop empty .bdrv_close handlers | Vladimir Sementsov-Ogievskiy | 2018-08-15 | 1 | -5/+0 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2018-07-10 | 1 | -9/+17 |
|\ |
|
| * | block: Use BdrvChild to discard | Fam Zheng | 2018-07-10 | 1 | -1/+1 |
| * | block: split flags in copy_range | Vladimir Sementsov-Ogievskiy | 2018-07-10 | 1 | -8/+16 |
* | | raw: Drop superfluous semicolon | Fam Zheng | 2018-07-09 | 1 | -1/+1 |
|/ |
|
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -4/+4 |
* | raw: Implement copy offloading | Fam Zheng | 2018-06-01 | 1 | -0/+32 |
* | raw: Check byte range uniformly | Fam Zheng | 2018-06-01 | 1 | -25/+39 |
* | block: Support BDRV_REQ_WRITE_UNCHANGED in filters | Max Reitz | 2018-05-15 | 1 | -4/+5 |
* | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -2/+3 |
* | raw: Switch to .bdrv_co_block_status() | Eric Blake | 2018-03-02 | 1 | -8/+8 |
* | block: remove unused bdrv_media_changed | Manos Pitsidianakis | 2017-09-04 | 1 | -6/+0 |
* | block: Add PreallocMode to bdrv_truncate() | Max Reitz | 2017-07-11 | 1 | -7/+1 |
* | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 2017-07-11 | 1 | -1/+8 |
* | raw-format: add bdrv_measure() support | Stefan Hajnoczi | 2017-07-11 | 1 | -0/+26 |
* | block: Simplify use of BDRV_BLOCK_RAW | Eric Blake | 2017-07-10 | 1 | -1/+1 |
* | block: change variable names in BlockDriverState | Manos Pitsidianakis | 2017-06-26 | 1 | -4/+4 |
* | block: Add .bdrv_truncate() error messages | Max Reitz | 2017-04-28 | 1 | -0/+2 |
* | block: Add errp to BD.bdrv_truncate() | Max Reitz | 2017-04-28 | 1 | -2/+2 |
* | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 2017-04-28 | 1 | -1/+1 |
* | block: Request child permissions in filter drivers | Kevin Wolf | 2017-02-28 | 1 | -0/+1 |
* | block: Attach bs->file only during .bdrv_open() | Kevin Wolf | 2017-02-24 | 1 | -0/+6 |
* | block: Pass BdrvChild to bdrv_truncate() | Kevin Wolf | 2017-02-24 | 1 | -1/+1 |
* | block: Rename raw_bsd to raw-format.c | Eric Blake | 2017-01-09 | 1 | -0/+490 |