summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)AuthorFilesLines
2026-03-03fsverity: add dependency on 64K or smaller pagesEric Biggers1-0/+3
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-2/+2
2026-02-18fsverity: remove fsverity_verify_page()Eric Biggers1-2/+2
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+16
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds7-100/+214
2026-02-04fsverity: remove inode from fsverity_verification_ctxEric Biggers1-2/+0
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig3-47/+78
2026-02-03fsverity: push out fsverity_info lookupChristoph Hellwig1-12/+12
2026-02-03fsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig3-5/+6
2026-02-03fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig3-46/+95
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig1-2/+5
2026-02-02fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folioChristoph Hellwig1-3/+4
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig2-0/+39
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig1-4/+5
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-2/+1
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig1-8/+0
2026-01-29fsverity: add tracepointsAndrey Albershteyn4-0/+16
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-1/+1
2025-09-30Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds4-45/+147
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-17fsverity: Use 2-way interleaved SHA-256 hashing when supportedEric Biggers1-34/+139
2025-09-17fsverity: Remove inode parameter from fsverity_hash_block()Eric Biggers4-12/+9
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers4-19/+21
2025-07-14fsverity: Switch from crypto_shash to SHA-2 libraryEric Biggers6-174/+101
2025-07-14fsverity: Explicitly include <linux/export.h>Eric Biggers5-0/+5
2025-02-17Revert "fsverity: relax build time dependency on CRYPTO_SHA256"Eric Biggers1-6/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu1-1/+17
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-2/+3
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