linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] UFS: Final folio conversions
@ 2024-10-05 18:02 Matthew Wilcox (Oracle)
  2024-10-05 18:02 ` [PATCH 1/5] ufs: Convert ufs_inode_getblock() to take a folio Matthew Wilcox (Oracle)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-10-05 18:02 UTC (permalink / raw)
  To: Alexander Viro; +Cc: Matthew Wilcox (Oracle), linux-fsdevel

This is the last use of struct page I've been able to find in UFS.
All the hard work was done earlier; this is just passing in bh->b_folio
instead of bh->b_page.

Matthew Wilcox (Oracle) (5):
  ufs: Convert ufs_inode_getblock() to take a folio
  ufs: Convert ufs_extend_tail() to take a folio
  ufs: Convert ufs_inode_getfrag() to take a folio
  ufs: Pass a folio to ufs_new_fragments()
  ufs: Convert ufs_change_blocknr() to take a folio

 fs/ufs/balloc.c | 16 ++++++++--------
 fs/ufs/inode.c  | 30 ++++++++++++++----------------
 fs/ufs/ufs.h    |  8 ++++----
 3 files changed, 26 insertions(+), 28 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-10-05 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 18:02 [PATCH 0/5] UFS: Final folio conversions Matthew Wilcox (Oracle)
2024-10-05 18:02 ` [PATCH 1/5] ufs: Convert ufs_inode_getblock() to take a folio Matthew Wilcox (Oracle)
2024-10-05 18:02 ` [PATCH 2/5] ufs: Convert ufs_extend_tail() " Matthew Wilcox (Oracle)
2024-10-05 18:02 ` [PATCH 3/5] ufs: Convert ufs_inode_getfrag() " Matthew Wilcox (Oracle)
2024-10-05 18:02 ` [PATCH 4/5] ufs: Pass a folio to ufs_new_fragments() Matthew Wilcox (Oracle)
2024-10-05 18:02 ` [PATCH 5/5] ufs: Convert ufs_change_blocknr() to take a folio Matthew Wilcox (Oracle)
2024-10-05 18:31 ` [PATCH 0/5] UFS: Final folio conversions Al Viro
2024-10-05 21:21   ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).