aboutsummaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)AuthorFilesLines
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningGravatar Eric Biggers 1-6/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2024-02-01fsverity: remove hash page spin lockGravatar Andrey Albershteyn 3-26/+24
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFGravatar Daniel Xu 1-2/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-0/+95
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-01bpf, fsverity: Add kfunc bpf_get_fsverity_digestGravatar Song Liu 3-0/+95
2023-08-20fsverity: skip PKCS#7 parser when keyring is emptyGravatar Eric Biggers 1-0/+16
2023-07-11fsverity: move sysctl registration out of signature.cGravatar Eric Biggers 3-32/+34
2023-07-11fsverity: simplify handling of errors during initcallGravatar Eric Biggers 5-78/+28
2023-07-11fsverity: explicitly check that there is no algorithm 0Gravatar Eric Biggers 1-0/+8
2023-06-20fsverity: improve documentation for builtin signature supportGravatar Eric Biggers 5-15/+23
2023-06-14fsverity: rework fsverity_get_digest() againGravatar Eric Biggers 1-11/+26
2023-06-04fsverity: simplify error handling in verify_data_block()Gravatar Eric Biggers 1-34/+21
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Gravatar Eric Biggers 1-5/+5
2023-06-04fsverity: constify fsverity_hash_algGravatar Eric Biggers 3-11/+11
2023-06-04fsverity: use shash API instead of ahash APIGravatar Eric Biggers 4-201/+71
2023-04-11fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fdsGravatar Eric Biggers 1-0/+7
2023-04-11fsverity: explicitly check for buffer overflow in build_merkle_tree()Gravatar Eric Biggers 1-0/+10
2023-04-11fsverity: use WARN_ON_ONCE instead of WARN_ONGravatar Eric Biggers 3-5/+5
2023-03-27fs-verity: simplify sysctls with register_sysctl()Gravatar Luis Chamberlain 1-8/+1
2023-03-15fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYGravatar Eric Biggers 1-12/+13
2023-03-14fsverity: Remove WQ_UNBOUND from fsverity read workqueueGravatar Nathan Huckleberry 1-6/+6
2023-01-27fsverity: support verifying data from large foliosGravatar Eric Biggers 1-21/+22
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEGravatar Eric Biggers 1-136/+124
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEGravatar Eric Biggers 3-98/+296
2023-01-09fsverity: replace fsverity_hash_page() with fsverity_hash_block()Gravatar Eric Biggers 4-22/+21
2023-01-09fsverity: use EFBIG for file too large to enable verityGravatar Eric Biggers 1-1/+1
2023-01-09fsverity: store log2(digest_size) precomputedGravatar Eric Biggers 3-4/+6
2023-01-09fsverity: simplify Merkle tree readahead size calculationGravatar Eric Biggers 3-16/+10
2023-01-09fsverity: use unsigned long for level_startGravatar Eric Biggers 2-6/+16
2023-01-01fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGGravatar Eric Biggers 7-59/+2
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockGravatar Eric Biggers 1-2/+2
2023-01-01fsverity: optimize fsverity_cleanup_inode() on non-verity filesGravatar Eric Biggers 1-8/+2
2023-01-01fsverity: optimize fsverity_prepare_setattr() on non-verity filesGravatar Eric Biggers 1-13/+3
2023-01-01fsverity: optimize fsverity_file_open() on non-verity filesGravatar Eric Biggers 1-18/+2
2022-11-29fsverity: simplify fsverity_get_digest()Gravatar Eric Biggers 3-17/+13
2022-11-28fsverity: stop using PG_error to track error statusGravatar Eric Biggers 1-6/+6
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+0
2022-09-26btrfs: send: add support for fs-verityGravatar Boris Burkov 1-2/+0
2022-08-19fs-verity: use kmap_local_page() instead of kmap()Gravatar Eric Biggers 1-3/+3
2022-08-19fs-verity: use memcpy_from_page()Gravatar Eric Biggers 1-12/+2
2022-07-15fs-verity: mention btrfs supportGravatar Eric Biggers 1-5/+5
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-15/+14
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-7/+44
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Gravatar Zhang Jianhua 1-1/+1
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Gravatar Zhang Jianhua 4-16/+9
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioGravatar Matthew Wilcox (Oracle) 1-15/+14
2022-05-01fs-verity: define a function to return the integrity protected file digestGravatar Mimi Zohar 3-7/+44
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-2/+2