Hi folks, The iomap-5.15-merge 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. Just sneaking in a couple more patches from Matthew Wilcox so that (presumably) Christoph has a stable place to rebase the iomap_iter series. The new head of the iomap-5.15-merge branch is commit: ae44f9c286da iomap: Add another assertion to inline data handling New Commits: Andreas Gruenbacher (1): [f1f264b4c134] iomap: Fix some typos and bad grammar Christoph Hellwig (2): [d0364f9490d7] iomap: simplify iomap_readpage_actor [c1b79f11f4ec] iomap: simplify iomap_add_to_ioend Gao Xiang (1): [69f4a26c1e0c] iomap: support reading inline data from non-zero pos Matthew Wilcox (Oracle) (3): [b405435b419c] iomap: Support inline data with block size < page size [ab069d5fdcd1] iomap: Use kmap_local_page instead of kmap_atomic [ae44f9c286da] iomap: Add another assertion to inline data handling Code Diffstat: fs/iomap/buffered-io.c | 165 +++++++++++++++++++++++++------------------------ fs/iomap/direct-io.c | 10 +-- include/linux/iomap.h | 18 ++++++ 3 files changed, 108 insertions(+), 85 deletions(-)