diff options
author | David Sterba <dsterba@suse.com> | 2025-05-06 14:04:25 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-05-15 15:30:56 +0300 |
commit | 5f9b394e3295ed82af8da81d3326e5577a140cc8 (patch) | |
tree | d82e9dd61e7ff6b00e18df7903397178bd0fe83f | |
parent | 585e944a31e3e87bc17169a9b519093e77bfdd61 (diff) | |
download | linux-5f9b394e3295ed82af8da81d3326e5577a140cc8.tar.xz |
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 <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 73a2dfb854c5..8d51a76bc451 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig @@ -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 |