All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: enable full bs <= ps support
@ 2026-06-19  8:54 Qu Wenruo
  2026-06-19  8:54 ` [PATCH 1/2] btrfs: remove the out-of-date comments on the 2K block size Qu Wenruo
  2026-06-19  8:54 ` [PATCH 2/2] btrfs: allow any block size that is no larger than page size Qu Wenruo
  0 siblings, 2 replies; 5+ messages in thread
From: Qu Wenruo @ 2026-06-19  8:54 UTC (permalink / raw)
  To: linux-btrfs

Btrfs has supported block size < page size for a while, but that is only
when the block size is 4K.
So for 64K page size, 8K/16K/32K block sizes are not supported no matter
what.

That's is completely an artificial limit, introduced just to reduce our
test workload.
But after all these years, we even have experimental bs > ps support
now.

There is really no reason not to support the extra block sizes.

The first patch is a small comment update.
The second one introduces the real change.

Qu Wenruo (2):
  btrfs: remove the out-of-date comments on the 2K block size
  btrfs: allow any block size that is no larger than page size

 fs/btrfs/fs.c | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-19  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-19  8:54 [PATCH 0/2] btrfs: enable full bs <= ps support Qu Wenruo
2026-06-19  8:54 ` [PATCH 1/2] btrfs: remove the out-of-date comments on the 2K block size Qu Wenruo
2026-06-19  9:04   ` Johannes Thumshirn
2026-06-19  8:54 ` [PATCH 2/2] btrfs: allow any block size that is no larger than page size Qu Wenruo
2026-06-19  9:08   ` Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.