Hello, Here's another round of xfs backports for 5.15.y that have been through testing and ACK'd. Thanks, Leah Brian Foster (2): xfs: flush inodegc workqueue tasks before cancel xfs: fix soft lockup via spinning in filestream ag selection loop Darrick J. Wong (6): xfs: reserve quota for dir expansion when linking/unlinking files xfs: reserve quota for target dir expansion when renaming files xfs: remove infinite loop when reserving free block pool xfs: always succeed at setting the reserve pool size xfs: fix overfilling of reserve pool xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* Eric Sandeen (1): xfs: revert "xfs: actually bump warning counts when we send warnings" fs/xfs/xfs_filestream.c | 7 ++-- fs/xfs/xfs_fsops.c | 50 ++++++++++------------- fs/xfs/xfs_icache.c | 22 ++-------- fs/xfs/xfs_inode.c | 79 ++++++++++++++++++++++-------------- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_trans.c | 86 ++++++++++++++++++++++++++++++++++++++++ fs/xfs/xfs_trans.h | 3 ++ fs/xfs/xfs_trans_dquot.c | 1 - 8 files changed, 167 insertions(+), 83 deletions(-) -- 2.37.1.595.g718a3a8f04-goog