summaryrefslogtreecommitdiffstats
path: root/fs/verity/enable.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-161-3/+3
* fs-verity: remove filenames from file commentsEric Biggers2020-11-161-1/+1
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-121-0/+2
* fs-verity: use u64_to_user_ptr()Eric Biggers2020-01-141-4/+2
* fs-verity: use mempool for hash requestsEric Biggers2020-01-141-3/+5
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-1/+7
* 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-121-3/+17
* fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-121-0/+363