Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs-verity: remove unnecessary extern keywords | Eric Biggers | 2020-05-12 | 1 | -1/+1 |
* | fs-verity: fix all kerneldoc warnings | Eric Biggers | 2020-05-12 | 1 | -1/+1 |
* | fs-verity: use mempool for hash requests | Eric Biggers | 2020-01-14 | 1 | -5/+11 |
* | fs-verity: implement readahead of Merkle tree pages | Eric Biggers | 2020-01-14 | 1 | -0/+1 |
* | fs-verity: support builtin file signatures | Eric Biggers | 2019-08-12 | 1 | -3/+45 |
* | fs-verity: add SHA-512 support | Eric Biggers | 2019-08-12 | 1 | -1/+1 |
* | fs-verity: add data verification hooks for ->readpages() | Eric Biggers | 2019-07-28 | 1 | -0/+5 |
* | fs-verity: add the hook for file ->open() | Eric Biggers | 2019-07-28 | 1 | -2/+52 |
* | fs-verity: add Kconfig and the helper functions for hashing | Eric Biggers | 2019-07-28 | 1 | -0/+88 |