Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCHSET v2 2/2] xfs: LLM-inspired bug fixes, part 8
@ 2026-08-27  5:31 Darrick J. Wong
  2026-08-27  5:32 ` [PATCH 1/7] xfs: always set xfs_healthmon::first_event when inserting at front of list Darrick J. Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Darrick J. Wong @ 2026-08-27  5:31 UTC (permalink / raw)
  To: cem, djwong, hch; +Cc: stable, linux-xfs

Hi all,

Here's an eighth batch of xfs fixes resulting from a LLaMma.  Mwa mwa
mwa...

v2: add rvbs, tweak commit messages, do more cleanup of healthmon lists

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

With a bit of luck, this should all go splendidly.
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=llm-fixes-8
---
Commits in this patchset:
 * xfs: always set xfs_healthmon::first_event when inserting at front of list
 * xfs: port healthmon event list to list_head
 * xfs: check healthmon outbuffer space correctly
 * xfs: merge healthmon insert/push helpers
 * xfs: bump lost_prev_errors if we lose even the healthmon lost event
 * xfs: report nonexistent parents as a filesystem corruption
 * xfs: destroy seen inode bitmap when we fail to add a dirpath
---
 fs/xfs/scrub/trace.h          |   33 ++++++++++
 fs/xfs/xfs_healthmon.h        |    5 +-
 fs/xfs/xfs_trace.h            |    4 +
 fs/xfs/scrub/dirtree.c        |   31 +++++++++-
 fs/xfs/scrub/dirtree_repair.c |    1 
 fs/xfs/xfs_healthmon.c        |  131 ++++++++++++++++++++++++-----------------
 6 files changed, 144 insertions(+), 61 deletions(-)

Unreviewed patches in this series:

[PATCHSET v2 2/2] xfs: LLM-inspired bug fixes, part 8
  [PATCH 1/7] xfs: always set xfs_healthmon::first_event when inserting
  [PATCH 2/7] xfs: port healthmon event list to list_head
  [PATCH 3/7] xfs: check healthmon outbuffer space correctly
  [PATCH 4/7] xfs: merge healthmon insert/push helpers

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

end of thread, other threads:[~2026-08-31 15:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-27  5:31 [PATCHSET v2 2/2] xfs: LLM-inspired bug fixes, part 8 Darrick J. Wong
2026-08-27  5:32 ` [PATCH 1/7] xfs: always set xfs_healthmon::first_event when inserting at front of list Darrick J. Wong
2026-08-31  6:54   ` Christoph Hellwig
2026-08-27  5:32 ` [PATCH 2/7] xfs: port healthmon event list to list_head Darrick J. Wong
2026-08-27  9:33   ` Anuj Gupta
2026-08-27 14:47     ` Darrick J. Wong
2026-08-31  6:58       ` Christoph Hellwig
2026-08-31 14:53         ` Darrick J. Wong
2026-08-31  6:58   ` Christoph Hellwig
2026-08-31 15:12     ` Darrick J. Wong
2026-08-27  5:33 ` [PATCH 3/7] xfs: check healthmon outbuffer space correctly Darrick J. Wong
2026-08-31  6:59   ` Christoph Hellwig
2026-08-27  5:33 ` [PATCH 4/7] xfs: merge healthmon insert/push helpers Darrick J. Wong
2026-08-31  6:59   ` Christoph Hellwig
2026-08-27  5:33 ` [PATCH 5/7] xfs: bump lost_prev_errors if we lose even the healthmon lost event Darrick J. Wong
2026-08-27  5:34 ` [PATCH 6/7] xfs: report nonexistent parents as a filesystem corruption Darrick J. Wong
2026-08-27  5:34 ` [PATCH 7/7] xfs: destroy seen inode bitmap when we fail to add a dirpath Darrick J. Wong

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