summaryrefslogtreecommitdiffstats
path: root/fs/verity
AgeCommit message (Expand)AuthorLines
13 daysfsverity: add dependency on 64K or smaller pagesEric Biggers-0/+3
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-2/+2
2026-02-17fsverity: remove fsverity_verify_page()Eric Biggers-2/+2
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+16
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-100/+214
2026-02-04fsverity: remove inode from fsverity_verification_ctxEric Biggers-2/+0
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig-47/+78
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig-12/+12
2026-02-02fsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig-5/+6
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig-46/+95
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig-2/+5
2026-02-02fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folioChristoph Hellwig-3/+4
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig-0/+39
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig-4/+5
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig-2/+1
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig-8/+0
2026-01-29fsverity: add tracepointsAndrey Albershteyn-0/+16
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan-1/+1
2025-09-29Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-45/+147
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-17fsverity: Use 2-way interleaved SHA-256 hashing when supportedEric Biggers-34/+139
2025-09-17fsverity: Remove inode parameter from fsverity_hash_block()Eric Biggers-12/+9
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers-19/+21
2025-07-14fsverity: Switch from crypto_shash to SHA-2 libraryEric Biggers-174/+101
2025-07-14fsverity: Explicitly include <linux/export.h>Eric Biggers-0/+5
2025-02-17Revert "fsverity: relax build time dependency on CRYPTO_SHA256"Eric Biggers-6/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu-1/+17
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu-2/+3
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers-6/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+2
2024-02-01fsverity: remove hash page spin lockAndrey Albershteyn-26/+24
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-2/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+95
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-12-01bpf, fsverity: Add kfunc bpf_get_fsverity_digestSong Liu-0/+95
2023-08-20fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers-0/+16
2023-07-11fsverity: move sysctl registration out of signature.cEric Biggers-32/+34
2023-07-11fsverity: simplify handling of errors during initcallEric Biggers-78/+28
2023-07-11fsverity: explicitly check that there is no algorithm 0Eric Biggers-0/+8
2023-06-20fsverity: improve documentation for builtin signature supportEric Biggers-15/+23
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers-11/+26
2023-06-04fsverity: simplify error handling in verify_data_block()Eric Biggers-34/+21
2023-06-04fsverity: don't use bio_first_page_all() in fsverity_verify_bio()Eric Biggers-5/+5
2023-06-04fsverity: constify fsverity_hash_algEric Biggers-11/+11
2023-06-04fsverity: use shash API instead of ahash APIEric Biggers-201/+71
2023-04-11fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fdsEric Biggers-0/+7
2023-04-11fsverity: explicitly check for buffer overflow in build_merkle_tree()Eric Biggers-0/+10
2023-04-11fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers-5/+5