Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Qu Wenruo and committed by
David Sterba
64dd1caf 08b096c1

+5 -1
+5 -1
fs/btrfs/Kconfig
··· 115 115 116 116 - extent tree v2 - complex rework of extent tracking 117 117 118 - - large folio support 118 + - large folio and block size (> page size) support 119 + 120 + - shutdown ioctl and auto-degradation support 121 + 122 + - asynchronous checksum generation for data writes 119 123 120 124 If unsure, say N.