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