Hi folks, The 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. The new head of the for-next branch is commit: a40830266566 Merge branch 'xfs-6.15-merge' into for-next 16 new commits: Carlos Maiolino (2): [8e53370903d6] Merge branch 'xfs-6.15-folios_vmalloc' into xfs-6.15-merge [a40830266566] Merge branch 'xfs-6.15-merge' into for-next Chen Ni (1): [ef0f5bd5dd62] xfs: remove unnecessary NULL check before kvfree() Christoph Hellwig (10): [f2a3717a74c2] xfs: add a fast path to xfs_buf_zero when b_addr is set [51e10993153a] xfs: remove xfs_buf.b_offset [48a325a4eec3] xfs: remove xfs_buf_is_vmapped [50a524e0ef9b] xfs: refactor backing memory allocations for buffers [4ef398283182] xfs: remove the kmalloc to page allocator fallback [94c78cfa3bd1] xfs: convert buffer cache to use high order folios [a2f790b28512] xfs: kill XBF_UNMAPPED [e2874632a621] xfs: use vmalloc instead of vm_map_area for buffer backing memory [e614a00117bc] xfs: cleanup mapping tmpfs folios into the buffer cache [89ce287c83c9] xfs: trace what memory backs a buffer Dave Chinner (2): [69659e46b758] xfs: unmapped buffer item size straddling mismatch [fd87851680ed] xfs: buffer items don't straddle pages anymore Jiapeng Chong (1): [fcb255537bee] xfs: Remove duplicate xfs_rtbitmap.h header Code Diffstat: fs/xfs/libxfs/xfs_ialloc.c | 2 +- fs/xfs/libxfs/xfs_inode_buf.c | 2 +- fs/xfs/libxfs/xfs_sb.c | 1 - fs/xfs/scrub/inode_repair.c | 3 +- fs/xfs/xfs_buf.c | 377 +++++++++++++++--------------------------- fs/xfs/xfs_buf.h | 25 ++- fs/xfs/xfs_buf_item.c | 114 ------------- fs/xfs/xfs_buf_item_recover.c | 8 +- fs/xfs/xfs_buf_mem.c | 43 ++--- fs/xfs/xfs_buf_mem.h | 6 +- fs/xfs/xfs_inode.c | 3 +- fs/xfs/xfs_rtalloc.c | 3 +- fs/xfs/xfs_trace.h | 4 + 13 files changed, 169 insertions(+), 422 deletions(-)