summaryrefslogtreecommitdiffstats
path: root/include/linux/fsverity.h
Commit message (Expand)AuthorAgeFilesLines
* fsverity: rework fsverity_get_digest() againEric Biggers2023-06-141-5/+9
* fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-04-111-3/+3
* fsverity: support verifying data from large foliosEric Biggers2023-01-271-5/+10
* fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers2023-01-091-2/+1
* fsverity: support verification with tree block size < PAGE_SIZEEric Biggers2023-01-091-2/+9
* fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-4/+4
* fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers2023-01-011-1/+13
* fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers2023-01-011-4/+22
* fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers2023-01-011-3/+23
* btrfs: send: add support for fs-verityBoris Burkov2022-09-261-0/+3
* fs-verity: define a function to return the integrity protected file digestMimi Zohar2022-05-011-0/+18
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* 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