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

2025-04-18 Thread Eric Sandeen via Grub-devel
On 4/17/25 1:34 PM, Daniel Kiper wrote: > On Tue, Apr 15, 2025 at 08:08:12PM -0500, Eric Sandeen via Grub-devel wrote: >> Can I bribe someone to merge this fix, perhaps? ;) >> >> On 3/27/25 2:48 PM, Eric Sandeen wrote: >>> Grub folks, ping on this? It has 2 reviews

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

2025-04-15 Thread Eric Sandeen via Grub-devel
Can I bribe someone to merge this fix, perhaps? ;) On 3/27/25 2:48 PM, Eric Sandeen wrote: > Grub folks, ping on this? It has 2 reviews and testing but I don't see it > merged yet. > > Thanks, > -Eric > > On 12/4/24 7:50 AM, Eric Sandeen wrote: >> When large exte

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

2025-03-27 Thread Eric Sandeen via Grub-devel
Grub folks, ping on this? It has 2 reviews and testing but I don't see it merged yet. Thanks, -Eric On 12/4/24 7:50 AM, 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

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

2024-12-04 Thread Eric Sandeen
ikely raced on merge with 07318ee7e ("fs/xfs: Fix XFS directory extent parsing") which added the new direct nextents reads just prior, causing this issue.) Fixes: aa7c1322671e ("fs/xfs: Add large extent counters incompat feature support") Signed-off-by: Eric Sandeen --- diff --g

[GRUB PATCH] xfs: accept filesystem with sparse inodes

2018-05-15 Thread Eric Sandeen
onsume any existing contiguous 64-inode chunk. This way any files the grub tests add and traverse would be in such a fragmented inode allocation. Tests passed, but I'm not sure how to cleanly integrate that into the test harness. Signed-off-by: Eric Sandeen --- diff --git a/grub-core/fs/xf