Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG
@ 2024-09-16  9:05 Qu Wenruo
  2024-09-16  9:05 ` [PATCH 1/2] btrfs: make assert_rbio() to only check CONFIG_BTRFS_DEBUG Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Qu Wenruo @ 2024-09-16  9:05 UTC (permalink / raw)
  To: linux-btrfs

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(-)

-- 
2.46.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-17 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16  9:05 [PATCH 0/2] btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG Qu Wenruo
2024-09-16  9:05 ` [PATCH 1/2] btrfs: make assert_rbio() to only check CONFIG_BTRFS_DEBUG Qu Wenruo
2024-09-16  9:05 ` [PATCH 2/2] btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG Qu Wenruo
2024-09-17 16:57   ` Filipe Manana
2024-09-16 10:58 ` [PATCH 0/2] " Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox