All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 6.12] xfs: bug fixes for 6.12.y LTS
@ 2024-12-18 19:50 Darrick J. Wong
  2024-12-18 19:50 ` [PATCH 1/5] xfs: sb_spino_align is not verified Darrick J. Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Darrick J. Wong @ 2024-12-18 19:50 UTC (permalink / raw)
  To: stable, djwong; +Cc: dchinner, hch, cem, wozizhi, linux-xfs

Hi all,

Here's a bunch of bespoke hand-ported bug fixes for 6.12 LTS.  These
fixes are the ones that weren't automatically picked up by Greg, either
because they didn't apply or because they weren't cc'd to stable.  If
there are any problems please let me know; this is the first time I've
ever sent patches to stable.

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

--D
---
Commits in this patchset:
 * xfs: sb_spino_align is not verified
 * xfs: fix sparse inode limits on runt AG
 * xfs: fix off-by-one error in fsmap's end_daddr usage
 * xfs: fix sb_spino_align checks for large fsblock sizes
 * xfs: fix zero byte checking in the superblock scrubber
---
 fs/xfs/libxfs/xfs_ialloc.c |   16 +++++++++-------
 fs/xfs/libxfs/xfs_sb.c     |   15 +++++++++++++++
 fs/xfs/scrub/agheader.c    |   29 +++++++++++++++++++++++++++--
 fs/xfs/xfs_fsmap.c         |   29 ++++++++++++++++++-----------
 4 files changed, 69 insertions(+), 20 deletions(-)


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

end of thread, other threads:[~2024-12-18 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 19:50 [PATCHSET 6.12] xfs: bug fixes for 6.12.y LTS Darrick J. Wong
2024-12-18 19:50 ` [PATCH 1/5] xfs: sb_spino_align is not verified Darrick J. Wong
2024-12-18 21:43   ` Sasha Levin
2024-12-18 19:50 ` [PATCH 2/5] xfs: fix sparse inode limits on runt AG Darrick J. Wong
2024-12-18 19:50 ` [PATCH 3/5] xfs: fix off-by-one error in fsmap's end_daddr usage Darrick J. Wong
2024-12-18 19:51 ` [PATCH 4/5] xfs: fix sb_spino_align checks for large fsblock sizes Darrick J. Wong
2024-12-18 19:51 ` [PATCH 5/5] xfs: fix zero byte checking in the superblock scrubber 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.