Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: add block-group-tree to the default mkfs/convert features
@ 2025-11-27  5:25 Qu Wenruo
  2025-11-27  5:25 ` [PATCH 1/3] btrfs-progs: tests: disable bgt feature for ^no-holes and ^fst runs Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Qu Wenruo @ 2025-11-27  5:25 UTC (permalink / raw)
  To: linux-btrfs

I was planning to do this during v6.12 but forgot it and now the next
LTS kernel release is not that far away, it's finally time to make the
switch.

The first patch is to update the existing test cases related to
disabling no-holes/free-space-tree, which will lead to mkfs/convert
failure as block-group-tree requires those two features.

The second patch is a large page-size specific fix, where on 64K page
size systems misc/057 will fail due to subpage mount always enables v2
free space cache, resulting later conversion failure to fst.

The final patch is the one enabling new default block-group-tree feature
for mkfs and convert.

Qu Wenruo (3):
  btrfs-progs: tests: disable bgt feature for ^no-holes and ^fst runs
  btrfs-progs: misc-tests: check if free space tree is enabled after
    mount
  btrfs-progs: add block-group-tree to the default mkfs features

 Documentation/mkfs.btrfs.rst                           |  2 +-
 common/fsfeatures.c                                    |  2 +-
 common/fsfeatures.h                                    |  3 ++-
 tests/cli-tests/009-btrfstune/test.sh                  |  2 +-
 tests/misc-tests/001-btrfstune-features/test.sh        |  9 +++++----
 tests/misc-tests/057-btrfstune-free-space-tree/test.sh | 10 +++++++++-
 6 files changed, 19 insertions(+), 9 deletions(-)

--
2.52.0


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

end of thread, other threads:[~2025-11-27  5:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27  5:25 [PATCH 0/3] btrfs-progs: add block-group-tree to the default mkfs/convert features Qu Wenruo
2025-11-27  5:25 ` [PATCH 1/3] btrfs-progs: tests: disable bgt feature for ^no-holes and ^fst runs Qu Wenruo
2025-11-27  5:25 ` [PATCH 2/3] btrfs-progs: misc-tests: check if free space tree is enabled after mount Qu Wenruo
2025-11-27  5:25 ` [PATCH 3/3] btrfs-progs: add block-group-tree to the default mkfs features Qu Wenruo
2025-11-27  5:53 ` [PATCH 0/3] btrfs-progs: add block-group-tree to the default mkfs/convert features Qu Wenruo

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