Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [patch] ext4fs rw
To:
Thomas de Grivel <thodg@kmx.io>
Cc:
Theo de Raadt <deraadt@openbsd.org>, tech@openbsd.org
Date:
Mon, 23 Mar 2026 08:32:43 +0000

Download raw body.

Thread
On 2026/03/23 03:45, Thomas de Grivel wrote:
> I did check everything and it did look like ext2fs code with minor
> modifications that I fully understand to support ext4 extents and
> checksums it's not that big of a deal : ext4 is just ext2 with 64 bit,
> different checksums and extents tree walking.

Why standalone rather than done as diffs to ext2fs?