Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm verity: Add documentation for try_verify_in_tasklet option

Add documentation that was missing from commit 5721d4e5a9cd ("dm
verity: Add optional "try_verify_in_tasklet" feature").

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>

authored by

Milan Broz and committed by
Mike Snitzer
dc3efedf 48d1a964

+4
+4
Documentation/admin-guide/device-mapper/verity.rst
··· 141 141 also gain new certificates at run time if they are signed by a certificate 142 142 already in the secondary trusted keyring. 143 143 144 + try_verify_in_tasklet 145 + If verity hashes are in cache, verify data blocks in kernel tasklet instead 146 + of workqueue. This option can reduce IO latency. 147 + 144 148 Theory of operation 145 149 =================== 146 150