public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* iwalk fixes
@ 2024-08-12  5:22 Christoph Hellwig
  2024-08-12  5:23 ` [PATCH 1/2] xfs: fix handling of RCU freed inodes from other AGs in xfs_icwalk_ag Christoph Hellwig
  2024-08-12  5:23 ` [PATCH 2/2] xfs: fix handling of RCU freed inodes from other AGs in xrep_iunlink_mark_incore Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: Christoph Hellwig @ 2024-08-12  5:22 UTC (permalink / raw)
  To: Chandan Babu R; +Cc: Darrick J. Wong, Dave Chinner, linux-xfs

Hi all,

I noticed minor issues with skipping RCU freed inodes that end up being
reused in other AGs.  I've not actuall reproduced these issues, this is
purely based on looking over the code for another little project.

Diffstat:
 scrub/agheader_repair.c |   28 +++++++---------------------
 xfs_icache.c            |   11 +++++++----
 2 files changed, 14 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-14 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12  5:22 iwalk fixes Christoph Hellwig
2024-08-12  5:23 ` [PATCH 1/2] xfs: fix handling of RCU freed inodes from other AGs in xfs_icwalk_ag Christoph Hellwig
2024-08-12 17:39   ` Darrick J. Wong
2024-08-14 21:50   ` Dave Chinner
2024-08-12  5:23 ` [PATCH 2/2] xfs: fix handling of RCU freed inodes from other AGs in xrep_iunlink_mark_incore Christoph Hellwig
2024-08-12 17:42   ` Darrick J. Wong
2024-08-14 22:04   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox