All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: rename btrfs_subpage to btrfs_folio_state
@ 2025-06-02  0:38 Qu Wenruo
  2025-06-02  0:38 ` [PATCH 1/2] btrfs: add comments on the extra btrfs specific subpage bitmaps Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Qu Wenruo @ 2025-06-02  0:38 UTC (permalink / raw)
  To: linux-btrfs

This migration is mostly to align the naming to iomap, so btrfs_subpage
is renamed to btrfs_folio_state.

But before the rename, explain why btrfs needs the following extra
sub-bitmaps in the first patch.

Qu Wenruo (2):
  btrfs: add comments on the extra btrfs specific subpage bitmaps
  btrfs: rename btrfs_subpage structure

 fs/btrfs/extent_io.c |  29 +++---
 fs/btrfs/inode.c     |   8 +-
 fs/btrfs/subpage.c   | 239 +++++++++++++++++++++----------------------
 fs/btrfs/subpage.h   |  46 +++++++--
 4 files changed, 172 insertions(+), 150 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-02 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02  0:38 [PATCH 0/2] btrfs: rename btrfs_subpage to btrfs_folio_state Qu Wenruo
2025-06-02  0:38 ` [PATCH 1/2] btrfs: add comments on the extra btrfs specific subpage bitmaps Qu Wenruo
2025-06-02  0:38 ` [PATCH 2/2] btrfs: rename btrfs_subpage structure Qu Wenruo
2025-06-02 18:17   ` David Sterba
2025-06-02 18:15 ` [PATCH 0/2] btrfs: rename btrfs_subpage to btrfs_folio_state David Sterba

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.