Skip to content

Commit 993c9b5

Browse files
committed
Merge branch 'for-7.1/block' into for-next
* for-7.1/block: zloop: forget write cache on force removal zloop: refactor zloop_rw
2 parents c9b52ec + 829def1 commit 993c9b5

2 files changed

Lines changed: 226 additions & 116 deletions

File tree

Documentation/admin-guide/blockdev/zoned_loop.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ ordered_zone_append Enable zloop mitigation of zone append reordering.
104104
(extents), as when enabled, this can significantly reduce
105105
the number of data extents needed to for a file data
106106
mapping.
107+
discard_write_cache Discard all data that was not explicitly persisted using a
108+
flush operation when the device is removed by truncating
109+
each zone file to the size recorded during the last flush
110+
operation. This simulates power fail events where
111+
uncommitted data is lost.
107112
=================== =========================================================
108113

109114
3) Deleting a Zoned Device

0 commit comments

Comments
 (0)