Hello, No regressions were found for this set via the usual testing. Additional targeted testing: generic/691 for bc37e4fb5cac generic/681 for 871b9316e7a7 generic/682 for 41667260bc84 Ensured these regression tests failed before but not after backports xfs/170 for f650df7171b88 Was not able to reproduce failure before or after on my setup - 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