1. cce4c40 bpf: treewide: Align kfunc signatures to prog point-of-view by Daniel Xu · 9 months ago
  2. ee5814d fsverity: use register_sysctl_init() to avoid kmemleak warning by Eric Biggers · 10 months ago
  3. 9187210 Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 12 months ago
  4. 8e43fb0 fsverity: remove hash page spin lock by Andrey Albershteyn · 1 year, 1 month ago
  5. 6f3189f bpf: treewide: Annotate BPF kfuncs in BTF by Daniel Xu · 1 year, 1 month ago
  6. 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago
  7. 9d5b947 fs: Remove the now superfluous sentinel elements from ctl_table array by Joel Granados · 1 year, 4 months ago
  8. 67814c0 bpf, fsverity: Add kfunc bpf_get_fsverity_digest by Song Liu · 1 year, 3 months ago
  9. 919dc32 fsverity: skip PKCS#7 parser when keyring is empty by Eric Biggers · 1 year, 7 months ago
  10. 456ae5f fsverity: move sysctl registration out of signature.c by Eric Biggers · 1 year, 8 months ago
  11. e77000c fsverity: simplify handling of errors during initcall by Eric Biggers · 1 year, 8 months ago
  12. 5d37a11 fsverity: explicitly check that there is no algorithm 0 by Eric Biggers · 1 year, 8 months ago
  13. 672d6ef fsverity: improve documentation for builtin signature support by Eric Biggers · 1 year, 9 months ago
  14. 74836ecb fsverity: rework fsverity_get_digest() again by Eric Biggers · 1 year, 9 months ago
  15. 13e2408 fsverity: simplify error handling in verify_data_block() by Eric Biggers · 1 year, 9 months ago
  16. d1f0c5e fsverity: don't use bio_first_page_all() in fsverity_verify_bio() by Eric Biggers · 1 year, 9 months ago
  17. 32ab3c5 fsverity: constify fsverity_hash_alg by Eric Biggers · 1 year, 9 months ago
  18. 8fcd94a fsverity: use shash API instead of ahash API by Eric Biggers · 1 year, 10 months ago
  19. 0483913 fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds by Eric Biggers · 1 year, 11 months ago
  20. 39049b6 fsverity: explicitly check for buffer overflow in build_merkle_tree() by Eric Biggers · 2 years ago
  21. 8eb8af4 fsverity: use WARN_ON_ONCE instead of WARN_ON by Eric Biggers · 2 years ago
  22. 1238c8b91c fs-verity: simplify sysctls with register_sysctl() by Luis Chamberlain · 2 years ago
  23. a075bac fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY by Eric Biggers · 2 years ago
  24. f959325 fsverity: Remove WQ_UNBOUND from fsverity read workqueue by Nathan Huckleberry · 2 years ago
  25. 5d0f0e5 fsverity: support verifying data from large folios by Eric Biggers · 2 years, 1 month ago
  26. 56124d6c fsverity: support enabling with tree block size < PAGE_SIZE by Eric Biggers · 2 years, 3 months ago
  27. 5306892 fsverity: support verification with tree block size < PAGE_SIZE by Eric Biggers · 2 years, 3 months ago
  28. f45555b fsverity: replace fsverity_hash_page() with fsverity_hash_block() by Eric Biggers · 2 years, 3 months ago
  29. 55eed69 fsverity: use EFBIG for file too large to enable verity by Eric Biggers · 2 years, 3 months ago
  30. 579a12f fsverity: store log2(digest_size) precomputed by Eric Biggers · 2 years, 3 months ago
  31. 9098f36 fsverity: simplify Merkle tree readahead size calculation by Eric Biggers · 2 years, 3 months ago
  32. 284d5db fsverity: use unsigned long for level_start by Eric Biggers · 2 years, 3 months ago
  33. 86f6656 fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG by Eric Biggers · 2 years, 3 months ago
  34. 72ea15f fsverity: pass pos and size to ->write_merkle_tree_block by Eric Biggers · 2 years, 3 months ago
  35. 9642946 fsverity: optimize fsverity_cleanup_inode() on non-verity files by Eric Biggers · 2 years, 3 months ago
  36. 01d90c0 fsverity: optimize fsverity_prepare_setattr() on non-verity files by Eric Biggers · 2 years, 3 months ago
  37. a6528a9 fsverity: optimize fsverity_file_open() on non-verity files by Eric Biggers · 2 years, 3 months ago
  38. a4bbf53 fsverity: simplify fsverity_get_digest() by Eric Biggers · 2 years, 3 months ago
  39. 98dc08b fsverity: stop using PG_error to track error status by Eric Biggers · 2 years, 3 months ago
  40. 76e4503 Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 5 months ago
  41. 3862201 btrfs: send: add support for fs-verity by Boris Burkov · 2 years, 7 months ago
  42. 8377e8a fs-verity: use kmap_local_page() instead of kmap() by Eric Biggers · 2 years, 7 months ago
  43. c987918 fs-verity: use memcpy_from_page() by Eric Biggers · 2 years, 7 months ago
  44. 8da572c fs-verity: mention btrfs support by Eric Biggers · 2 years, 9 months ago
  45. fdaf9a5 Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  46. 0350785 Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 2 years, 10 months ago
  47. e6af1bb fs-verity: Use struct_size() helper in enable_verity() by Zhang Jianhua · 2 years, 10 months ago
  48. b0487ed fs-verity: remove unused parameter desc_size in fsverity_create_info() by Zhang Jianhua · 2 years, 10 months ago
  49. 2ebdd1d mm/readahead: Convert page_cache_async_readahead to take a folio by Matthew Wilcox (Oracle) · 4 years ago
  50. 246d921 fs-verity: define a function to return the integrity protected file digest by Mimi Zohar · 3 years, 4 months ago
  51. 704528d fs: Remove ->readpages address space operation by Matthew Wilcox (Oracle) · 3 years ago
  52. 80f6e30 fs-verity: fix signed integer overflow with i_size near S64_MAX by Eric Biggers · 3 years, 6 months ago
  53. e3a606f fsverity: relax build time dependency on CRYPTO_SHA256 by Ard Biesheuvel · 3 years, 11 months ago
  54. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  55. 07c9900 fs-verity: support reading signature with ioctl by Eric Biggers · 4 years, 2 months ago
  56. 947191a fs-verity: support reading descriptor with ioctl by Eric Biggers · 4 years, 2 months ago
  57. 622699c fs-verity: support reading Merkle tree with ioctl by Eric Biggers · 4 years, 2 months ago
  58. e17fe65 fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl by Eric Biggers · 4 years, 2 months ago
  59. fab634c fs-verity: don't pass whole descriptor to fsverity_verify_signature() by Eric Biggers · 4 years, 2 months ago
  60. c2c8261 fs-verity: factor out fsverity_get_descriptor() by Eric Biggers · 4 years, 2 months ago
  61. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years, 2 months ago
  62. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  63. bde4933 fs-verity: move structs needed for file signing to UAPI header by Eric Biggers · 4 years, 4 months ago
  64. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 4 months ago
  65. ed45e20 fs-verity: rename "file measurement" to "file digest" by Eric Biggers · 4 years, 4 months ago
  66. 9e90f30e fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest by Eric Biggers · 4 years, 4 months ago
  67. 7bf765d fs-verity: remove filenames from file comments by Eric Biggers · 4 years, 4 months ago
  68. f3db0be fs-verity: use smp_load_acquire() for ->i_verity_info by Eric Biggers · 4 years, 8 months ago
  69. 9cd6b59 fs-verity: remove unnecessary extern keywords by Eric Biggers · 4 years, 10 months ago
  70. 6377a38 fs-verity: fix all kerneldoc warnings by Eric Biggers · 4 years, 10 months ago
  71. da3a3da fs-verity: use u64_to_user_ptr() by Eric Biggers · 5 years ago
  72. 439bea1 fs-verity: use mempool for hash requests by Eric Biggers · 5 years ago
  73. fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
  74. c22415d fs-verity: implement readahead for FS_IOC_ENABLE_VERITY by Eric Biggers · 5 years ago
  75. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  76. 432434c fs-verity: support builtin file signatures by Eric Biggers · 6 years ago
  77. add890c fs-verity: add SHA-512 support by Eric Biggers · 6 years ago
  78. 4dd893d fs-verity: implement FS_IOC_MEASURE_VERITY ioctl by Eric Biggers · 6 years ago
  79. 3fda4c6 fs-verity: implement FS_IOC_ENABLE_VERITY ioctl by Eric Biggers · 6 years ago
  80. 8a1d0f9 fs-verity: add data verification hooks for ->readpages() by Eric Biggers · 6 years ago
  81. c1d9b58 fs-verity: add the hook for file ->setattr() by Eric Biggers · 6 years ago
  82. fd2d1ac fs-verity: add the hook for file ->open() by Eric Biggers · 6 years ago
  83. 671e67b fs-verity: add Kconfig and the helper functions for hashing by Eric Biggers · 6 years ago