Re: [PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree

Eric Biggers <[email protected]> Tue, 21 Apr 2026 14:43:16 -0700
Newsgroups dev.linux.lists.fsverity,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-unionfs,org.kernel.vger.linux-xfs
Message-ID <20260421214316.GB37143@quark>
On Mon, Apr 20, 2026 at 01:46:47PM +0200, Andrey Albershteyn wrote:
> This series based on v7.0 with Christoph's read ioends patchset [1].
> 
> kernel:
> https://git.kernel.org/pub/scm/linux/kernel/git/aalbersh/xfs-linux.git/log/?h=b4/fsverity

FYI: the git repository doesn't match what was actually sent out.  For
example the patch "ovl: use core fsverity ensure info interface" is a
bit different.  The version in git (incorrectly, I think) ignores the
error code, while the patch returns it.

- Eric