All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 2
@ 2026-07-14  6:04 Darrick J. Wong
  2026-07-14  6:06 ` [PATCH 1/6] xfs: set xfarray killable sort correctly Darrick J. Wong
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Darrick J. Wong @ 2026-07-14  6:04 UTC (permalink / raw)
  To: djwong, cem, hch; +Cc: stable, linux-xfs

Hi all,

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

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-2
---
Commits in this patchset:
 * xfs: set xfarray killable sort correctly
 * xfs: fix off-by-one error when calling xchk_xref_has_rt_owner
 * xfs: handle non-inode owners for rtrmap record checking
 * xfs: fully check the parent handle when it points to the rootdir
 * xfs: clamp timestamp nanoseconds correctly
 * xfs: don't zap bmbt forks if they are MAXLEVELS tall
---
 fs/xfs/scrub/scrub.h        |    6 +++---
 fs/xfs/scrub/dirtree.c      |   16 ++++++++--------
 fs/xfs/scrub/inode_repair.c |    4 ++--
 fs/xfs/scrub/rtbitmap.c     |    2 +-
 fs/xfs/scrub/rtrmap.c       |    6 ++++++
 fs/xfs/scrub/xfarray.c      |    3 +--
 6 files changed, 21 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2026-07-14 16:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14  6:04 [PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 2 Darrick J. Wong
2026-07-14  6:06 ` [PATCH 1/6] xfs: set xfarray killable sort correctly Darrick J. Wong
2026-07-14  6:11   ` Christoph Hellwig
2026-07-14 16:42     ` Darrick J. Wong
2026-07-14  6:06 ` [PATCH 2/6] xfs: fix off-by-one error when calling xchk_xref_has_rt_owner Darrick J. Wong
2026-07-14  6:12   ` Christoph Hellwig
2026-07-14  6:06 ` [PATCH 3/6] xfs: handle non-inode owners for rtrmap record checking Darrick J. Wong
2026-07-14  6:14   ` Christoph Hellwig
2026-07-14 16:32     ` Darrick J. Wong
2026-07-14  6:06 ` [PATCH 4/6] xfs: fully check the parent handle when it points to the rootdir Darrick J. Wong
2026-07-14  6:14   ` Christoph Hellwig
2026-07-14  6:07 ` [PATCH 5/6] xfs: clamp timestamp nanoseconds correctly Darrick J. Wong
2026-07-14  6:15   ` Christoph Hellwig
2026-07-14 16:34     ` Darrick J. Wong
2026-07-14  6:07 ` [PATCH 6/6] xfs: don't zap bmbt forks if they are MAXLEVELS tall Darrick J. Wong
2026-07-14  6:16   ` Christoph Hellwig
2026-07-14 16:40     ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.