linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] nilfs2: Finish folio conversion
@ 2024-10-02 15:00 Matthew Wilcox (Oracle)
  2024-10-02 15:00 ` [PATCH 1/4] nilfs2: Remove nilfs_writepage Matthew Wilcox (Oracle)
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-10-02 15:00 UTC (permalink / raw)
  To: Ryusuke Konishi; +Cc: Matthew Wilcox (Oracle), linux-fsdevel, linux-nilfs

After "nilfs2: Convert nilfs_copy_buffer() to use folios", there are
only a few remaining users of struct page in all of nilfs2, and they're
straightforward to remove.  Build tested only.

Matthew Wilcox (Oracle) (4):
  nilfs2: Remove nilfs_writepage
  nilfs2: Convert nilfs_page_count_clean_buffers() to take a folio
  nilfs2: Convert nilfs_recovery_copy_block() to take a folio
  nilfs2: Convert metadata aops from writepage to writepages

 fs/nilfs2/dir.c      |  2 +-
 fs/nilfs2/inode.c    | 35 ++---------------------------------
 fs/nilfs2/mdt.c      | 19 +++++++++++++++----
 fs/nilfs2/page.c     |  4 ++--
 fs/nilfs2/page.h     |  4 ++--
 fs/nilfs2/recovery.c | 11 ++++-------
 6 files changed, 26 insertions(+), 49 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-10-03 12:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 15:00 [PATCH 0/4] nilfs2: Finish folio conversion Matthew Wilcox (Oracle)
2024-10-02 15:00 ` [PATCH 1/4] nilfs2: Remove nilfs_writepage Matthew Wilcox (Oracle)
2024-10-03 11:47   ` Ryusuke Konishi
2024-10-02 15:00 ` [PATCH 2/4] nilfs2: Convert nilfs_page_count_clean_buffers() to take a folio Matthew Wilcox (Oracle)
2024-10-03 11:51   ` Ryusuke Konishi
2024-10-02 15:00 ` [PATCH 3/4] nilfs2: Convert nilfs_recovery_copy_block() " Matthew Wilcox (Oracle)
2024-10-03 11:54   ` Ryusuke Konishi
2024-10-02 15:00 ` [PATCH 4/4] nilfs2: Convert metadata aops from writepage to writepages Matthew Wilcox (Oracle)
2024-10-03 11:49   ` Ryusuke Konishi
2024-10-02 15:40 ` [PATCH 0/4] nilfs2: Finish folio conversion Ryusuke Konishi
2024-10-03 12:20   ` Ryusuke Konishi

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).