Hi all! This is the 2nd part of a collection of stable patch candidates that I collected from xfs releases v5.11..v5.18 [1][2]. The patches in this part are from circa v5.11..v5.12. They have been through >30 auto group runs with the kdevops configs reflink_normapbt, reflink, reflink_1024, nocrc, nocrc_512. No regressions from baseline were observed. At least three of the fixes have regression tests in fstests that were used to verify the fix. I also annotated [3] the fix commits in the tests. It is worth noting that one series and another patch from v5.12 were removed from the stable candidates queue before this posting. The "extent count overflow" series [4] was removed following feedback from Dave Chinner that is it not practically relevant for LTS users. The patch "xfs: don't reuse busy extents on extent trim" was removed following a regression it caused in 5.10.y [5] that was discovered in early stages of testing of this part. The process works! :-) I would like to thank Luis for his huge part in this still ongoing effort and I would like to thank Samsung for contributing the hardware resources to drive this effort. Your inputs on these stable candidates are most welcome! Thanks, Amir. [1] https://github.com/amir73il/b4/blob/xfs-5.10.y/xfs-5.10..5.17-fixes.rst [2] https://github.com/amir73il/b4/blob/xfs-5.10.y/xfs-5.18-fixes.rst [3] https://lore.kernel.org/fstests/20220520143249.2103631-1-amir73il@xxxxxxxxx/ [4] https://lore.kernel.org/linux-xfs/20220525083814.GH1098723@xxxxxxxxxxxxxxxxxxx/ [5] https://lore.kernel.org/linux-xfs/YpY6hUknor2S1iMd@bfoster/T/#mf1add66b8309a75a8984f28ea08718f22033bce7 Brian Foster (3): xfs: sync lazy sb accounting on quiesce of read-only mounts xfs: restore shutdown check in mapped write fault path xfs: consider shutdown in bmapbt cursor delete assert Christoph Hellwig (1): xfs: fix up non-directory creation in SGID directories Darrick J. Wong (3): xfs: fix chown leaking delalloc quota blocks when fssetxattr fails xfs: fix incorrect root dquot corruption error when switching group/project quota types xfs: force log and push AIL to clear pinned inodes when aborting mount Jeffrey Mitchell (1): xfs: set inode size after creating symlink fs/xfs/libxfs/xfs_btree.c | 33 +++++--------- fs/xfs/xfs_dquot.c | 39 +++++++++++++++- fs/xfs/xfs_inode.c | 14 +++--- fs/xfs/xfs_iomap.c | 3 ++ fs/xfs/xfs_log.c | 28 ++++++++---- fs/xfs/xfs_log.h | 1 + fs/xfs/xfs_mount.c | 93 +++++++++++++++++++-------------------- fs/xfs/xfs_qm.c | 92 +++++++++++++++----------------------- fs/xfs/xfs_symlink.c | 1 + 9 files changed, 161 insertions(+), 143 deletions(-) -- 2.25.1