From: Jaegeuk Kim via Linux-f2fs-devel <linux-f2fs-devel@lists.sourceforge.net>
To: Matthew Wilcox <willy@infradead.org>
Cc: linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 00/11] f2fs folio patches
Date: Mon, 16 Dec 2024 16:11:08 +0000 [thread overview]
Message-ID: <Z2BRHO_OqNZSv8FG@google.com> (raw)
In-Reply-To: <Z2AyQFgxRthSJpFJ@casper.infradead.org>
On 12/16, Matthew Wilcox wrote:
> On Thu, Nov 28, 2024 at 04:58:15AM +0000, Matthew Wilcox (Oracle) wrote:
> > This round of f2fs patches accomplishes two things:
>
> Ping. It's been two weeks and these patches aren't in linux-next yet.
I was testing the series in dev-test.
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/log/?h=dev-test
>
> > - Removal of all references to page->index in f2fs. I'm looking to
> > finish this conversion in the January merge window.
> > - Removal of all calls to page_file_mapping() and folio_file_mapping()
> >
> > I have only compile-tested these patches.
> >
> > Matthew Wilcox (Oracle) (11):
> > f2fs: Use a folio in f2fs_all_cluster_page_ready()
> > f2fs: Use a folio in f2fs_compress_write_end()
> > f2fs: Use a folio in f2fs_truncate_partial_cluster()
> > f2fs: Use a folio in f2fs_write_compressed_pages()
> > f2fs: Convert submit tracepoints to take a folio
> > f2fs: Add F2FS_F_SB()
> > f2fs: Convert f2fs_finish_read_bio() to use folios
> > f2fs: Use a folio more in f2fs_submit_page_bio()
> > f2fs: Use a data folio in f2fs_submit_page_bio()
> > f2fs: Convert __read_io_type() to take a folio
> > f2fs: Remove calls to folio_file_mapping()
> >
> > fs/f2fs/compress.c | 28 ++++++++++++--------
> > fs/f2fs/data.c | 53 +++++++++++++++----------------------
> > fs/f2fs/f2fs.h | 7 ++++-
> > fs/f2fs/inline.c | 2 +-
> > include/trace/events/f2fs.h | 39 +++++++++++++--------------
> > 5 files changed, 65 insertions(+), 64 deletions(-)
> >
> > --
> > 2.45.2
> >
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
next prev parent reply other threads:[~2024-12-16 16:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-28 4:58 [f2fs-dev] [PATCH 00/11] f2fs folio patches Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 01/11] f2fs: Use a folio in f2fs_all_cluster_page_ready() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 02/11] f2fs: Use a folio in f2fs_compress_write_end() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 03/11] f2fs: Use a folio in f2fs_truncate_partial_cluster() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 04/11] f2fs: Use a folio in f2fs_write_compressed_pages() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 05/11] f2fs: Convert submit tracepoints to take a folio Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 06/11] f2fs: Add F2FS_F_SB() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 07/11] f2fs: Convert f2fs_finish_read_bio() to use folios Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 08/11] f2fs: Use a folio more in f2fs_submit_page_bio() Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 09/11] f2fs: Use a data folio " Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 10/11] f2fs: Convert __read_io_type() to take a folio Matthew Wilcox (Oracle)
2024-11-28 4:58 ` [f2fs-dev] [PATCH 11/11] f2fs: Remove calls to folio_file_mapping() Matthew Wilcox (Oracle)
2024-12-16 13:59 ` [f2fs-dev] [PATCH 00/11] f2fs folio patches Matthew Wilcox
2024-12-16 16:11 ` Jaegeuk Kim via Linux-f2fs-devel [this message]
2024-12-16 14:39 ` Chao Yu via Linux-f2fs-devel
2024-12-16 16:40 ` patchwork-bot+f2fs--- via Linux-f2fs-devel
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=Z2BRHO_OqNZSv8FG@google.com \
--to=linux-f2fs-devel@lists.sourceforge.net \
--cc=jaegeuk@kernel.org \
--cc=willy@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.