summaryrefslogtreecommitdiff
path: root/fs/verity/verify.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02fsverity: remove hash page spin lockAndrey Albershteyn1-24/+24
2023-07-12fsverity: simplify handling of errors during initcallEric Biggers1-9/+2
2023-06-04fsverity: simplify error handling in verify_data_block()Eric Biggers1-34/+21
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers1-5/+5
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers1-67/+42
2023-03-15fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry1-6/+6
2023-01-28fsverity: support verifying data from large foliosEric Biggers1-21/+22
2023-01-10fsverity: support verification with tree block size < PAGE_SIZEEric Biggers1-86/+223
2023-01-10fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers1-4/+5
2023-01-10fsverity: store log2(digest_size) precomputedEric Biggers1-1/+1
2023-01-10fsverity: simplify Merkle tree readahead size calculationEric Biggers1-14/+7
2023-01-02fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers1-14/+0
2022-11-29fsverity: stop using PG_error to track error statusEric Biggers1-6/+6
2022-08-20fs-verity: use memcpy_from_page()Eric Biggers1-12/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2
2020-11-16fs-verity: remove filenames from file commentsEric Biggers1-1/+1
2020-05-13fs-verity: fix all kerneldoc warningsEric Biggers1-0/+3
2020-01-15fs-verity: use mempool for hash requestsEric Biggers1-11/+6
2020-01-15fs-verity: implement readahead of Merkle tree pagesEric Biggers1-6/+28
2019-08-13fs-verity: support builtin file signaturesEric Biggers1-0/+6
2019-07-29fs-verity: add data verification hooks for ->readpages()Eric Biggers1-0/+275