summaryrefslogtreecommitdiffstats
path: root/block/blklogwrites.c
Commit message (Expand)AuthorAgeFilesLines
* block/blklogwrites: don't care to remove bs->file child on failureVladimir Sementsov-Ogievskiy2022-10-271-4/+0Star
* block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy2022-10-271-5/+2Star
* block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-3/+3
* block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-2/+2
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy2021-03-081-6/+4Star
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-1/+0Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-2/+1Star
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-2/+1Star
* block: Use bdrv_default_perms()Max Reitz2020-05-181-7/+2Star
* block: Use child_of_bds in remaining placesMax Reitz2020-05-181-2/+2
* block: Make filter drivers use child_of_bdsMax Reitz2020-05-181-1/+2
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-4/+5
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-3/+3
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-3/+5
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-22/+0Star
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+8
* block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-251-3/+0Star
* block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster2019-02-011-3/+2Star
* block: Use BdrvChild to discardFam Zheng2018-07-101-1/+1
* block/blklogwrites: Make sure the log sector size is not too smallAri Sundholm2018-07-101-1/+4
* block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm2018-07-051-2/+18
* block/blklogwrites: Add an option for appending to an old logAri Sundholm2018-07-051-14/+133
* block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm2018-07-051-5/+3Star
* block: Add blklogwritesAapo Vienamo2018-07-051-0/+414