1. 80f6e30 fs-verity: fix signed integer overflow with i_size near S64_MAX by Eric Biggers · 3 years, 3 months ago
  2. e3a606f fsverity: relax build time dependency on CRYPTO_SHA256 by Ard Biesheuvel · 3 years, 8 months ago
  3. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  4. 07c9900 fs-verity: support reading signature with ioctl by Eric Biggers · 4 years ago
  5. 947191a fs-verity: support reading descriptor with ioctl by Eric Biggers · 4 years ago
  6. 622699c fs-verity: support reading Merkle tree with ioctl by Eric Biggers · 4 years ago
  7. e17fe65 fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl by Eric Biggers · 4 years ago
  8. fab634c fs-verity: don't pass whole descriptor to fsverity_verify_signature() by Eric Biggers · 4 years ago
  9. c2c8261 fs-verity: factor out fsverity_get_descriptor() by Eric Biggers · 4 years ago
  10. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  11. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  12. bde4933 fs-verity: move structs needed for file signing to UAPI header by Eric Biggers · 4 years, 1 month ago
  13. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
  14. ed45e20 fs-verity: rename "file measurement" to "file digest" by Eric Biggers · 4 years, 1 month ago
  15. 9e90f30e fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest by Eric Biggers · 4 years, 1 month ago
  16. 7bf765d fs-verity: remove filenames from file comments by Eric Biggers · 4 years, 1 month ago
  17. f3db0be fs-verity: use smp_load_acquire() for ->i_verity_info by Eric Biggers · 4 years, 5 months ago
  18. 9cd6b59 fs-verity: remove unnecessary extern keywords by Eric Biggers · 4 years, 8 months ago
  19. 6377a38 fs-verity: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  20. da3a3da fs-verity: use u64_to_user_ptr() by Eric Biggers · 5 years 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. c22415d fs-verity: implement readahead for FS_IOC_ENABLE_VERITY by Eric Biggers · 5 years ago
  24. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  25. 432434c fs-verity: support builtin file signatures by Eric Biggers · 5 years ago
  26. add890c fs-verity: add SHA-512 support by Eric Biggers · 5 years ago
  27. 4dd893d fs-verity: implement FS_IOC_MEASURE_VERITY ioctl by Eric Biggers · 5 years ago
  28. 3fda4c6 fs-verity: implement FS_IOC_ENABLE_VERITY ioctl by Eric Biggers · 5 years ago
  29. 8a1d0f9 fs-verity: add data verification hooks for ->readpages() by Eric Biggers · 5 years ago
  30. c1d9b58 fs-verity: add the hook for file ->setattr() by Eric Biggers · 5 years ago
  31. fd2d1ac fs-verity: add the hook for file ->open() by Eric Biggers · 5 years ago
  32. 671e67b fs-verity: add Kconfig and the helper functions for hashing by Eric Biggers · 5 years ago