Re: [PATCH GRUB] fs/xfs: fix large extent counters incompat feature support

2024-12-04 Thread Anthony Iliopoulos via Grub-devel
On Wed, Dec 04, 2024 at 07:50:28AM -0600, Eric Sandeen wrote: > When large extent counter / NREXT64 support was added to grub, it missed > a couple of direct reads of nextents which need to be changed to the new > NREXT64-aware helper as well. Without this, we'll have mis-reads of some > directorie

[PATCH] fs/xfs: add large extent counters incompat feature support

2023-10-26 Thread Anthony Iliopoulos via Grub-devel
XFS introduced 64-bit extent counters for inodes via a series of upstream commits, and the feature was marked as stable in v6.5 via commit 61d7e8274cd8 ("xfs: drop EXPERIMENTAL tag for large extent counts"). Further, xfsprogs release v6.5.0 switched this feature on by default in mkfs.xfs via commi