Hi folks, The iomap-for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. This push completes our ability to perform large writes to large folios and have it not suck for writeback. Next up is probably the switch to handling of directio completions in the caller's task context instead of a workqueue, but I think this should soak in for-next for a few days to see what the bots think. :P The new head of the iomap-for-next branch is commit: a67371b7aee9 Merge tag 'iomap-per-block-dirty-tracking' of https://github.com/riteshharjani/linux into iomap-6.6-merge 20 new commits: Darrick J. Wong (2): [d42bd17c6a20] Merge tag 'large-folio-writes' of git://git.infradead.org/users/willy/pagecache into iomap-6.6-merge [a67371b7aee9] Merge tag 'iomap-per-block-dirty-tracking' of https://github.com/riteshharjani/linux into iomap-6.6-merge Matthew Wilcox (Oracle) (10): [f7f9a0c8736d] iov_iter: Map the page later in copy_page_from_iter_atomic() [908a1ad89466] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic() [1b0306981e0f] iov_iter: Add copy_folio_from_iter_atomic() [a221ab717c43] iomap: Remove large folio handling in iomap_invalidate_folio() [32b29cc9db45] doc: Correct the description of ->release_folio [7a8eb01b078f] iomap: Remove unnecessary test from iomap_release_folio() [ffc143db63ee] filemap: Add fgf_t typedef [4f6617011910] filemap: Allow __filemap_get_folio to allocate large folios [d6bb59a9444d] iomap: Create large folios in the buffered write path [5d8edfb900d5] iomap: Copy larger chunks from userspace Ritesh Harjani (IBM) (8): [04f52c4e6f80] iomap: Rename iomap_page to iomap_folio_state and others [3ea5c76cadee] iomap: Drop ifs argument from iomap_set_range_uptodate() [cc86181a3b76] iomap: Add some uptodate state handling helpers for ifs state bitmap [eee2d2e6ea55] iomap: Fix possible overflow condition in iomap_write_delalloc_scan [0af2b37d8e7a] iomap: Use iomap_punch_t typedef [7f79d85b525b] iomap: Refactor iomap_write_delalloc_punch() function out [a01b8f225248] iomap: Allocate ifs in ->write_begin() early [4ce02c679722] iomap: Add per-block dirty state tracking to improve performance Code Diffstat: Documentation/filesystems/locking.rst | 15 +- fs/btrfs/file.c | 6 +- fs/f2fs/compress.c | 2 +- fs/f2fs/f2fs.h | 2 +- fs/gfs2/aops.c | 2 +- fs/gfs2/bmap.c | 2 +- fs/iomap/buffered-io.c | 469 +++++++++++++++++++++++----------- fs/xfs/xfs_aops.c | 2 +- fs/zonefs/file.c | 2 +- include/linux/iomap.h | 3 +- include/linux/pagemap.h | 82 +++++- include/linux/uio.h | 9 +- lib/iov_iter.c | 43 ++-- mm/filemap.c | 65 ++--- mm/folio-compat.c | 2 +- mm/readahead.c | 13 - 16 files changed, 481 insertions(+), 238 deletions(-)