Hi everyone, Another month has gone by, so here's another RFC of fsverity support for XFS. I'm going to take off for a bit of R&R the week before and after LSFMM, so I wanted to blast this out for everyone's enjoyment. ;) I /think/ I've addressed Eric's feedback about the v5.5 patchset. The merkle tree cache has been moved to a per-AG rhashtable; XFS now uses only a u64 merkle tree pos value in the merkle_read/drop paths to match the merkle_write path; and online repair can now unwind broken verity files that are otherwise unopenable. The kernel series now takes advantage of all the xattr cleanups that hch and I did for parent pointers. Full versions are here: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=fsverity https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=fsverity --D