All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: ordered extent csum list related cleanup
@ 2026-02-10  3:24 Qu Wenruo
  2026-02-10  3:24 ` [PATCH 1/3] btrfs: rename btrfs_ordered_extent::list to csum_list Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Qu Wenruo @ 2026-02-10  3:24 UTC (permalink / raw)
  To: linux-btrfs

Trivial changes, please refer to the commit message of each patch.

Qu Wenruo (3):
  btrfs: rename btrfs_ordered_extent::list to csum_list
  btrfs: make add_pending_csums() to take an ordered extent as parameter
  btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()

 fs/btrfs/file-item.c    |  6 +++---
 fs/btrfs/file-item.h    |  6 +++---
 fs/btrfs/inode.c        | 18 ++++++++++--------
 fs/btrfs/ordered-data.c | 10 +++++-----
 fs/btrfs/ordered-data.h |  2 +-
 fs/btrfs/tree-log.c     |  8 ++++----
 fs/btrfs/zoned.c        |  7 +++----
 7 files changed, 29 insertions(+), 28 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-10 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  3:24 [PATCH 0/3] btrfs: ordered extent csum list related cleanup Qu Wenruo
2026-02-10  3:24 ` [PATCH 1/3] btrfs: rename btrfs_ordered_extent::list to csum_list Qu Wenruo
2026-02-10  3:24 ` [PATCH 2/3] btrfs: make add_pending_csums() to take an ordered extent as parameter Qu Wenruo
2026-02-10  3:24 ` [PATCH 3/3] btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums() Qu Wenruo
2026-02-10 12:47 ` [PATCH 0/3] btrfs: ordered extent csum list related cleanup Filipe Manana

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.