aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-9/+7
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2-5/+4
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra2-3/+3
2019-01-23fscrypt: remove CRYPTO_CTR dependencyEric Biggers1-1/+0
2019-01-06fscrypt: add Adiantum supportEric Biggers5-110/+363
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld2-14/+0
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds3-15/+29
2018-05-20fscrypt: log the crypto algorithm implementationsEric Biggers1-34/+68
2018-05-20fscrypt: add Speck128/256 supportEric Biggers2-0/+6
2018-05-20fscrypt: only derive the needed portion of the keyEric Biggers1-23/+16
2018-05-20fscrypt: separate key lookup from key derivationEric Biggers1-48/+74
2018-05-20fscrypt: use a common logging functionEric Biggers5-21/+57
2018-05-20fscrypt: remove internal key size constantsEric Biggers2-20/+7
2018-05-20fscrypt: remove unnecessary check for non-logon key typeEric Biggers1-6/+0
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-1/+1
2018-05-20fscrypt: drop empty name check from fname_decrypt()Eric Biggers1-3/+0
2018-05-20fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers1-5/+2
2018-05-20fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2018-05-20fscrypt: don't clear flags on crypto transformEric Biggers1-1/+0
2018-05-20fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers1-1/+0
2018-05-20fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2-13/+3
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers1-2/+2
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers2-1/+1
2018-05-20fscrypt: use unbound workqueue for decryptionEric Biggers1-1/+10
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers3-15/+29
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers1-1/+1
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-13/+3
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers3-21/+23
2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers1-15/+14
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers3-35/+29
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers1-0/+9
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers1-29/+0
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers1-0/+73
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers3-3/+99
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers3-0/+3
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers1-0/+11
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers1-0/+14
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds7-14/+123
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-82/+13
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar5-0/+5
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef4-82/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-31fscrypt: lock mutex before checking for bounce page poolEric Biggers1-5/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers1-0/+18
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers1-0/+30