summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2026-01-09 14:01:14 +1030
committerDavid Sterba <dsterba@suse.com>2026-01-12 16:21:55 +0100
commit64dd1caf88f96146edee24e82834cf2a11c3932b (patch)
treef4e7b17a2ec1d484fb5d09f556652d54f06d500b /fs
parent08b096c1372cd69627f4f559fb47c9fb67a52b39 (diff)
btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTAL
The following new features are missing: - Async checksum - Shutdown ioctl and auto-degradation - Larger block size support Which is dependent on larger folios. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 4438637c8900..6d6fc85835d4 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -115,6 +115,10 @@ config BTRFS_EXPERIMENTAL
- extent tree v2 - complex rework of extent tracking
- - large folio support
+ - large folio and block size (> page size) support
+
+ - shutdown ioctl and auto-degradation support
+
+ - asynchronous checksum generation for data writes
If unsure, say N.