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: 1928a4228b2f Merge branch 'xfs-6.17-merge' into for-next 15 new commits: Carlos Maiolino (2): [ec5a785ea7c5] Merge branch 'xfs-6.16-fixes' into for-next [1928a4228b2f] Merge branch 'xfs-6.17-merge' into for-next Christoph Hellwig (6): [a578a8efa707] xfs: clean up the initial read logic in xfs_readsb [d9b1e348cff7] xfs: remove the call to sync_blockdev in xfs_configure_buftarg [e74d1fa6a7d7] xfs: add a xfs_group_type_buftarg helper [e4a7a3f9b243] xfs: refactor xfs_calc_atomic_write_unit_max [988a16827582] xfs: rename the bt_bdev_* buftarg fields [9b027aa3e8c4] xfs: remove the bt_bdev_file buftarg field Fedor Pchelkin (6): [c4c6aee6ba87] xfs: rename diff_two_keys routines [fb7eff8c9f1b] xfs: rename key_diff routines [ff48e83c9dcd] xfs: refactor cmp_two_keys routines to take advantage of cmp_int() [786b3b2e1660] xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int() [a0b2b28e1cc1] xfs: use a proper variable name and type for storing a comparison result [10e4f0aebdad] xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int() Pranav Tyagi (1): [f2eb2796b951] xfs: replace strncpy with memcpy in xattr listing Code Diffstat: fs/xfs/libxfs/xfs_alloc_btree.c | 52 ++++++++----------- fs/xfs/libxfs/xfs_bmap_btree.c | 32 ++++-------- fs/xfs/libxfs/xfs_btree.c | 33 ++++++------ fs/xfs/libxfs/xfs_btree.h | 41 ++++++++------- fs/xfs/libxfs/xfs_ialloc_btree.c | 24 ++++----- fs/xfs/libxfs/xfs_refcount_btree.c | 18 +++---- fs/xfs/libxfs/xfs_rmap_btree.c | 67 +++++++++---------------- fs/xfs/libxfs/xfs_rtrefcount_btree.c | 18 +++---- fs/xfs/libxfs/xfs_rtrmap_btree.c | 67 +++++++++---------------- fs/xfs/scrub/btree.c | 2 +- fs/xfs/scrub/rcbag_btree.c | 38 ++++---------- fs/xfs/xfs_buf.c | 15 ++---- fs/xfs/xfs_buf.h | 8 ++- fs/xfs/xfs_discard.c | 29 +++-------- fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_inode.h | 2 +- fs/xfs/xfs_iomap.c | 2 +- fs/xfs/xfs_iops.c | 2 +- fs/xfs/xfs_mount.c | 97 +++++++++++++++--------------------- fs/xfs/xfs_mount.h | 17 +++++++ fs/xfs/xfs_notify_failure.c | 3 +- fs/xfs/xfs_trace.h | 31 ++++++------ fs/xfs/xfs_xattr.c | 2 +- 23 files changed, 249 insertions(+), 353 deletions(-)