summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)AuthorFilesLines
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers1-6/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2024-02-02fsverity: remove hash page spin lockAndrey Albershteyn3-26/+24
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+95
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-02bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu3-0/+95
2023-08-20fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers1-0/+16
2023-07-12fsverity: move sysctl registration out of signature.cEric Biggers3-32/+34
2023-07-12fsverity: simplify handling of errors during initcallEric Biggers5-78/+28
2023-07-12fsverity: explicitly check that there is no algorithm 0Eric Biggers1-0/+8
2023-06-21fsverity: improve documentation for builtin signature supportEric Biggers5-15/+23
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers1-11/+26
2023-06-04fsverity: simplify error handling in verify_data_block()Eric Biggers1-34/+21
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers1-5/+5
2023-06-04fsverity: constify fsverity_hash_algEric Biggers3-11/+11
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers4-201/+71
2023-04-12fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fdsEric Biggers1-0/+7
2023-04-12fsverity: explicitly check for buffer overflow in build_merkle_tree()Eric Biggers1-0/+10
2023-04-12fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers3-5/+5
2023-03-28fs-verity: simplify sysctls with register_sysctl()Luis Chamberlain1-8/+1
2023-03-16fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers1-12/+13
2023-03-15fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry1-6/+6
2023-01-28fsverity: support verifying data from large foliosEric Biggers1-21/+22
2023-01-10fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers1-136/+124
2023-01-10fsverity: support verification with tree block size < PAGE_SIZEEric Biggers3-98/+296
2023-01-10fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers4-22/+21
2023-01-10fsverity: use EFBIG for file too large to enable verityEric Biggers1-1/+1
2023-01-10fsverity: store log2(digest_size) precomputedEric Biggers3-4/+6
2023-01-10fsverity: simplify Merkle tree readahead size calculationEric Biggers3-16/+10
2023-01-10fsverity: use unsigned long for level_startEric Biggers2-6/+16
2023-01-02fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers7-59/+2
2023-01-02fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers1-2/+2
2023-01-02fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers1-8/+2
2023-01-02fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers1-13/+3
2023-01-02fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers1-18/+2
2022-11-30fsverity: simplify fsverity_get_digest()Eric Biggers3-17/+13
2022-11-29fsverity: stop using PG_error to track error statusEric Biggers1-6/+6
2022-10-07Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-2/+0
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-2/+0
2022-08-20fs-verity: use kmap_local_page() instead of kmap()Eric Biggers1-3/+3
2022-08-20fs-verity: use memcpy_from_page()Eric Biggers1-12/+2
2022-07-16fs-verity: mention btrfs supportEric Biggers1-5/+5
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+14
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-7/+44
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua1-1/+1
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua4-16/+9
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)1-15/+14
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar3-7/+44
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2