From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
Christoph Hellwig <hch@infradead.org>,
linux-fsdevel@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH 0/2] Convert writepage_t to use a folio
Date: Thu, 26 Jan 2023 20:12:53 +0000 [thread overview]
Message-ID: <20230126201255.1681189-1-willy@infradead.org> (raw)
Against next-20230125. More folioisation. I split out the mpage
work from everything else because it completely dominated the patch,
but some implementations I just converted outright.
Matthew Wilcox (Oracle) (2):
fs: Convert writepage_t callback to pass a folio
mpage: Convert __mpage_writepage() to use a folio more fully
fs/cifs/file.c | 8 +++----
fs/ext4/inode.c | 4 ++--
fs/ext4/super.c | 6 ++---
fs/fuse/file.c | 18 +++++++--------
fs/iomap/buffered-io.c | 5 ++---
fs/mpage.c | 46 +++++++++++++++++++--------------------
fs/nfs/write.c | 7 +++---
fs/ntfs3/inode.c | 6 ++---
fs/orangefs/inode.c | 23 ++++++++++----------
include/linux/writeback.h | 2 +-
mm/page-writeback.c | 6 ++---
11 files changed, 64 insertions(+), 67 deletions(-)
--
2.35.1
next reply other threads:[~2023-01-26 20:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-26 20:12 Matthew Wilcox (Oracle) [this message]
2023-01-26 20:12 ` [PATCH 1/2] fs: Convert writepage_t callback to pass a folio Matthew Wilcox (Oracle)
2023-01-28 17:13 ` kernel test robot
2023-01-29 21:33 ` Andrew Morton
2023-01-26 20:12 ` [PATCH 2/2] mpage: Convert __mpage_writepage() to use a folio more fully Matthew Wilcox (Oracle)
2023-01-26 22:59 ` Andrew Morton
2023-01-30 11:04 ` Alexander Egorenkov
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=20230126201255.1681189-1-willy@infradead.org \
--to=willy@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=hch@infradead.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/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).