VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
verity
/
open.c
Date
Commit Message
Rev
Author
2021-02-07
fs-verity: don't pass whole descriptor to fsverity_verify_signature()
fab634c4
Eric Biggers
2021-02-07
fs-verity: factor out fsverity_get_descriptor()
c2c82611
Eric Biggers
2020-11-16
fs-verity: rename "file measurement" to "file digest"
ed45e201
Eric Biggers
2020-11-16
fs-verity: remove filenames from file comments
7bf765dd
Eric Biggers
2020-07-21
fs-verity: use smp_load_acquire() for ->i_verity_info
f3db0bed
Eric Biggers
2020-05-12
fs-verity: fix all kerneldoc warnings
6377a38b
Eric Biggers
2020-01-14
fs-verity: use mempool for hash requests
439bea10
Eric Biggers
2020-01-14
fs-verity: implement readahead of Merkle tree pages
fd39073d
Eric Biggers
2019-08-12
fs-verity: support builtin file signatures
432434c9
Eric Biggers
2019-07-28
fs-verity: add data verification hooks for ->readpages()
8a1d0f9c
Eric Biggers
2019-07-28
fs-verity: add the hook for file ->setattr()
c1d9b584
Eric Biggers
2019-07-28
fs-verity: add the hook for file ->open()
fd2d1acf
Eric Biggers