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