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 rebased. The patch to avoid inode btree cycle deadlocks during inode walks requires deferred inode inactivation and I accidentally committed that into the fixes topic branch. This /should/ fix all the complaints in Zorro's recent bug report: https://bugzilla.kernel.org/show_bug.cgi?id=212289 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: 8723d5ba8bda xfs: also reject BULKSTAT_SINGLE in a mount user namespace New Commits: Bhaskar Chowdhury (1): [08a204387e80] docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs Christoph Hellwig (1): [8723d5ba8bda] xfs: also reject BULKSTAT_SINGLE in a mount user namespace Darrick J. Wong (2): [b5a08423da9d] xfs: fix quota accounting when a mount is idmapped [d336f7ebc650] xfs: force log and push AIL to clear pinned inodes when aborting mount Code Diffstat: Documentation/ABI/testing/sysfs-fs-xfs | 2 +- fs/xfs/xfs_inode.c | 14 +++--- fs/xfs/xfs_itable.c | 6 +++ fs/xfs/xfs_mount.c | 90 +++++++++++++++++----------------- fs/xfs/xfs_symlink.c | 3 +- 5 files changed, 61 insertions(+), 54 deletions(-)