On Wed, Apr 16, 2025 at 7:55 AM Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > xattrs mostly work as of mkfs.xfs in 6.13. If you have more than 64k > worth of attr names (aka enough to break listxattr) then there will be > problems. > > --D Thanks Darrick, I saw that this was recently fixed I've sent a patch to fix a little bug in the python generator here: https://lore.kernel.org/linux-xfs/20250416123508.900340-1-luca.dimaio1@xxxxxxxxx/T/#t Together with this, I've prepared an RFC to carry over timestamps when we create XFS filesystems this will greatly improve the ability to create reproducible XFS disks: https://lore.kernel.org/linux-xfs/20250416123508.900340-1-luca.dimaio1@xxxxxxxxx/T/#t Eager to know everyone's thoughts on this L.