linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] More GFS2 folio conversions
@ 2024-04-03 17:23 Matthew Wilcox (Oracle)
  2024-04-03 17:23 ` [PATCH 1/4] gfs2: Convert gfs2_page_mkwrite() to use a folio Matthew Wilcox (Oracle)
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-04-03 17:23 UTC (permalink / raw)
  To: linux-fsdevel, Andreas Gruenbacher; +Cc: Matthew Wilcox (Oracle), gfs2

Yet more gfs2 folio conversions.  As usual, compile tested only.
The third patch is a bit more "interesting" than most.

Matthew Wilcox (Oracle) (4):
  gfs2: Convert gfs2_page_mkwrite() to use a folio
  gfs2: Add a migrate_folio operation for journalled files
  gfs2: Simplify gfs2_read_super
  gfs2: Convert gfs2_aspace_writepage() to use a folio

 fs/gfs2/aops.c       | 34 ++-----------------------
 fs/gfs2/file.c       | 59 ++++++++++++++++++++++----------------------
 fs/gfs2/meta_io.c    | 16 ++++++------
 fs/gfs2/ops_fstype.c | 46 ++++++++++------------------------
 4 files changed, 53 insertions(+), 102 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-03 19:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 17:23 [PATCH 0/4] More GFS2 folio conversions Matthew Wilcox (Oracle)
2024-04-03 17:23 ` [PATCH 1/4] gfs2: Convert gfs2_page_mkwrite() to use a folio Matthew Wilcox (Oracle)
2024-04-03 17:23 ` [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files Matthew Wilcox (Oracle)
2024-05-02 20:23   ` Andreas Gruenbacher
2024-05-03 18:30     ` Matthew Wilcox
2024-05-03 19:04       ` Andreas Gruenbacher
2024-04-03 17:23 ` [PATCH 3/4] gfs2: Simplify gfs2_read_super Matthew Wilcox (Oracle)
2024-04-03 17:23 ` [PATCH 4/4] gfs2: Convert gfs2_aspace_writepage() to use a folio Matthew Wilcox (Oracle)
2024-05-02 20:17 ` [PATCH 0/4] More GFS2 folio conversions Andreas Gruenbacher

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