Hi again, This set contains fixes from 5.16 to 5.17. The normal testing was run for this set with no regressions found. Some refactoring patches were included in this set as dependencies: bf2307b19513 xfs: fold perag loop iteration logic into helper function dependency for f1788b5e5ee25bedf00bb4d25f82b93820d61189 f1788b5e5ee2 xfs: rename the next_agno perag iteration variable dependency for 8ed004eb9d07a5d6114db3e97a166707c186262d Thanks, Leah v1->v2: - Dropped 3 patches of scrub fixes - Added Ack's v1: https://lore.kernel.org/linux-xfs/20220718202959.1611129-1-leah.rumancik@xxxxxxxxx/ Brian Foster (4): xfs: fold perag loop iteration logic into helper function xfs: rename the next_agno perag iteration variable xfs: terminate perag iteration reliably on agcount xfs: fix perag reference leak on iteration race with growfs Dan Carpenter (1): xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() Darrick J. Wong (1): xfs: fix maxlevels comparisons in the btree staging code fs/xfs/libxfs/xfs_ag.h | 36 ++++++++++++++++++------------- fs/xfs/libxfs/xfs_btree_staging.c | 4 ++-- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_ioctl.h | 5 +++-- 4 files changed, 27 insertions(+), 20 deletions(-) -- 2.37.1.359.gd136c6c3e2-goog