summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-17fscrypt: remove filesystem specific build config optionChandan Rajendra22-494/+456
2019-04-17fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers4-9/+16
2019-04-17fscrypt: remove CRYPTO_CTR dependencyEric Biggers1-1/+1
2019-04-17fscrypt: add Adiantum support / removed speckEric Biggers7-209/+465
2018-06-28fscrypt: log the crypto algorithm implementationsEric Biggers1-34/+68
2018-06-28fscrypt: add Speck128/256 supportEric Biggers4-0/+634
2018-06-28fscrypt: only derive the needed portion of the keyEric Biggers1-23/+16
2018-06-28fscrypt: separate key lookup from key derivationEric Biggers1-48/+74
2018-06-28fscrypt: use a common logging functionEric Biggers5-21/+57
2018-06-28fscrypt: remove internal key size constantsEric Biggers2-20/+7
2018-06-28fscrypt: remove unnecessary check for non-logon key typeEric Biggers1-6/+0
2018-06-28fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers4-16/+4
2018-06-28fscrypt: drop empty name check from fname_decrypt()Eric Biggers1-3/+0
2018-06-28fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers1-5/+2
2018-06-28fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2018-06-28fscrypt: don't clear flags on crypto transformEric Biggers1-1/+0
2018-06-28fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers1-1/+0
2018-06-28fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2-13/+3
2018-06-28fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers1-2/+2
2018-06-28fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers4-25/+1
2018-06-28fscrypt: use unbound workqueue for decryptionEric Biggers1-1/+10
2018-04-20fscrypt: allow synchronous bio decryptionEric Biggers7-21/+45
2018-04-08fscrypt: fix build with pre-4.6 gcc versionsEric Biggers1-1/+1
2018-04-08fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers5-20/+7
2018-04-08fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers5-30/+23
2018-04-08fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers2-16/+15
2018-04-08fscrypt: calculate NUL-padding length in one place onlyEric Biggers3-35/+29
2018-04-08fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2-9/+9
2018-04-08fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers3-38/+0
2018-04-08fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers3-0/+84
2018-04-08fscrypt: new helper functions for ->symlink()Eric Biggers6-3/+185
2018-04-08fscrypt: trim down fscrypt.h includesEric Biggers5-6/+6
2018-04-08fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2-11/+11
2018-04-08fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2-14/+14
2018-04-08fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers2-1/+1
2018-01-05fscrypt: move to generic async completionGilad Ben-Yossef4-82/+13
2018-01-05fscrypt: lock mutex before checking for bounce page poolEric Biggers1-5/+2
2018-01-05fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers4-0/+53
2018-01-05fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers4-0/+77
2018-01-05fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers4-0/+49
2018-01-05fscrypt: new helper function - fscrypt_file_open()Eric Biggers4-1/+62
2018-01-05fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers5-8/+7
2018-01-05fscrypt: clean up include file messDave Chinner6-29/+45
2018-01-05fscrypt: fix dereference of NULL user_key_payloadEric Biggers1-0/+5
2017-07-14fscrypt: add support for AES-128-CBCDaniel Walter6-58/+173
2017-07-14fscrypt: inline fscrypt_free_filename()Eric Biggers2-10/+6
2017-07-11f2fs/fscrypt: catch up to v4.12Jaegeuk Kim45-2863/+5414
2017-07-10KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells14-21/+43
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-20fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
[next]