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
/
crypto
Age
Commit message (
Expand
)
Author
2018-10-22
Build fix for 076c36fce1ea0.
Alistair Strachan
2018-10-22
Revert "fscrypt: add Speck128/256 support"
Alistair Strachan
2018-06-28
fscrypt: log the crypto algorithm implementations
Eric Biggers
2018-06-28
fscrypt: add Speck128/256 support
Eric Biggers
2018-06-28
fscrypt: only derive the needed portion of the key
Eric Biggers
2018-06-28
fscrypt: separate key lookup from key derivation
Eric Biggers
2018-06-28
fscrypt: use a common logging function
Eric Biggers
2018-06-28
fscrypt: remove internal key size constants
Eric Biggers
2018-06-28
fscrypt: remove unnecessary check for non-logon key type
Eric Biggers
2018-06-28
fscrypt: make fscrypt_operations.max_namelen an integer
Eric Biggers
2018-06-28
fscrypt: drop empty name check from fname_decrypt()
Eric Biggers
2018-06-28
fscrypt: drop max_namelen check from fname_decrypt()
Eric Biggers
2018-06-28
fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
Eric Biggers
2018-06-28
fscrypt: don't clear flags on crypto transform
Eric Biggers
2018-06-28
fscrypt: remove stale comment from fscrypt_d_revalidate()
Eric Biggers
2018-06-28
fscrypt: remove error messages for skcipher_request_alloc() failure
Eric Biggers
2018-06-28
fscrypt: remove unnecessary NULL check when allocating skcipher
Eric Biggers
2018-06-28
fscrypt: clean up after fscrypt_prepare_lookup() conversions
Eric Biggers
2018-06-28
fscrypt: use unbound workqueue for decryption
Eric Biggers
2018-04-19
fscrypt: allow synchronous bio decryption
Eric Biggers
2018-04-08
fscrypt: fix build with pre-4.6 gcc versions
Eric Biggers
2018-04-08
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
2018-04-08
fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
Eric Biggers
2018-04-08
fscrypt: calculate NUL-padding length in one place only
Eric Biggers
2018-04-08
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
2018-04-08
fscrypt: remove fscrypt_fname_usr_to_disk()
Eric Biggers
2018-04-08
fscrypt: new helper function - fscrypt_get_symlink()
Eric Biggers
2018-04-08
fscrypt: new helper functions for ->symlink()
Eric Biggers
2018-04-08
fscrypt: trim down fscrypt.h includes
Eric Biggers
2018-04-08
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
Eric Biggers
2018-04-08
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
2018-04-08
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
2018-01-04
fscrypt: move to generic async completion
Gilad Ben-Yossef
2018-01-04
fscrypt: lock mutex before checking for bounce page pool
Eric Biggers
2018-01-04
fscrypt: new helper function - fscrypt_prepare_lookup()
Eric Biggers
2018-01-04
fscrypt: new helper function - fscrypt_prepare_rename()
Eric Biggers
2018-01-04
fscrypt: new helper function - fscrypt_prepare_link()
Eric Biggers
2018-01-04
fscrypt: new helper function - fscrypt_file_open()
Eric Biggers
2018-01-04
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
Eric Biggers
2018-01-04
fscrypt: clean up include file mess
Dave Chinner
2018-01-04
fscrypt: fix dereference of NULL user_key_payload
Eric Biggers
2017-07-13
fscrypt: add support for AES-128-CBC
Daniel Walter
2017-07-13
fscrypt: inline fscrypt_free_filename()
Eric Biggers
2017-05-08
fscrypt: introduce helper function for filename matching
Eric Biggers
2017-05-08
fscrypt: fix context consistency check when key(s) unavailable
Eric Biggers
2017-05-08
fscrypt: Move key structure and constants to uapi
Joe Richey
2017-05-08
fscrypt: remove unnecessary checks for NULL operations
Eric Biggers
2017-05-08
fscrypt: eliminate ->prepare_context() operation
Eric Biggers
2017-05-08
fscrypt: remove broken support for detecting keyring key revocation
Eric Biggers
2017-05-08
fscrypt: avoid collisions when presenting long encrypted filenames
Eric Biggers
[next]