qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] blklogwrites improvements
@ 2018-07-04 14:46 Ari Sundholm
  2018-07-04 14:46 ` [Qemu-devel] [PATCH 1/3] block/blklogwrites: Change log_sector_size from int64_t to uint64_t Ari Sundholm
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ari Sundholm @ 2018-07-04 14:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Ari Sundholm, Kevin Wolf, Max Reitz, qemu-block

This patch set contains a trivial printf format fix, followed by two
new features for the blklogwrites driver.

The first feature is an option to append to an existing log, adopting
its sector size and other metadata in its superblock. This can be
useful, and was suggested by Kevin Wolf.

The second feature is an option for specifying how often the log
superblock is updated, in terms of number of total write entries
logged. This ensures that the log superblock is relatively up-to-date
even in the face of abnormal QEMU shutdown.

Based-on: <1530629328-10193-1-git-send-email-ari@tuxera.com>

Ari Sundholm (3):
  block/blklogwrites: Change log_sector_size from int64_t to uint64_t
  block/blklogwrites: Add an option for appending to an old log
  block/blklogwrites: Add an option for the update interval of the log
    superblock

 block/blklogwrites.c | 170 +++++++++++++++++++++++++++++++++++++++++++++------
 qapi/block-core.json |   7 ++-
 2 files changed, 157 insertions(+), 20 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-04 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 14:46 [Qemu-devel] [PATCH 0/3] blklogwrites improvements Ari Sundholm
2018-07-04 14:46 ` [Qemu-devel] [PATCH 1/3] block/blklogwrites: Change log_sector_size from int64_t to uint64_t Ari Sundholm
2018-07-04 14:46 ` [Qemu-devel] [PATCH 2/3] block/blklogwrites: Add an option for appending to an old log Ari Sundholm
2018-07-04 14:46 ` [Qemu-devel] [PATCH 3/3] block/blklogwrites: Add an option for the update interval of the log superblock Ari Sundholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).