aboutsummaryrefslogtreecommitdiffstats
path: root/fs/verity/read_metadata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19fs-verity: use kmap_local_page() instead of kmap()Eric Biggers1-3/+3
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua1-3/+2
2021-02-07fs-verity: support reading signature with ioctlEric Biggers1-0/+30
2021-02-07fs-verity: support reading descriptor with ioctlEric Biggers1-0/+40
2021-02-07fs-verity: support reading Merkle tree with ioctlEric Biggers1-0/+70
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers1-0/+55