Hi Linus, Please pull the following branch containing some fixes to the xfs code for 5.12-rc4. There's a couple of minor corrections for the new idmapping functionality, and a fix for a theoretical hang that could occur if we decide to abort a mount after dirtying the quota inodes. This branch merges cleanly with upstream as of a few minutes ago. Please let me know if anything else strange happens during the merge process. --D The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.12-fixes-3 for you to fetch changes up to 8723d5ba8bdae1c41be7a6fc8469dc9aa551e7d0: xfs: also reject BULKSTAT_SINGLE in a mount user namespace (2021-03-15 08:50:41 -0700) ---------------------------------------------------------------- Changes for 5.12-rc3: - Fix quota accounting on creat() when id mapping is enabled. - Actually reclaim dirty quota inodes when mount fails. - Typo fixes for documentation. - Restrict both bulkstat calls on idmapped/namespaced mounts. ---------------------------------------------------------------- Bhaskar Chowdhury (1): docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs Christoph Hellwig (1): xfs: also reject BULKSTAT_SINGLE in a mount user namespace Darrick J. Wong (2): xfs: fix quota accounting when a mount is idmapped xfs: force log and push AIL to clear pinned inodes when aborting mount 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(-)