mbox series

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

Message ID 20230715063114.1485841-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 15, 2023, 6:31 a.m. UTC
Greg,

This is a fine selected set of backports from 6.4.
Patch 4 fixes a fix that was already backported to 5.15.y.
Patch 1 fixes a fix that is wanted in 5.15.y and this was the trigger
for creating this 6.1 backport series.

Leah will take care for the 5.15.y backports, but it may take some time.
None of these are relevant before 5.15.

These backpors have gone through the usual xfs review and testing.

Thanks,
Amir.

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

Greg KH July 16, 2023, 3:01 p.m. UTC | #1
On Sat, Jul 15, 2023 at 09:31:10AM +0300, Amir Goldstein wrote:
> Greg,
> 
> This is a fine selected set of backports from 6.4.
> Patch 4 fixes a fix that was already backported to 5.15.y.
> Patch 1 fixes a fix that is wanted in 5.15.y and this was the trigger
> for creating this 6.1 backport series.
> 
> Leah will take care for the 5.15.y backports, but it may take some time.
> None of these are relevant before 5.15.
> 
> These backpors have gone through the usual xfs review and testing.

All now queued up, thanks.

greg k-h