summaryrefslogtreecommitdiff
path: root/fs/verity/measure.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-04fsverity: Fix silent truncation in bpf_get_fsverity_digest()Eric Biggers1-4/+5
2026-08-04fsverity: Fix bpf_get_fsverity_digest() dynptr assumptionsEric Biggers1-4/+6
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-2/+2
2026-06-05fsverity: generate and store zero-block hashAndrey Albershteyn1-2/+2
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-2/+2
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-1/+1
2025-07-14fsverity: Explicitly include <linux/export.h>Eric Biggers1-0/+1
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