[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v2 0/3] blklogwrites improvements
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH v2 0/3] blklogwrites improvements |
Date: |
Thu, 5 Jul 2018 11:07:36 +0200 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
Am 04.07.2018 um 16:59 hat Ari Sundholm geschrieben:
> 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.
>
> v2:
> - Fix error path of log superblock update interval set to 0
Thanks, applied to the block branch.
Kevin