Hi folks, The xfs-4.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. This is what I expect to push for 4.15, barring any major last minute regressions. I've been testing these internally for several days now, so I don't anticipate any problems. The new head of the xfs-4.15-merge branch is commit: 2d1d1da xfs: on failed mount, force-reclaim inodes after unmounting quota controls New Commits: Christoph Hellwig (6): [43d193a] xfs: fix number of records handling in xfs_iext_split_leaf [fc258f4] xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node [f1be313] xfs: remove a superflous assignment in xfs_iext_remove_node [b9aee1d] xfs: trivial indentation fixup for xfs_iext_remove_node [3e27c41] xfs: add comments documenting the rebalance algorithm [ae82968] xfs: handle zero entries case in xfs_iext_rebalance_leaf Darrick J. Wong (8): [35ce852] xfs: refactor the directory data block bestfree checks [0a1e156] xfs: pass inode number to xfs_scrub_ino_set_{preen,warning} [72f76f7] xfs: fix uninitialized return values in scrub code [a605e86] xfs: fix btree scrub deref check [4da4b10] xfs: only check da node header padding on v5 filesystems [65a7935] xfs: remove u_int* type usage [d44b47f] xfs: check the uniqueness of the AGFL entries [2d1d1da] xfs: on failed mount, force-reclaim inodes after unmounting quota controls Tim Hansen (1): [478f8da] fs/xfs: Remove NULL check before kmem_cache_destroy Code Diffstat: fs/xfs/kmem.h | 3 +- fs/xfs/libxfs/xfs_format.h | 2 +- fs/xfs/libxfs/xfs_iext_tree.c | 65 +++++++++++++++++++++++++++++++++---------- fs/xfs/scrub/agheader.c | 63 +++++++++++++++++++++++++++++++++++++++-- fs/xfs/scrub/attr.c | 2 +- fs/xfs/scrub/btree.c | 2 +- fs/xfs/scrub/common.c | 6 ++-- fs/xfs/scrub/common.h | 5 ++-- fs/xfs/scrub/dabtree.c | 3 +- fs/xfs/scrub/dir.c | 22 ++++----------- fs/xfs/scrub/inode.c | 8 +++--- fs/xfs/scrub/parent.c | 4 +-- fs/xfs/xfs_attr_list.c | 4 +-- fs/xfs/xfs_ioctl.c | 4 +-- fs/xfs/xfs_ioctl.h | 4 +-- fs/xfs/xfs_mount.c | 15 ++++++++-- 16 files changed, 156 insertions(+), 56 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html