index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
crypto_key.c
Age
Commit message (
Expand
)
Author
2017-11-30
fscrypt: lock mutex before checking for bounce page pool
Eric Biggers
2017-10-27
fscrypt: fix dereference of NULL user_key_payload
Eric Biggers
2017-03-31
fscrypt: remove broken support for detecting keyring key revocation
Eric Biggers
2016-02-17
ext4 crypto: add missing locking for keyring_key access
Theodore Ts'o
2015-11-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-03
ext4 crypto: replace some BUG_ON()'s with error checks
Theodore Ts'o
2015-07-22
ext4 crypto: fix spelling typo in comment
Laurent Navet
2015-07-22
ext4 crypto: exit cleanly if ext4_derive_key_aes() fails
Laurent Navet
2015-05-31
ext4 crypto: use per-inode tfm structure
Theodore Ts'o
2015-05-18
ext4 crypto: get rid of ci_mode from struct ext4_crypt_info
Theodore Ts'o
2015-05-18
ext4 crypto: use slab caches
Theodore Ts'o
2015-05-18
ext4 crypto: reorganize how we store keys in the inode
Theodore Ts'o
2015-05-18
ext4 crypto: separate kernel and userspace structure for the key
Theodore Ts'o
2015-05-01
ext4 crypto: add padding to filenames before encrypting
Theodore Ts'o
2015-04-16
ext4 crypto: enable encryption feature flag
Theodore Ts'o
2015-04-12
ext4 crypto: add encryption key management facilities
Michael Halcrow