Skip to content

Commit 5f9b394

Browse files
committed
btrfs: update list of features built under experimental config
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 <[email protected]>
1 parent 585e944 commit 5f9b394

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

fs/btrfs/Kconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,14 @@ config BTRFS_EXPERIMENTAL
8989

9090
Current list:
9191

92-
- extent map shrinker - performance problems with too frequent shrinks
92+
- COW fixup worker warning - last warning before removing the
93+
functionality catching out-of-band page
94+
dirtying, not necessary since 5.8
95+
96+
- RAID mirror read policy - additional read policies for balancing
97+
reading from redundant block group
98+
profiles (currently: pid, round-robin,
99+
fixed devid)
93100

94101
- send stream protocol v3 - fs-verity support
95102

0 commit comments

Comments
 (0)