summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)Author
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-01bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu
2023-08-20fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers
2023-07-11fsverity: move sysctl registration out of signature.cEric Biggers
2023-07-11fsverity: simplify handling of errors during initcallEric Biggers
2023-07-11fsverity: explicitly check that there is no algorithm 0Eric Biggers
2023-06-20fsverity: improve documentation for builtin signature supportEric Biggers
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers
2023-06-04fsverity: simplify error handling in verify_data_block()Eric Biggers
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers
2023-06-04fsverity: constify fsverity_hash_algEric Biggers
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers
2023-04-11fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fdsEric Biggers
2023-04-11fsverity: explicitly check for buffer overflow in build_merkle_tree()Eric Biggers
2023-04-11fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers
2023-03-27fs-verity: simplify sysctls with register_sysctl()Luis Chamberlain
2023-03-15fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers
2023-03-14fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry
2023-01-27fsverity: support verifying data from large foliosEric Biggers
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers
2023-01-09fsverity: use EFBIG for file too large to enable verityEric Biggers
2023-01-09fsverity: store log2(digest_size) precomputedEric Biggers
2023-01-09fsverity: simplify Merkle tree readahead size calculationEric Biggers
2023-01-09fsverity: use unsigned long for level_startEric Biggers
2023-01-01fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers
2023-01-01fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers
2023-01-01fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers
2023-01-01fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers
2022-11-29fsverity: simplify fsverity_get_digest()Eric Biggers
2022-11-28fsverity: stop using PG_error to track error statusEric Biggers
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-09-26btrfs: send: add support for fs-verityBoris Burkov
2022-08-19fs-verity: use kmap_local_page() instead of kmap()Eric Biggers
2022-08-19fs-verity: use memcpy_from_page()Eric Biggers
2022-07-15fs-verity: mention btrfs supportEric Biggers
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2021-09-22fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers
2021-04-22fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-07fs-verity: support reading signature with ioctlEric Biggers