linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: David Woodhouse <dwmw2@infradead.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
	Richard Weinberger <richard@nod.at>,
	linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org,
	Christian Brauner <brauner@kernel.org>
Subject: [PATCH 0/2] Finish converting jffs2 to folios
Date: Wed, 14 Aug 2024 20:59:11 +0100	[thread overview]
Message-ID: <20240814195915.249871-1-willy@infradead.org> (raw)

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


             reply	other threads:[~2024-08-14 19:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14 19:59 Matthew Wilcox (Oracle) [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240814195915.249871-1-willy@infradead.org \
    --to=willy@infradead.org \
    --cc=brauner@kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).