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