On 2024/11/28 12:58, Matthew Wilcox (Oracle) wrote:
This round of f2fs patches accomplishes two things:

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

For all patches in this serial, feel free to add:

Reviewed-by: Chao Yu <c...@kernel.org>

Thanks,


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




_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to