summaryrefslogtreecommitdiffstats
path: root/fs/verity/init.c
Commit message (Expand)AuthorAgeFilesLines
* fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers13 days1-6/+1
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+1
|\
| * bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu2023-12-011-0/+1
* | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
|/
* fsverity: move sysctl registration out of signature.cEric Biggers2023-07-111-0/+32
* fsverity: simplify handling of errors during initcallEric Biggers2023-07-111-21/+3
* fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers2023-01-011-1/+0
* fs-verity: remove filenames from file commentsEric Biggers2020-11-161-1/+1
* fs-verity: support builtin file signaturesEric Biggers2019-08-121-0/+6
* fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+8
* fs-verity: add the hook for file ->open()Eric Biggers2019-07-281-0/+6
* fs-verity: add Kconfig and the helper functions for hashingEric Biggers2019-07-281-0/+41