]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTAL
authorQu Wenruo <wqu@suse.com>
Fri, 9 Jan 2026 03:31:14 +0000 (14:01 +1030)
committerDavid Sterba <dsterba@suse.com>
Mon, 12 Jan 2026 15:21:55 +0000 (16:21 +0100)
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>
fs/btrfs/Kconfig

index 4438637c8900cdfe64d6d00404d547785930639e..6d6fc85835d4630af82a8719a4f323b9373b68b9 100644 (file)
@@ -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.