Mostly this is prep work for the following patches. Matthew Wilcox (Oracle) (4): readahead: Use a folio in read_pages() fs: Convert is_dirty_writeback() to take a folio mm/readahead: Convert page_cache_async_readahead to take a folio buffer: Rewrite nobh_truncate_page() to use folios Documentation/filesystems/vfs.rst | 10 ++-- fs/btrfs/relocation.c | 5 +- fs/btrfs/send.c | 3 +- fs/buffer.c | 80 ++++++++++++++----------------- fs/nfs/file.c | 21 ++++---- fs/verity/enable.c | 29 ++++++----- include/linux/buffer_head.h | 2 +- include/linux/fs.h | 2 +- include/linux/pagemap.h | 6 +-- mm/readahead.c | 25 +++++----- mm/vmscan.c | 2 +- 11 files changed, 86 insertions(+), 99 deletions(-) -- 2.34.1