Skip to content

Commit 795a292

Browse files
kdaveadam900710
authored andcommitted
btrfs-progs: docs: add more kernel change entries
[ci skip] Signed-off-by: David Sterba <[email protected]>
1 parent 67e087a commit 795a292

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/Feature-by-version.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ features see :doc:`Status<Status>` page.
177177
6.12 (stable)
178178
-------------
179179

180-
-6.12 - cancellable discard/TRIM
180+
6.12 - cancellable discard/TRIM
181181
Add more points where the discard can be interrupted by signals before
182182
it finishes the whole operation.
183183

@@ -237,6 +237,9 @@ features see :doc:`Status<Status>` page.
237237
The defrag ioctl also accepts the negative zstd levels that can be set as
238238
mount option.
239239

240+
6.16 - *standalone mount option nologreplay removed*
241+
Deprecated in 5.9 and replaced with *rescue=nologreplay*.
242+
240243
6.17 (latest)
241244
-------------
242245

@@ -261,6 +264,18 @@ features see :doc:`Status<Status>` page.
261264
File holes, ranges not representing data, were emulated by a zero
262265
filled data. This is less efficient than puching holes.
263266

267+
6.18 - *move rev-verify feature under CONFIG_BTRFS_DEBUG*
268+
Config option CONFIG_BTRFS_FS_REF_VERIFY has been removed and the
269+
debugging functionality of *ref-verify* moved under CONFIG_BTRFS_DEBUG.
270+
271+
6.18 - *new mount option ref_tracker for reference tracking*
272+
A debugging feature to track references (now implemented for delayed
273+
refs) and report leaks eventually.
274+
275+
6.18 - *experimental* enable block size > page size support
276+
Initial support for *bs > ps* with limitations (no direct IO, raid56,
277+
encoded read/write).
278+
264279
5.x
265280
---
266281

0 commit comments

Comments
 (0)