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