index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keysetup_v1.c
Age
Commit message (
Expand
)
Author
2025-07-10
fscrypt: Switch to sync_skcipher and on-stack requests
Eric Biggers
2025-07-10
fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
Eric Biggers
2025-07-10
fscrypt: Don't use asynchronous CryptoAPI algorithms
Eric Biggers
2025-07-04
fscrypt: Don't use problematic non-inline crypto engines
Eric Biggers
2025-04-08
fscrypt: add support for hardware-wrapped keys
Eric Biggers
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-10-08
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023-09-24
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
2023-09-15
fscrypt: Do not include crypto/algapi.h
Herbert Xu
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-07-20
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
2020-01-22
fscrypt: clarify what is meant by a per-file key
Eric Biggers
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-10-21
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers