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>
This commit is contained in:
Qu Wenruo 2026-01-09 14:01:14 +10:30 committed by David Sterba
parent 08b096c137
commit 64dd1caf88

View 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.