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. Beyond xfs patches, this also update for-next to be closer to Linus's ToT. The relevant XFS patches are follows... The new head of the for-next branch is commit: a8581099604d xfs: prevent mount and log shutdown race 5 new commits: Dave Chinner (3): [13325333582d] xfs: fix sparse inode limits on runt AG [c9c293240e43] xfs: delalloc and quota softlimit timers are incoherent [a8581099604d] xfs: prevent mount and log shutdown race Long Li (2): [45f69d091bab] xfs: eliminate lockdep false positives in xfs_attr_shortform_list [652f03db897b] xfs: remove unknown compat feature check in superblock write validation Code Diffstat: fs/xfs/libxfs/xfs_ialloc.c | 16 +++++++++------- fs/xfs/libxfs/xfs_sb.c | 7 ------- fs/xfs/xfs_attr_list.c | 3 ++- fs/xfs/xfs_log.c | 11 +++++++++++ fs/xfs/xfs_log_priv.h | 1 + fs/xfs/xfs_qm_syscalls.c | 13 ------------- 6 files changed, 23 insertions(+), 28 deletions(-)