summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)Author
41 hoursMerge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
10 daysfsverity: remove inode from fsverity_verification_ctxEric Biggers
10 daysfsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
11 daysfsverity: push out fsverity_info lookupChristoph Hellwig
11 daysfsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig
11 daysfsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
12 daysreadahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
12 daysfsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folioChristoph Hellwig
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-09-29Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-17fsverity: Use 2-way interleaved SHA-256 hashing when supportedEric Biggers
2025-09-17fsverity: Remove inode parameter from fsverity_hash_block()Eric Biggers
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers
2025-07-14fsverity: Switch from crypto_shash to SHA-2 libraryEric Biggers
2025-07-14fsverity: Explicitly include <linux/export.h>Eric Biggers
2025-02-17Revert "fsverity: relax build time dependency on CRYPTO_SHA256"Eric Biggers
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-02-01fsverity: remove hash page spin lockAndrey Albershteyn
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
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