1. 5306892 fsverity: support verification with tree block size < PAGE_SIZE by Eric Biggers · 2 years ago
  2. f45555b fsverity: replace fsverity_hash_page() with fsverity_hash_block() by Eric Biggers · 2 years ago
  3. 579a12f fsverity: store log2(digest_size) precomputed by Eric Biggers · 2 years ago
  4. 9098f36 fsverity: simplify Merkle tree readahead size calculation by Eric Biggers · 2 years ago
  5. 284d5db fsverity: use unsigned long for level_start by Eric Biggers · 2 years ago
  6. 86f6656 fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG by Eric Biggers · 2 years ago
  7. a4bbf53 fsverity: simplify fsverity_get_digest() by Eric Biggers · 2 years, 1 month ago
  8. 3862201 btrfs: send: add support for fs-verity by Boris Burkov · 2 years, 4 months ago
  9. 0350785 Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 2 years, 7 months ago
  10. b0487ed fs-verity: remove unused parameter desc_size in fsverity_create_info() by Zhang Jianhua · 2 years, 7 months ago
  11. 246d921 fs-verity: define a function to return the integrity protected file digest by Mimi Zohar · 3 years, 1 month ago
  12. fab634c fs-verity: don't pass whole descriptor to fsverity_verify_signature() by Eric Biggers · 4 years ago
  13. c2c8261 fs-verity: factor out fsverity_get_descriptor() by Eric Biggers · 4 years ago
  14. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  15. bde4933 fs-verity: move structs needed for file signing to UAPI header by Eric Biggers · 4 years, 1 month ago
  16. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  17. ed45e20 fs-verity: rename "file measurement" to "file digest" by Eric Biggers · 4 years, 1 month ago
  18. 9e90f30e fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest by Eric Biggers · 4 years, 1 month ago
  19. 9cd6b59 fs-verity: remove unnecessary extern keywords by Eric Biggers · 4 years, 8 months ago
  20. 6377a38 fs-verity: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  21. 439bea1 fs-verity: use mempool for hash requests by Eric Biggers · 5 years ago
  22. fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
  23. 432434c fs-verity: support builtin file signatures by Eric Biggers · 5 years ago
  24. add890c fs-verity: add SHA-512 support by Eric Biggers · 5 years ago
  25. 8a1d0f9 fs-verity: add data verification hooks for ->readpages() by Eric Biggers · 5 years ago
  26. fd2d1ac fs-verity: add the hook for file ->open() by Eric Biggers · 5 years ago
  27. 671e67b fs-verity: add Kconfig and the helper functions for hashing by Eric Biggers · 5 years ago