mbox series

[6.1,CANDIDATE,v2,0/4] xfs inodegc fixes for 6.1.y (from v6.4)

Message ID 20230714064509.1451122-1-amir73il@gmail.com (mailing list archive)
Headers show
Series xfs inodegc fixes for 6.1.y (from v6.4) | expand

Message

Amir Goldstein July 14, 2023, 6:45 a.m. UTC
Darrick,

These are the patches we discussed that Leah requested for the 5.15.y
backport of non-blocking inodegc pushes series [1].

They may or may not help the 5.15.y -> 6.1.y regression that was
reported by Chris [2].

This v2 series has gone through 3 rounds of kdevops loop on top
of the testing already run on v1.

Please ACK.

Thanks,
Amir.

Changed since v1:
- include: 2d5f38a31980 ("xfs: disable reaping in fscounters scrub")

[1] https://www.spinics.net/lists/linux-xfs/msg61813.html
[2] https://lore.kernel.org/all/ZK4E%2FgGuaBu+qvKL@dread.disaster.area/

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

 fs/xfs/scrub/common.c     | 26 -------------------------
 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       | 40 ++++++++++++++++++++++++++++++++-------
 fs/xfs/xfs_mount.h        |  3 +++
 fs/xfs/xfs_super.c        |  3 +++
 8 files changed, 45 insertions(+), 45 deletions(-)

Comments

Darrick J. Wong July 14, 2023, 2:10 p.m. UTC | #1
On Fri, Jul 14, 2023 at 09:45:05AM +0300, Amir Goldstein wrote:
> Darrick,
> 
> These are the patches we discussed that Leah requested for the 5.15.y
> backport of non-blocking inodegc pushes series [1].
> 
> They may or may not help the 5.15.y -> 6.1.y regression that was
> reported by Chris [2].
> 
> This v2 series has gone through 3 rounds of kdevops loop on top
> of the testing already run on v1.
> 
> Please ACK.

Looks good to me,
Acked-by: Darrick J. Wong <djwong@kernel.org>

--D

> 
> Thanks,
> Amir.
> 
> Changed since v1:
> - include: 2d5f38a31980 ("xfs: disable reaping in fscounters scrub")
> 
> [1] https://www.spinics.net/lists/linux-xfs/msg61813.html
> [2] https://lore.kernel.org/all/ZK4E%2FgGuaBu+qvKL@dread.disaster.area/
> 
> 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
> 
>  fs/xfs/scrub/common.c     | 26 -------------------------
>  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       | 40 ++++++++++++++++++++++++++++++++-------
>  fs/xfs/xfs_mount.h        |  3 +++
>  fs/xfs/xfs_super.c        |  3 +++
>  8 files changed, 45 insertions(+), 45 deletions(-)
> 
> -- 
> 2.34.1
>