Hi all, Here's a handful of bug fixes for 5.12. The first one fixes a bug in quota accounting on idmapped mounts; the second avoids a buffer deadlock in bulkstat/inumbers if the inobt is corrupt; and the third fixes a mount hang if mount fails after creating (or otherwise dirtying) the quota inodes. v2: remove unnecessary freeze protection from fsmap, refactor shared parts of unmount code, tweaks to the itable deadlock detection If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes-5.12 --- fs/xfs/xfs_fsmap.c | 14 +++---- fs/xfs/xfs_inode.c | 14 ++++--- fs/xfs/xfs_itable.c | 40 ++++++++++++++++++-- fs/xfs/xfs_iwalk.c | 32 ++++++++++++++-- fs/xfs/xfs_mount.c | 100 +++++++++++++++++++++++++++----------------------- fs/xfs/xfs_symlink.c | 3 +- 6 files changed, 132 insertions(+), 71 deletions(-)