summaryrefslogtreecommitdiffstats
path: root/fs/verity
Commit message (Expand)AuthorAgeFilesLines
* fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel2021-04-221-2/+6
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | fs-verity: support reading signature with ioctlEric Biggers2021-02-071-0/+30
* | fs-verity: support reading descriptor with ioctlEric Biggers2021-02-071-0/+40
* | fs-verity: support reading Merkle tree with ioctlEric Biggers2021-02-071-0/+70
* | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-072-0/+56
* | fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers2021-02-073-19/+10
* | fs-verity: factor out fsverity_get_descriptor()Eric Biggers2021-02-072-46/+91
|/
* 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-165-31/+31
* | fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2020-11-162-6/+13
* | fs-verity: remove filenames from file commentsEric Biggers2020-11-167-7/+7
|/
* fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers2020-07-211-3/+12
* fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-121-1/+1
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-126-1/+12
* fs-verity: use u64_to_user_ptr()Eric Biggers2020-01-141-4/+2
* fs-verity: use mempool for hash requestsEric Biggers2020-01-145-46/+97
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-144-7/+37
* fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers2020-01-141-6/+39
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* fs-verity: support builtin file signaturesEric Biggers2019-08-128-14/+269
* fs-verity: add SHA-512 supportEric Biggers2019-08-122-1/+6
* fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-122-0/+58
* fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-122-1/+365
* fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-285-1/+296
* fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-281-0/+21
* fs-verity: add the hook for file ->open()Eric Biggers2019-07-284-3/+378
* fs-verity: add Kconfig and the helper functions for hashingEric Biggers2019-07-285-0/+446