summaryrefslogtreecommitdiff
path: root/fs/verity/measure.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-2/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2023-12-01bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu1-0/+84
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers1-11/+26
2022-11-29fsverity: simplify fsverity_get_digest()Eric Biggers1-17/+2
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar1-0/+43
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers1-6/+6
2020-11-16fs-verity: remove filenames from file commentsEric Biggers1-1/+1
2020-05-12fs-verity: fix all kerneldoc warningsEric Biggers1-0/+2
2019-08-12fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers1-0/+57