summaryrefslogtreecommitdiffstats
path: root/fs/verity/fsverity_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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