index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
verity
Age
Commit message (
Expand
)
Author
2025-09-29
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-17
fsverity: Use 2-way interleaved SHA-256 hashing when supported
Eric Biggers
2025-09-17
fsverity: Remove inode parameter from fsverity_hash_block()
Eric Biggers
2025-08-21
fsverity: add support for info in fs-specific part of inode
Eric Biggers
2025-07-14
fsverity: Switch from crypto_shash to SHA-2 library
Eric Biggers
2025-07-14
fsverity: Explicitly include <linux/export.h>
Eric Biggers
2025-02-17
Revert "fsverity: relax build time dependency on CRYPTO_SHA256"
Eric Biggers
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-08-20
fsverity: expose verified fsverity built-in signatures to LSMs
Fan Wu
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-05-03
fsverity: use register_sysctl_init() to avoid kmemleak warning
Eric Biggers
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-02-01
fsverity: remove hash page spin lock
Andrey Albershteyn
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-01
bpf, fsverity: Add kfunc bpf_get_fsverity_digest
Song Liu
2023-08-20
fsverity: skip PKCS#7 parser when keyring is empty
Eric Biggers
2023-07-11
fsverity: move sysctl registration out of signature.c
Eric Biggers
2023-07-11
fsverity: simplify handling of errors during initcall
Eric Biggers
2023-07-11
fsverity: explicitly check that there is no algorithm 0
Eric Biggers
2023-06-20
fsverity: improve documentation for builtin signature support
Eric Biggers
2023-06-14
fsverity: rework fsverity_get_digest() again
Eric Biggers
2023-06-04
fsverity: simplify error handling in verify_data_block()
Eric Biggers
2023-06-04
fsverity: don't use bio_first_page_all() in fsverity_verify_bio()
Eric Biggers
2023-06-04
fsverity: constify fsverity_hash_alg
Eric Biggers
2023-06-04
fsverity: use shash API instead of ahash API
Eric Biggers
2023-04-11
fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
Eric Biggers
2023-04-11
fsverity: explicitly check for buffer overflow in build_merkle_tree()
Eric Biggers
2023-04-11
fsverity: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
2023-03-27
fs-verity: simplify sysctls with register_sysctl()
Luis Chamberlain
2023-03-15
fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
Eric Biggers
2023-03-14
fsverity: Remove WQ_UNBOUND from fsverity read workqueue
Nathan Huckleberry
2023-01-27
fsverity: support verifying data from large folios
Eric Biggers
2023-01-09
fsverity: support enabling with tree block size < PAGE_SIZE
Eric Biggers
2023-01-09
fsverity: support verification with tree block size < PAGE_SIZE
Eric Biggers
2023-01-09
fsverity: replace fsverity_hash_page() with fsverity_hash_block()
Eric Biggers
2023-01-09
fsverity: use EFBIG for file too large to enable verity
Eric Biggers
2023-01-09
fsverity: store log2(digest_size) precomputed
Eric Biggers
2023-01-09
fsverity: simplify Merkle tree readahead size calculation
Eric Biggers
2023-01-09
fsverity: use unsigned long for level_start
Eric Biggers
2023-01-01
fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
Eric Biggers
2023-01-01
fsverity: pass pos and size to ->write_merkle_tree_block
Eric Biggers
2023-01-01
fsverity: optimize fsverity_cleanup_inode() on non-verity files
Eric Biggers
2023-01-01
fsverity: optimize fsverity_prepare_setattr() on non-verity files
Eric Biggers
2023-01-01
fsverity: optimize fsverity_file_open() on non-verity files
Eric Biggers
2022-11-29
fsverity: simplify fsverity_get_digest()
Eric Biggers
2022-11-28
fsverity: stop using PG_error to track error status
Eric Biggers
[next]