summaryrefslogtreecommitdiff
path: root/fs/verity/verify.c
AgeCommit message (Expand)Author
2023-07-11fsverity: simplify handling of errors during initcallEric Biggers
2023-06-04fsverity: simplify error handling in verify_data_block()Eric Biggers
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers
2023-03-14fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry
2023-01-27fsverity: support verifying data from large foliosEric Biggers
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers
2023-01-09fsverity: store log2(digest_size) precomputedEric Biggers
2023-01-09fsverity: simplify Merkle tree readahead size calculationEric Biggers
2023-01-01fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers
2022-11-28fsverity: stop using PG_error to track error statusEric Biggers
2022-08-19fs-verity: use memcpy_from_page()Eric Biggers
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2020-11-16fs-verity: remove filenames from file commentsEric Biggers
2020-05-12fs-verity: fix all kerneldoc warningsEric Biggers
2020-01-14fs-verity: use mempool for hash requestsEric Biggers
2020-01-14fs-verity: implement readahead of Merkle tree pagesEric Biggers
2019-08-12fs-verity: support builtin file signaturesEric Biggers
2019-07-28fs-verity: add data verification hooks for ->readpages()Eric Biggers