On Wed, May 01, 2024 at 12:10:53AM -0700, Christoph Hellwig wrote: > On Mon, Apr 29, 2024 at 08:24:06PM -0700, Darrick J. Wong wrote: > > From: Andrey Albershteyn <aalbersh@xxxxxxxxxx> > > > > This patch adds fs-verity verification into iomap's read path. After > > BIO's io operation is complete the data are verified against > > fs-verity's Merkle tree. Verification work is done in a separate > > workqueue. > > > > The read path ioend iomap_read_ioend are stored side by side with > > BIOs if FS_VERITY is enabled. > > > > Signed-off-by: Andrey Albershteyn <aalbersh@xxxxxxxxxx> > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > Not sure where my signoff is coming from. It looks pretty similar to > a patch I sent a long time ago, but apparently it's been modified enough > to drop my authorship, in whih case my signoff should be dropped as > well. Removed. ---D