On Mon, Jan 19, 2026 at 07:22:45AM +0100, Christoph Hellwig wrote: > Use the kernel's resizable hash table to find the fsverity_info. This > way file systems that want to support fsverity don't have to bloat > every inode in the system with an extra pointer. The tradeoff is that > looking up the fsverity_info is a bit more expensive now, but the main > operations are still dominated by I/O and hashing overhead. > > Signed-off-by: Christoph Hellwig <[email protected]>
Has anything changed from my last feedback at https://lore.kernel.org/linux-fsdevel/20250810170311.GA16624@sol/ ? Any additional data on the cycles and icache footprint added to data verification? The preliminary results didn't look all that good to me. It also seems odd to put this in an "fsverity optimzations and speedups" patchset, given that it's the opposite. - Eric _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
