File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ features see :doc:`Status<Status>` page.
1771776.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+
2402436.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+
2642795.x
265280---
266281
You can’t perform that action at this time.
0 commit comments