summaryrefslogtreecommitdiffstats
path: root/fs/verity/fsverity_private.h
Commit message (Expand)AuthorAgeFilesLines
* fsverity: remove hash page spin lockAndrey Albershteyn2024-02-011-1/+0
* bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu2023-12-011-0/+10
* fsverity: move sysctl registration out of signature.cEric Biggers2023-07-111-0/+1
* fsverity: simplify handling of errors during initcallEric Biggers2023-07-111-7/+4
* fsverity: constify fsverity_hash_algEric Biggers2023-06-041-5/+5
* fsverity: use shash API instead of ahash APIEric Biggers2023-06-041-11/+2
* fsverity: support verification with tree block size < PAGE_SIZEEric Biggers2023-01-091-1/+4
* fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers2023-01-091-3/+3
* fsverity: store log2(digest_size) precomputedEric Biggers2023-01-091-2/+3
* fsverity: simplify Merkle tree readahead size calculationEric Biggers2023-01-091-1/+1
* fsverity: use unsigned long for level_startEric Biggers2023-01-091-1/+1
* fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers2023-01-011-4/+0
* fsverity: simplify fsverity_get_digest()Eric Biggers2022-11-291-0/+5
* btrfs: send: add support for fs-verityBoris Burkov2022-09-261-2/+0
* Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-241-7/+0
|\
| * fs-verity: define a function to return the integrity protected file digestMimi Zohar2022-05-011-7/+0
* | fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua2022-05-181-4/+2
|/
* fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers2021-02-071-4/+2
* fs-verity: factor out fsverity_get_descriptor()Eric Biggers2021-02-071-1/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* | fs-verity: move structs needed for file signing to UAPI headerEric Biggers2020-11-231-37/+0
* | fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-161-6/+6
* | fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2020-11-161-5/+12
|/
* fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-121-1/+1
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-121-1/+1
* fs-verity: use mempool for hash requestsEric Biggers2020-01-141-5/+11
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-0/+1
* fs-verity: support builtin file signaturesEric Biggers2019-08-121-3/+45
* fs-verity: add SHA-512 supportEric Biggers2019-08-121-1/+1
* fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+5
* fs-verity: add the hook for file ->open()Eric Biggers2019-07-281-2/+52
* fs-verity: add Kconfig and the helper functions for hashingEric Biggers2019-07-281-0/+88