summaryrefslogtreecommitdiff
path: root/fs/verity/fsverity_private.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-02fsverity: remove hash page spin lockAndrey Albershteyn1-1/+0
2023-12-02bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu1-0/+10
2023-07-12fsverity: move sysctl registration out of signature.cEric Biggers1-0/+1
2023-07-12fsverity: simplify handling of errors during initcallEric Biggers1-7/+4
2023-06-04fsverity: constify fsverity_hash_algEric Biggers1-5/+5
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers1-11/+2
2023-01-10fsverity: support verification with tree block size < PAGE_SIZEEric Biggers1-1/+4
2023-01-10fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers1-3/+3
2023-01-10fsverity: store log2(digest_size) precomputedEric Biggers1-2/+3
2023-01-10fsverity: simplify Merkle tree readahead size calculationEric Biggers1-1/+1
2023-01-10fsverity: use unsigned long for level_startEric Biggers1-1/+1
2023-01-02fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers1-4/+0
2022-11-30fsverity: simplify fsverity_get_digest()Eric Biggers1-0/+5
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-2/+0
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+0
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua1-4/+2
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar1-7/+0
2021-02-08fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers1-4/+2
2021-02-08fs-verity: factor out fsverity_get_descriptor()Eric Biggers1-1/+6
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-11-24fs-verity: move structs needed for file signing to UAPI headerEric Biggers1-37/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers1-6/+6
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers1-5/+12
2020-05-13fs-verity: remove unnecessary extern keywordsEric Biggers1-1/+1
2020-05-13fs-verity: fix all kerneldoc warningsEric Biggers1-1/+1
2020-01-15fs-verity: use mempool for hash requestsEric Biggers1-5/+11
2020-01-15fs-verity: implement readahead of Merkle tree pagesEric Biggers1-0/+1
2019-08-13fs-verity: support builtin file signaturesEric Biggers1-3/+45
2019-08-13fs-verity: add SHA-512 supportEric Biggers1-1/+1
2019-07-29fs-verity: add data verification hooks for ->readpages()Eric Biggers1-0/+5
2019-07-29fs-verity: add the hook for file ->open()Eric Biggers1-2/+52
2019-07-29fs-verity: add Kconfig and the helper functions for hashingEric Biggers1-0/+88