All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 12
@ 2026-09-09  6:02 Darrick J. Wong
  2026-09-09  6:04 ` [PATCH 1/7] xfs: fix under-reservation of blocks when repairing sf directories Darrick J. Wong
                   ` (7 more replies)
  0 siblings, 8 replies; 30+ messages in thread
From: Darrick J. Wong @ 2026-09-09  6:02 UTC (permalink / raw)
  To: hch, cem, djwong; +Cc: floss, dgc, stable, linux-xfs

Hi all,

Here's a twelveth 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-12
---
Commits in this patchset:
 * xfs: fix under-reservation of blocks when repairing sf directories
 * xfs: actually check internal-rtdev fields in the superblock
 * xfs: fix rtrmap cross-referencing elision logic
 * xfs: fix termination logic in xchk_bmap
 * xfs: fix replaying dirent removals into the temporary directory
 * xfs: reset parent pointer args before each dir tree unlink repair
 * xfs: advance the findparent inode scan cursor while holding ILOCK
---
 fs/xfs/scrub/agheader.c       |    7 +++++
 fs/xfs/scrub/attr_repair.c    |    2 +-
 fs/xfs/scrub/bmap.c           |    7 +++--
 fs/xfs/scrub/dir_repair.c     |    4 ++-
 fs/xfs/scrub/dirtree_repair.c |    1 +
 fs/xfs/scrub/findparent.c     |   54 +++++++++++++++++++++++++++--------------
 fs/xfs/scrub/tempfile.c       |   28 ++++++++++++++++-----
 7 files changed, 72 insertions(+), 31 deletions(-)


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

end of thread, other threads:[~2026-09-11 11:46 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09  6:02 [PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 12 Darrick J. Wong
2026-09-09  6:04 ` [PATCH 1/7] xfs: fix under-reservation of blocks when repairing sf directories Darrick J. Wong
2026-09-10  5:00   ` Christoph Hellwig
2026-09-10  5:31     ` Carlos Maiolino
2026-09-10  6:09       ` Darrick J. Wong
2026-09-10  6:27         ` Carlos Maiolino
2026-09-10  9:43         ` Christoph Hellwig
2026-09-10 15:08           ` Darrick J. Wong
2026-09-11  4:42   ` [PATCH v1.1 " Darrick J. Wong
2026-09-11  7:29     ` Carlos Maiolino
2026-09-11 11:46     ` Christoph Hellwig
2026-09-09  6:04 ` [PATCH 2/7] xfs: actually check internal-rtdev fields in the superblock Darrick J. Wong
2026-09-10  5:42   ` Carlos Maiolino
2026-09-11  7:29   ` Carlos Maiolino
2026-09-09  6:05 ` [PATCH 3/7] xfs: fix rtrmap cross-referencing elision logic Darrick J. Wong
2026-09-10  5:01   ` Christoph Hellwig
2026-09-10  5:46   ` Carlos Maiolino
2026-09-09  6:05 ` [PATCH 4/7] xfs: fix termination logic in xchk_bmap Darrick J. Wong
2026-09-10  5:01   ` Christoph Hellwig
2026-09-10  5:47   ` Carlos Maiolino
2026-09-09  6:05 ` [PATCH 5/7] xfs: fix replaying dirent removals into the temporary directory Darrick J. Wong
2026-09-10  5:01   ` Christoph Hellwig
2026-09-10  5:51   ` Carlos Maiolino
2026-09-09  6:05 ` [PATCH 6/7] xfs: reset parent pointer args before each dir tree unlink repair Darrick J. Wong
2026-09-10  5:02   ` Christoph Hellwig
2026-09-10  5:59   ` Carlos Maiolino
2026-09-09  6:06 ` [PATCH 7/7] xfs: advance the findparent inode scan cursor while holding ILOCK Darrick J. Wong
2026-09-10  5:04   ` Christoph Hellwig
2026-09-10  7:35   ` Carlos Maiolino
2026-09-11  7:28 ` [PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 12 Carlos Maiolino

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.