Commit 64dd1caf authored by Qu Wenruo's avatar Qu Wenruo Committed by David Sterba
Browse files

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: default avatarQu Wenruo <wqu@suse.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 08b096c1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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.