summaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
2018-12-10Build fix for 7977ade69dbb.Alistair Strachan
2018-12-10Revert "fscrypt: add Speck128/256 support"Alistair Strachan
2018-06-28fscrypt: log the crypto algorithm implementationsEric Biggers
2018-06-28fscrypt: add Speck128/256 supportEric Biggers
2018-06-28fscrypt: only derive the needed portion of the keyEric Biggers
2018-06-28fscrypt: separate key lookup from key derivationEric Biggers
2018-06-28fscrypt: use a common logging functionEric Biggers
2018-06-28fscrypt: remove internal key size constantsEric Biggers
2018-06-28fscrypt: remove unnecessary check for non-logon key typeEric Biggers
2018-06-28fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers
2018-06-28fscrypt: drop empty name check from fname_decrypt()Eric Biggers
2018-06-28fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers
2018-06-28fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers
2018-06-28fscrypt: don't clear flags on crypto transformEric Biggers
2018-06-28fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers
2018-06-28fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers
2018-06-28fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers
2018-06-28fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers
2018-06-28fscrypt: use unbound workqueue for decryptionEric Biggers
2018-04-19fscrypt: allow synchronous bio decryptionEric Biggers
2018-04-08fscrypt: fix build with pre-4.6 gcc versionsEric Biggers
2018-04-08fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-04-08fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers
2018-04-08fscrypt: calculate NUL-padding length in one place onlyEric Biggers
2018-04-08fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers
2018-04-08fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers
2018-04-08fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers
2018-04-08fscrypt: new helper functions for ->symlink()Eric Biggers
2018-04-08fscrypt: trim down fscrypt.h includesEric Biggers
2018-04-08fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers
2018-04-08fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers
2018-04-08fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers
2018-01-04fscrypt: move to generic async completionGilad Ben-Yossef
2018-01-04fscrypt: lock mutex before checking for bounce page poolEric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_file_open()Eric Biggers
2018-01-04fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2018-01-04fscrypt: clean up include file messDave Chinner
2018-01-04fscrypt: fix dereference of NULL user_key_payloadEric Biggers
2017-07-13fscrypt: add support for AES-128-CBCDaniel Walter
2017-07-13fscrypt: inline fscrypt_free_filename()Eric Biggers
2017-05-08fscrypt: introduce helper function for filename matchingEric Biggers
2017-05-08fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-05-08fscrypt: Move key structure and constants to uapiJoe Richey
2017-05-08fscrypt: remove unnecessary checks for NULL operationsEric Biggers
2017-05-08fscrypt: eliminate ->prepare_context() operationEric Biggers
2017-05-08fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2017-05-08fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers