Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/1] xfs: Use xarray to track SB UUIDs instead of plain array.
@ 2026-01-30 15:42 Lukas Herbolt
  2026-01-30 15:42 ` [PATCH] " Lukas Herbolt
  0 siblings, 1 reply; 10+ messages in thread
From: Lukas Herbolt @ 2026-01-30 15:42 UTC (permalink / raw)
  To: linux-xfs; +Cc: cem, Lukas Herbolt

Hi,
It was discussed in previous thread [1]. Some older kernels (pre v6.12),
complained doing allocation over 2xPAGE_SIZE in krealloc when mounting over
512 unique XFS. 

The warning was removed in v6.12, but Christoph suggested to start using
xrarray instead of plain array. So here it is.


[1]
 - https://lore.kernel.org/linux-xfs/aPhjZ4sfHngyJRQK@infradead.org/

Lukas Herbolt (1):
  xfs: Use xarray to track SB UUIDs instead of plain array.

 fs/xfs/xfs_mount.c | 87 +++++++++++++++++++++++-----------------------
 fs/xfs/xfs_mount.h |  3 +-
 fs/xfs/xfs_super.c |  2 +-
 3 files changed, 46 insertions(+), 46 deletions(-)


base-commit: 63804fed149a6750ffd28610c5c1c98cce6bd377
-- 
2.52.0


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 15:42 [PATCH 0/1] xfs: Use xarray to track SB UUIDs instead of plain array Lukas Herbolt
2026-01-30 15:42 ` [PATCH] " Lukas Herbolt
2026-01-30 16:55   ` Darrick J. Wong
2026-02-02  7:31     ` Christoph Hellwig
2026-02-02  9:37       ` Lukas Herbolt
2026-02-02 18:50         ` Darrick J. Wong
2026-02-03  5:17           ` Christoph Hellwig
2026-02-03  7:23             ` Darrick J. Wong
2026-02-02  7:37   ` Christoph Hellwig
2026-02-02  9:38     ` Lukas Herbolt

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