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. I wasn't planning to advance the branch twice in as many days, but Eric found regressions with one of last week's patches and that needed to get reverted asap. The new head of the for-next branch is commit: eb8409071a1d xfs: revert "xfs: fix rmap key and record comparison functions" New Commits: Darrick J. Wong (5): [e95b6c3ef131] xfs: fix the minrecs logic when dealing with inode root child blocks [498fe261f0d6] xfs: strengthen rmap record flags checking [6b48e5b8a20f] xfs: directory scrub should check the null bestfree entries too [27c14b5daa82] xfs: ensure inobt record walks always make forward progress [eb8409071a1d] xfs: revert "xfs: fix rmap key and record comparison functions" Dave Chinner (1): [883a790a8440] xfs: don't allow NOWAIT DIO across extent boundaries Gao Xiang (1): [ada49d64fb35] xfs: fix forkoff miscalculation related to XFS_LITINO(mp) Yu Kuai (1): [595189c25c28] xfs: return corresponding errcode if xfs_initialize_perag() fail Code Diffstat: fs/xfs/libxfs/xfs_attr_leaf.c | 8 +++++++- fs/xfs/libxfs/xfs_rmap_btree.c | 16 +++++++-------- fs/xfs/scrub/bmap.c | 8 ++++---- fs/xfs/scrub/btree.c | 45 +++++++++++++++++++++++++----------------- fs/xfs/scrub/dir.c | 27 ++++++++++++++++++------- fs/xfs/xfs_iomap.c | 29 +++++++++++++++++++++++++++ fs/xfs/xfs_iwalk.c | 27 ++++++++++++++++++++++--- fs/xfs/xfs_mount.c | 11 ++++++++--- 8 files changed, 127 insertions(+), 44 deletions(-)