aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9-q (4.9.279) into android-msm-pixel-4.9-sc-ltsLucas Wei2021-08-181-7/+2
|\
| * Merge 4.9.276 into android-4.9-qGreg Kroah-Hartman2021-07-201-7/+2
| |\
| | * fscrypt: don't ignore minor_hash when hash is 0Eric Biggers2021-07-201-6/+2
| * | Merge 4.9.242 into android-4.9-qGreg Kroah-Hartman2020-11-101-2/+1
| |\|
| | * fscrypt: use EEXIST when file already uses different policyEric Biggers2020-11-101-1/+1
| | * fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-101-13/+21
| | * fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-2/+1
* | | fscrypt: auto-enable IV_INO_LBLK_32 where usefulEric Biggers2020-05-133-3/+26
* | | fscrypt: add IV_INO_LBLK_32 support for FS_ENCRYPTION_MODE_PRIVATEEric Biggers2020-05-135-10/+84
* | | f2fs, fscrypt: clean up ICE supportEric Biggers2020-05-131-25/+64
* | | Merge android-4.9-q (4.9.192) into android-msm-pixel-4.9-ltsRobin Peng2019-10-011-0/+2
|\| |
| * | fs/crypto: Fix 4.9.186 missmergeKhusika Dhamar Gusti2019-08-081-2/+0
| * | Merge 4.9.186 into android-4.9-qGreg Kroah-Hartman2019-07-221-0/+4
| |\|
| | * fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-211-0/+2
| * | BACKPORT, FROMGIT: fscrypt: add Adiantum supportEric Biggers2018-12-135-110/+363
| * | Revert "fscrypt: add Speck128/256 support"Alistair Strachan2018-10-222-14/+0
| * | fscrypt: log the crypto algorithm implementationsEric Biggers2018-06-281-34/+68
| * | fscrypt: add Speck128/256 supportEric Biggers2018-06-282-0/+6
| * | fscrypt: only derive the needed portion of the keyEric Biggers2018-06-281-23/+16
| * | fscrypt: separate key lookup from key derivationEric Biggers2018-06-281-48/+74
| * | fscrypt: use a common logging functionEric Biggers2018-06-285-21/+57
| * | fscrypt: remove internal key size constantsEric Biggers2018-06-282-20/+7
| * | fscrypt: remove unnecessary check for non-logon key typeEric Biggers2018-06-281-6/+0
| * | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-06-281-1/+1
| * | fscrypt: drop empty name check from fname_decrypt()Eric Biggers2018-06-281-3/+0
| * | fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers2018-06-281-5/+2
| * | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers2018-06-281-1/+1
| * | fscrypt: don't clear flags on crypto transformEric Biggers2018-06-281-1/+0
| * | fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers2018-06-281-1/+0
| * | fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2018-06-282-13/+3
| * | fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers2018-06-281-2/+2
| * | fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers2018-06-282-1/+1
| * | fscrypt: use unbound workqueue for decryptionEric Biggers2018-06-281-1/+10
| * | fscrypt: allow synchronous bio decryptionEric Biggers2018-04-193-15/+29
| * | fscrypt: fix build with pre-4.6 gcc versionsEric Biggers2018-04-081-1/+1
| * | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-04-081-13/+3
| * | fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-04-083-21/+23
| * | fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers2018-04-081-15/+14
| * | fscrypt: calculate NUL-padding length in one place onlyEric Biggers2018-04-083-35/+29
| * | fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2018-04-081-0/+9
| * | fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers2018-04-081-29/+0
| * | fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers2018-04-081-0/+73
| * | fscrypt: new helper functions for ->symlink()Eric Biggers2018-04-083-3/+99
| * | fscrypt: trim down fscrypt.h includesEric Biggers2018-04-083-0/+3
| * | fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2018-04-081-0/+11
| * | fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2018-04-081-0/+14
| * | fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers2018-04-081-0/+1
| * | fscrypt: move to generic async completionGilad Ben-Yossef2018-01-044-82/+13
| * | fscrypt: lock mutex before checking for bounce page poolEric Biggers2018-01-041-5/+2
| * | fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2018-01-041-0/+18