From: Thomas de Grivel Subject: Re: [patch] ext4fs rw To: Thomas de Grivel , Theo de Raadt , tech@openbsd.org Date: Mon, 23 Mar 2026 12:43:02 +0100 On Mon, Mar 23, 2026, 09:32 Stuart Henderson wrote: > 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? > Maybe that is what I will try to do without AI code. Just looking at the documentation. But it will take much more time. >