btrfs: update list of features built under experimental config
authorDavid Sterba <dsterba@suse.com>
Tue, 6 May 2025 11:04:25 +0000 (13:04 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:56 +0000 (14:30 +0200)
The list is out of date, the extent shrinker got fixed in 6.13. Add new
entries: the COW fixup warning in 6.15, rund robin policies in 6.14.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/Kconfig

index 73a2dfb854c55e4c73b0e14a91ccd71566acd90a..8d51a76bc45193163b5016d92601236b69158926 100644 (file)
@@ -89,7 +89,14 @@ config BTRFS_EXPERIMENTAL
 
          Current list:
 
-         - extent map shrinker - performance problems with too frequent shrinks
+         - COW fixup worker warning - last warning before removing the
+                                      functionality catching out-of-band page
+                                      dirtying, not necessary since 5.8
+
+         - RAID mirror read policy - additional read policies for balancing
+                                     reading from redundant block group
+                                     profiles (currently: pid, round-robin,
+                                     fixed devid)
 
          - send stream protocol v3 - fs-verity support