Skip to content

Commit dfb668c

Browse files
committed
btrfs-progs: docs: add headings for stable versions in Feature-by-version
[ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 0de1f3e commit dfb668c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Documentation/Feature-by-version.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ features see :doc:`Status<Status>` page.
3535
is logged. The information is also accessible in
3636
:file:`/sys/fs/btrfs/FSID/checksum`.
3737

38+
6.1 (stable)
39+
------------
40+
3841
6.1 - sysfs support to temporarily skip exact qgroup accounting
3942
Allow user override of qgroup accounting and make it temporarily out
4043
of date e.g. in case when there are several subvolumes deleted and the
@@ -93,6 +96,9 @@ features see :doc:`Status<Status>` page.
9396
finalizing the directory, the cache also gains significant speedups (up
9497
to 10x).
9598

99+
6.6 (stable)
100+
------------
101+
96102
6.7 - raid-stripe-tree
97103
New tree for logical mapping, allows some RAID modes for zoned mode.
98104

@@ -168,7 +174,10 @@ features see :doc:`Status<Status>` page.
168174
reads. The direct io is still locked but this should not be mixed with
169175
buffered writes.
170176

171-
6.12 - cancellable discard/TRIM
177+
6.12 (stable)
178+
-------------
179+
180+
-6.12 - cancellable discard/TRIM
172181
Add more points where the discard can be interrupted by signals before
173182
it finishes the whole operation.
174183

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

240+
6.17 (latest)
241+
-------------
242+
231243
6.17 - track current commit duration in commit_stats
232244
Add entry to :file:`commit_stats` to detect commit stalls, for
233245
debugging or monitoring purposes.
@@ -276,6 +288,9 @@ features see :doc:`Status<Status>` page.
276288
Verify metadata blocks before submitting them to the devices. This can
277289
catch consistency problems or bitflips.
278290

291+
5.4 (stable)
292+
------------
293+
279294
5.5 - more checksums
280295
New checksum algorithms: xxhash (64b), SHA256 (256b), BLAKE2b (256b).
281296

@@ -312,6 +327,9 @@ features see :doc:`Status<Status>` page.
312327
5.9 - FS_INFO ioctl
313328
Export more information: checksum type, checksum size, generation, metadata_uuid
314329

330+
5.10 (stable)
331+
-------------
332+
315333
5.10 - exclusive ops in sysfs
316334
Export which filesystem exclusive operation is running (balance,
317335
resize, device add/delete/replace, ...)
@@ -349,6 +367,9 @@ features see :doc:`Status<Status>` page.
349367
value *no* sets NOCOMPRESS bit while empty value resets all compression
350368
settings (either compression or NOCOMPRESS bit).
351369

370+
5.15 (stable)
371+
-------------
372+
352373
5.15 - fsverity
353374
The fs-verity is a support layer that filesystems can hook into to
354375
support transparent integrity and authenticity protection of read-only

0 commit comments

Comments
 (0)