On Tue, Sep 12, 2023 at 11:00:34AM -0700, Leah Rumancik wrote: > Hello, > > I have tested the inodegc fixes for 5.15 and saw no regrssions on 20 > runs x 14 configs. These patches are already in 6.1.y. > > The patches included are the following: > > -- [PATCH 0/2] xfs: non-blocking inodegc pushes -- > (https://www.spinics.net/lists/linux-xfs/msg61813.html) > > 7cf2b0f9611b9971d663e1fc3206eeda3b902922 > [1/2] xfs: bound maximum wait time for inodegc work > > 5e672cd69f0a534a445df4372141fd0d1d00901d > [2/2] xfs: introduce xfs_inodegc_push() > > > -- [PATCHSET v2 0/4] xfs: inodegc fixes for 6.4-rc1 > (https://www.spinics.net/lists/linux-xfs/msg71066.html) > > 03e0add80f4cf3f7393edb574eeb3a89a1db7758 > [1/4] xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately > (fix for 7cf2b0f9611b) > > b37c4c8339cd394ea6b8b415026603320a185651 > [2/4] xfs: check that per-cpu inodegc workers actually run on that cpu > > 2d5f38a31980d7090f5bf91021488dc61a0ba8ee > [3/4] xfs: disable reaping in fscounters scrub > > 2254a7396a0ca6309854948ee1c0a33fa4268cec > [4/4] xfs: fix xfs_inodegc_stop racing with mod_delayed_work > > > Thanks, > Leah Looks good to me, and welcome back!! Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > > > Darrick J. Wong (4): > xfs: explicitly specify cpu when forcing inodegc delayed work to run > immediately > xfs: check that per-cpu inodegc workers actually run on that cpu > xfs: disable reaping in fscounters scrub > xfs: fix xfs_inodegc_stop racing with mod_delayed_work > > Dave Chinner (2): > xfs: bound maximum wait time for inodegc work > xfs: introduce xfs_inodegc_push() > > fs/xfs/scrub/common.c | 25 ----------- > fs/xfs/scrub/common.h | 2 - > fs/xfs/scrub/fscounters.c | 13 +++--- > fs/xfs/scrub/scrub.c | 2 - > fs/xfs/scrub/scrub.h | 1 - > fs/xfs/xfs_icache.c | 92 +++++++++++++++++++++++++++++---------- > fs/xfs/xfs_icache.h | 1 + > fs/xfs/xfs_mount.h | 5 ++- > fs/xfs/xfs_qm_syscalls.c | 9 ++-- > fs/xfs/xfs_super.c | 12 +++-- > fs/xfs/xfs_trace.h | 1 + > 11 files changed, 95 insertions(+), 68 deletions(-) > > -- > 2.42.0.283.g2d96d420d3-goog >