Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: treewide: Align kfunc signatures to prog point-of-view | Daniel Xu | 2024-06-12 | 1 | -2/+3 |
* | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu | 2024-02-01 | 1 | -2/+2 |
* | bpf, fsverity: Add kfunc bpf_get_fsverity_digest | Song Liu | 2023-12-02 | 1 | -0/+84 |
* | fsverity: rework fsverity_get_digest() again | Eric Biggers | 2023-06-14 | 1 | -11/+26 |
* | fsverity: simplify fsverity_get_digest() | Eric Biggers | 2022-11-30 | 1 | -17/+2 |
* | fs-verity: define a function to return the integrity protected file digest | Mimi Zohar | 2022-05-01 | 1 | -0/+43 |
* | fs-verity: rename "file measurement" to "file digest" | Eric Biggers | 2020-11-16 | 1 | -6/+6 |
* | fs-verity: remove filenames from file comments | Eric Biggers | 2020-11-16 | 1 | -1/+1 |
* | fs-verity: fix all kerneldoc warnings | Eric Biggers | 2020-05-13 | 1 | -0/+2 |
* | fs-verity: implement FS_IOC_MEASURE_VERITY ioctl | Eric Biggers | 2019-08-13 | 1 | -0/+57 |