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: b0494366bd5b Merge branch 'xfs-6.17-merge' into for-next 6 new commits: Carlos Maiolino (1): [b0494366bd5b] Merge branch 'xfs-6.17-merge' into for-next Christoph Hellwig (5): [e1de38f55c54] xfs: don't pass the old lv to xfs_cil_prepare_item [7b1e478faffc] xfs: cleanup the ordered item logic in xlog_cil_insert_format_items [99a59aa44d8f] xfs: use better names for size members in xfs_log_vec [48aee97aed87] xfs: don't use a xfs_log_iovec for attr_item names and values [9d3b538b1c31] xfs: don't use a xfs_log_iovec for ri_buf in log recovery Code Diffstat: fs/xfs/libxfs/xfs_log_recover.h | 4 +- fs/xfs/xfs_attr_item.c | 143 ++++++++++++++++++++-------------------- fs/xfs/xfs_attr_item.h | 8 +-- fs/xfs/xfs_bmap_item.c | 18 ++--- fs/xfs/xfs_buf_item.c | 8 +-- fs/xfs/xfs_buf_item.h | 2 +- fs/xfs/xfs_buf_item_recover.c | 38 +++++------ fs/xfs/xfs_dquot_item_recover.c | 20 +++--- fs/xfs/xfs_exchmaps_item.c | 8 +-- fs/xfs/xfs_extfree_item.c | 59 +++++++++-------- fs/xfs/xfs_icreate_item.c | 2 +- fs/xfs/xfs_inode_item.c | 6 +- fs/xfs/xfs_inode_item.h | 4 +- fs/xfs/xfs_inode_item_recover.c | 26 ++++---- fs/xfs/xfs_log.c | 10 +-- fs/xfs/xfs_log.h | 16 ++--- fs/xfs/xfs_log_cil.c | 71 +++++++++----------- fs/xfs/xfs_log_recover.c | 16 ++--- fs/xfs/xfs_refcount_item.c | 34 +++++----- fs/xfs/xfs_rmap_item.c | 34 +++++----- fs/xfs/xfs_trans.h | 1 - 21 files changed, 259 insertions(+), 269 deletions(-)