linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Finish converting jffs2 to folios
@ 2024-08-14 19:59 Matthew Wilcox (Oracle)
  2024-08-14 19:59 ` [PATCH 1/2] jffs2: Convert jffs2_do_readpage_nolock to take a folio Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-08-14 19:59 UTC (permalink / raw)
  To: David Woodhouse
  Cc: Matthew Wilcox (Oracle), Richard Weinberger, linux-mtd,
	linux-fsdevel, Christian Brauner

This patch series applies on top of fs-next.  I suggest it goes through
Christian's tree.  After applying these two patches, there are no more
references to 'struct page' in jffs2.  I obviously haven't tested it at
all beyond compilation.

Matthew Wilcox (Oracle) (2):
  jffs2: Convert jffs2_do_readpage_nolock to take a folio
  jffs2: Use a folio in jffs2_garbage_collect_dnode()

 fs/jffs2/file.c | 24 +++++++++++-------------
 fs/jffs2/gc.c   | 25 ++++++++++++-------------
 2 files changed, 23 insertions(+), 26 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-08-19 11:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 19:59 [PATCH 0/2] Finish converting jffs2 to folios Matthew Wilcox (Oracle)
2024-08-14 19:59 ` [PATCH 1/2] jffs2: Convert jffs2_do_readpage_nolock to take a folio Matthew Wilcox (Oracle)
2024-08-16 12:59   ` Zhihao Cheng
2024-08-14 19:59 ` [PATCH 2/2] jffs2: Use a folio in jffs2_garbage_collect_dnode() Matthew Wilcox (Oracle)
2024-08-16 13:10   ` Zhihao Cheng
2024-08-19 11:41 ` [PATCH 0/2] Finish converting jffs2 to folios Christian Brauner

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