summaryrefslogtreecommitdiffstats
path: root/fs/verity/verify.c
Commit message (Expand)AuthorAgeFilesLines
* fsverity: remove hash page spin lockAndrey Albershteyn2024-02-011-24/+24
* fsverity: simplify handling of errors during initcallEric Biggers2023-07-111-9/+2
* fsverity: simplify error handling in verify_data_block()Eric Biggers2023-06-041-34/+21
* fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers2023-06-041-5/+5
* fsverity: use shash API instead of ahash APIEric Biggers2023-06-041-67/+42
* fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-141-6/+6
* fsverity: support verifying data from large foliosEric Biggers2023-01-271-21/+22
* fsverity: support verification with tree block size < PAGE_SIZEEric Biggers2023-01-091-86/+223
* fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers2023-01-091-4/+5
* fsverity: store log2(digest_size) precomputedEric Biggers2023-01-091-1/+1
* fsverity: simplify Merkle tree readahead size calculationEric Biggers2023-01-091-14/+7
* fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers2023-01-011-14/+0
* fsverity: stop using PG_error to track error statusEric Biggers2022-11-281-6/+6
* fs-verity: use memcpy_from_page()Eric Biggers2022-08-191-12/+2
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-2/+2
* fs-verity: remove filenames from file commentsEric Biggers2020-11-161-1/+1
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-121-0/+3
* fs-verity: use mempool for hash requestsEric Biggers2020-01-141-11/+6
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-6/+28
* fs-verity: support builtin file signaturesEric Biggers2019-08-121-0/+6
* fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+275