summaryrefslogtreecommitdiffstats
path: root/block/blklogwrites.c
Commit message (Expand)AuthorAgeFilesLines
* 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