mbox series

[0/2] btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG

Message ID cover.1726477365.git.wqu@suse.com (mailing list archive)
Headers show
Series btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG | expand

Message

Qu Wenruo Sept. 16, 2024, 9:05 a.m. UTC
The first patch is to make it more consistent for assert_rbio() to
follow the CONFIG_BTRFS_ASSERT.

Then the second patch split out the following features into the new
CONFIG_BTRFS_EXPERIMENTAL:

- Extent map shrinker
- Extent tree v2
- Raid stripe tree
- Csum offload mode
- Send string v3

This is mostly to make those features to get more attention, and
eventually to move into stable features.

So far I think csum offload mode and extent map shrinker are strong
candidates, and later sector perfect compression will also join the
experimental features.

Qu Wenruo (2):
  btrfs: make assert_rbio() to only check CONFIG_BTRFS_DEBUG
  btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG

 fs/btrfs/Kconfig   | 9 +++++++++
 fs/btrfs/bio.c     | 2 +-
 fs/btrfs/fs.h      | 4 ++--
 fs/btrfs/raid56.c  | 3 +--
 fs/btrfs/send.h    | 2 +-
 fs/btrfs/super.c   | 6 +++---
 fs/btrfs/sysfs.c   | 4 ++--
 fs/btrfs/volumes.h | 4 ++--
 8 files changed, 21 insertions(+), 13 deletions(-)

Comments

Johannes Thumshirn Sept. 16, 2024, 10:58 a.m. UTC | #1
Looks good to me,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>