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. This is still bug fixes, maybe I'll get to 5.11 next week... The new head of the for-next branch is commit: 595189c25c28 xfs: return corresponding errcode if xfs_initialize_perag() fail New Commits: Darrick J. Wong (4): [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 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/scrub/bmap.c | 8 ++++---- fs/xfs/scrub/btree.c | 45 ++++++++++++++++++++++++++----------------- fs/xfs/scrub/dir.c | 27 +++++++++++++++++++------- fs/xfs/xfs_iwalk.c | 27 +++++++++++++++++++++++--- fs/xfs/xfs_mount.c | 11 ++++++++--- 6 files changed, 90 insertions(+), 36 deletions(-)