Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-01-15 | fs-verity: use mempool for hash requests | Eric Biggers | 1 | -5/+11 |
2020-01-15 | fs-verity: implement readahead of Merkle tree pages | Eric Biggers | 1 | -0/+1 |
2019-08-13 | fs-verity: support builtin file signatures | Eric Biggers | 1 | -3/+45 |
2019-08-13 | fs-verity: add SHA-512 support | Eric Biggers | 1 | -1/+1 |
2019-07-29 | fs-verity: add data verification hooks for ->readpages() | Eric Biggers | 1 | -0/+5 |
2019-07-29 | fs-verity: add the hook for file ->open() | Eric Biggers | 1 | -2/+52 |
2019-07-29 | fs-verity: add Kconfig and the helper functions for hashing | Eric Biggers | 1 | -0/+88 |