summaryrefslogtreecommitdiffstats
path: root/include/linux/fsverity.h
Commit message (Expand)AuthorAgeFilesLines
* fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-071-0/+12
* fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers2020-07-211-2/+7
* fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-121-8/+8
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-121-0/+3
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-1/+6
* fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-121-0/+11
* fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-121-0/+66
* fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+56
* fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-281-0/+7
* fs-verity: add the hook for file ->open()Eric Biggers2019-07-281-0/+71