Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCHSET v3 4/5] xfs: LLM-inspired bug fixes, part 8
@ 2026-09-02  5:41 Darrick J. Wong
  2026-09-02  5:46 ` [PATCH 1/8] xfs: always set xfs_healthmon::first_event when inserting at front of list Darrick J. Wong
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Darrick J. Wong @ 2026-09-02  5:41 UTC (permalink / raw)
  To: cem, hch, djwong; +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
v3: add more rvbs, address more review comments

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: move healthmon event merge tracepoint
 * xfs: port healthmon event list to list_head
 * xfs: merge healthmon insert/push helpers
 * xfs: check healthmon outbuffer space correctly
 * 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        |  124 +++++++++++++++++++++--------------------
 6 files changed, 131 insertions(+), 67 deletions(-)

Unreviewed patches in this series are:

[PATCHSET v3 4/5] xfs: LLM-inspired bug fixes, part 8
  [PATCH 2/8] xfs: move healthmon event merge tracepoint
  [PATCH 3/8] xfs: port healthmon event list to list_head

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

end of thread, other threads:[~2026-09-03  3:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02  5:41 [PATCHSET v3 4/5] xfs: LLM-inspired bug fixes, part 8 Darrick J. Wong
2026-09-02  5:46 ` [PATCH 1/8] xfs: always set xfs_healthmon::first_event when inserting at front of list Darrick J. Wong
2026-09-03  3:02   ` Anuj Gupta
2026-09-02  5:46 ` [PATCH 2/8] xfs: move healthmon event merge tracepoint Darrick J. Wong
2026-09-02  7:15   ` Christoph Hellwig
2026-09-02 15:28     ` Darrick J. Wong
2026-09-02  5:47 ` [PATCH 3/8] xfs: port healthmon event list to list_head Darrick J. Wong
2026-09-02  7:16   ` Christoph Hellwig
2026-09-02  5:47 ` [PATCH 4/8] xfs: merge healthmon insert/push helpers Darrick J. Wong
2026-09-02  5:47 ` [PATCH 5/8] xfs: check healthmon outbuffer space correctly Darrick J. Wong
2026-09-02  5:47 ` [PATCH 6/8] xfs: bump lost_prev_errors if we lose even the healthmon lost event Darrick J. Wong
2026-09-02  5:48 ` [PATCH 7/8] xfs: report nonexistent parents as a filesystem corruption Darrick J. Wong
2026-09-02  5:48 ` [PATCH 8/8] 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