aboutsummaryrefslogtreecommitdiffstats
path: root/fs/verity/init.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers1-6/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-01bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu1-0/+1
2023-07-11fsverity: move sysctl registration out of signature.cEric Biggers1-0/+32
2023-07-11fsverity: simplify handling of errors during initcallEric Biggers1-21/+3
2023-01-01fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers1-1/+0
2020-11-16fs-verity: remove filenames from file commentsEric Biggers1-1/+1
2019-08-12fs-verity: support builtin file signaturesEric Biggers1-0/+6
2019-07-28fs-verity: add data verification hooks for ->readpages()Eric Biggers1-0/+8
2019-07-28fs-verity: add the hook for file ->open()Eric Biggers1-0/+6
2019-07-28fs-verity: add Kconfig and the helper functions for hashingEric Biggers1-0/+41