Re: [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
Andrey Albershteyn via Linux-f2fs-devel <[email protected]>
| Newsgroups | gmane.linux.file-systems.f2fs,gmane.linux.file-systems,gmane.comp.file-systems.ext4,gmane.comp.file-systems.btrfs |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-03 22:07:55, Andrey Albershteyn wrote: > The current version calls flush_dcache_folio(), in memcpy_to_folio(), to > flush whole folio on every digest (which is 128 for 4k) on the HIGHMEM > systems. Open code folio mapping and flushing to copy all digests at > once. > > Reported-by: Eric Biggers <[email protected]> > Link: https://lore.kernel.org/linux-fsdevel/20260401222717.GH2466@quark/ > Signed-off-by: Andrey Albershteyn <[email protected]> I will drop this patch -- - Andrey