public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] btrfs: move some features out of experimental
@ 2026-02-27  3:33 Qu Wenruo
  2026-02-27  3:33 ` [PATCH v2 1/4] btrfs: drop 2K block size support Qu Wenruo
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Qu Wenruo @ 2026-02-27  3:33 UTC (permalink / raw)
  To: linux-btrfs

[CHANGELOG]
v2:
- Move bs < ps && bs != 4K out of experimental
  That feature is a pretty small niche though.
  The basis is already there from the bs < ps support for a while.

- Remove 2K block size support
  That is too niche, considering how easy to trigger subpage routine
  with the larger data folio support, there is not much need for it.

The following features can be moved out of experimental in v7.1:

- Large data folios
  It's introduced in v6.17, but we still have a bug fix related for it
  in v6.19.
  If there is no new bug exposed I believe it's time to expose this
  feature to end users.

- Shutdown and remove_bdev callbacks
  It's introduced in v6.19, but there is no major known bug exposed yet.
  Furthermore the remove_bdev callback, aka auto-shutdown/degradation
  when a device is missing, can affect end users.

  Thus we want some feedbacks from early adopters.

- Block size smaller than page size but not 4K support
  The requirement for 4K block size is purely artificial to reduce our
  test load.
  But since we're moving towards supporting all block sizes, the
  artifical limit can be lifted now.

Qu Wenruo (4):
  btrfs: drop 2K block size support
  btrfs: move shutdown and remove_bdev callbacks out of experimental
    features
  btrfs: move larger data folios out of experimental features
  btrfs: move block size < page size support out of experimental
    features

 fs/btrfs/Kconfig       |  4 +---
 fs/btrfs/btrfs_inode.h |  2 --
 fs/btrfs/fs.c          | 16 ++++------------
 fs/btrfs/fs.h          | 11 +----------
 fs/btrfs/super.c       |  4 ----
 5 files changed, 6 insertions(+), 31 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-16  9:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-27  3:33 [PATCH v2 0/4] btrfs: move some features out of experimental Qu Wenruo
2026-02-27  3:33 ` [PATCH v2 1/4] btrfs: drop 2K block size support Qu Wenruo
2026-03-04  3:48   ` David Sterba
2026-03-04  3:51     ` Qu Wenruo
2026-02-27  3:33 ` [PATCH v2 2/4] btrfs: move shutdown and remove_bdev callbacks out of experimental features Qu Wenruo
2026-02-27  3:33 ` [PATCH v2 3/4] btrfs: move larger data folios " Qu Wenruo
2026-03-10  6:43   ` kernel test robot
2026-03-10  7:03     ` Qu Wenruo
2026-03-10  7:21       ` Oliver Sang
2026-03-10  7:58         ` Qu Wenruo
2026-03-11 13:38           ` Oliver Sang
2026-02-27  3:33 ` [PATCH v2 4/4] btrfs: move block size < page size support " Qu Wenruo
2026-03-04  3:57 ` [PATCH v2 0/4] btrfs: move some features out of experimental David Sterba
2026-03-04  4:04   ` Qu Wenruo
2026-03-16  8:58     ` David Sterba
2026-03-16  9:16       ` Qu Wenruo

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