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: b102a46ce16f xfs: detect misaligned rtinherit directory extent size hints New Commits: Darrick J. Wong (7): [da062d16a897] xfs: check for sparse inode clusters that cross new EOAG when shrinking [5838d0356bb3] xfs: reset child dir '..' entry when unlinking child [83193e5ebb01] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs [5aa5b278237f] xfs: don't expose misaligned extszinherit hints to userspace [0e2af9296f4f] xfs: improve FSGROWFSRT precondition checking [0925fecc5574] xfs: fix an integer overflow error in xfs_growfs_rt [b102a46ce16f] xfs: detect misaligned rtinherit directory extent size hints Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 8 ++++++ fs/xfs/libxfs/xfs_ialloc.c | 55 +++++++++++++++++++++++++++++++++++++++++ fs/xfs/libxfs/xfs_ialloc.h | 3 +++ fs/xfs/libxfs/xfs_inode_buf.c | 28 ++++++++++++--------- fs/xfs/libxfs/xfs_trans_inode.c | 10 +++----- fs/xfs/scrub/inode.c | 18 ++++++++++++-- fs/xfs/xfs_inode.c | 13 ++++++++++ fs/xfs/xfs_ioctl.c | 27 ++++++++++++++++---- fs/xfs/xfs_rtalloc.c | 49 +++++++++++++++++++++++++++--------- 9 files changed, 174 insertions(+), 37 deletions(-)