aboutsummaryrefslogtreecommitdiff
path: root/block/blklogwrites.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-3/+3
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-2/+2
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-03-08block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy1-6/+4
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-1/+0
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-2/+1
2020-05-18block: Use bdrv_default_perms()Max Reitz1-7/+2
2020-05-18block: Use child_of_bds in remaining placesMax Reitz1-2/+2
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz1-1/+2
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-4/+5
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-3/+3
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-3/+5
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz1-22/+0
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+8
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz1-3/+0
2019-02-01block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster1-3/+2
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-07-10block/blklogwrites: Make sure the log sector size is not too smallAri Sundholm1-1/+4
2018-07-05block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm1-2/+18
2018-07-05block/blklogwrites: Add an option for appending to an old logAri Sundholm1-14/+133
2018-07-05block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm1-5/+3
2018-07-05block: Add blklogwritesAapo Vienamo1-0/+414