The XFS directory entry parsing code has never been completely correct
for extent based directories. The parser correctly handles the case
where the directory is contained in a single extent, but then mistakenly
assumes the data blocks for the multiple extent case are each identical
to the single e
On Mon, Oct 16, 2023 at 19:54:15 +0200, Daniel Kiper wrote:
> Jon, may I ask you to take a look at this patch? Does not it conflict
> with your XFS patch [1].
>
They are similar but distinct code paths. This patch is for the
XFS_INODE_FORMAT_INO case, my patch is for the XFS_INODE_FORMAT_EXT and
On Sat, Oct 07, 2023 at 05:08:48PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> From c338c54a127656ef0f750d78bad6371874a98ca8 Mon Sep 17 00:00:00 2001
> From: Vladimir Serbinenko
> Date: Sun, 13 Aug 2023 09:18:53 +0200
> Subject: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentr
Adding Ard...
On Sat, Oct 07, 2023 at 05:06:46PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> From 8f4a7c92ffe17dd674e80bd3beacb2dac03d135b Mon Sep 17 00:00:00 2001
> From: Vladimir Serbinenko
> Date: Sun, 13 Aug 2023 09:18:23 +0200
> Subject: [PATCH 3/4] types: Split aligned and packed guids
>
Revival of https://www.mail-archive.com/grub-devel@gnu.org/msg18492.html
by Mads Kiilerich stripped of setting DJVU_FONT_SOURCE.
Signed-off-by: Richard Marko
---
configure.ac | 33 -
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/configure.ac b/co
On Sat, Oct 07, 2023 at 05:05:17PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> From 214dfa0734390eaad257b108921380e68294415a Mon Sep 17 00:00:00 2001
> From: Vladimir Serbinenko
> Date: Sun, 13 Aug 2023 09:15:54 +0200
> Subject: [PATCH 2/4] lsefi: Add missing static qualifier
>
This is rare exa
Hey,
First of all, please use "git send-email" to send patches and add cover
letter to more than one patch. Additionally, it would be nice if every
patch has commit message which explains why a given patch is needed, what
it does, etc.
Last but not least, please CC all people who were involved in