summaryrefslogtreecommitdiffstats
path: root/fs/verity
AgeCommit message (Expand)AuthorLines
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2020-11-23fs-verity: move structs needed for file signing to UAPI headerEric Biggers-37/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers-31/+31
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers-6/+13
2020-11-16fs-verity: remove filenames from file commentsEric Biggers-7/+7
2020-07-21fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers-3/+12
2020-05-12fs-verity: remove unnecessary extern keywordsEric Biggers-1/+1
2020-05-12fs-verity: fix all kerneldoc warningsEric Biggers-1/+12
2020-01-14fs-verity: use u64_to_user_ptr()Eric Biggers-4/+2
2020-01-14fs-verity: use mempool for hash requestsEric Biggers-46/+97
2020-01-14fs-verity: implement readahead of Merkle tree pagesEric Biggers-7/+37
2020-01-14fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers-6/+39
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-08-12fs-verity: support builtin file signaturesEric Biggers-14/+269
2019-08-12fs-verity: add SHA-512 supportEric Biggers-1/+6
2019-08-12fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers-0/+58
2019-08-12fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers-1/+365
2019-07-28fs-verity: add data verification hooks for ->readpages()Eric Biggers-1/+296
2019-07-28fs-verity: add the hook for file ->setattr()Eric Biggers-0/+21
2019-07-28fs-verity: add the hook for file ->open()Eric Biggers-3/+378
2019-07-28fs-verity: add Kconfig and the helper functions for hashingEric Biggers-0/+446