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 and testing but I don't see it >>

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

2025-04-17 Thread Daniel Kiper
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 and testing but I don't see it > > merged yet. Huh! This somehow fallen throu

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 extent counter / NREXT64 support was

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

2025-04-01 Thread Vladimir 'phcoder' Serbinenko
Reviewed-By : Vladimir Serbinenko phco...@gmail.com Le mer. 4 déc. 2024, 17:12, Eric Sandeen a écrit : > 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 thi

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 to the new > NREXT

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

2024-12-12 Thread Jon DeVree
On Wed, Dec 04, 2024 at 07:50:28 -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 > directories

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 GRUB] fs/xfs: fix large extent counters incompat feature support

2024-12-04 Thread Eric Sandeen
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 directories with this feature enabled. (The large extent counter fix likely rac