aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 6-67/+119
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-2/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkGravatar Eric Biggers 2-7/+54
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextGravatar Eric Biggers 2-5/+7
2019-04-17fscrypt: only set dentry_operations on ciphertext dentriesGravatar Eric Biggers 1-2/+1
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesGravatar Eric Biggers 1-1/+11
2019-04-17fscrypt: clean up and improve dentry revalidationGravatar Eric Biggers 2-30/+32
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoGravatar Eric Biggers 4-8/+8
2019-04-16fscrypt: remove WARN_ON_ONCE() when decryption failsGravatar Eric Biggers 1-4/+2
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Gravatar Eric Biggers 2-12/+6
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 4-9/+7
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 1-1/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+2
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirGravatar Eric Biggers 2-5/+4
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 2-3/+3
2019-01-23fscrypt: remove CRYPTO_CTR dependencyGravatar Eric Biggers 1-1/+0
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 5-110/+363
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 2-14/+0
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 3-15/+29
2018-05-20fscrypt: log the crypto algorithm implementationsGravatar Eric Biggers 1-34/+68
2018-05-20fscrypt: add Speck128/256 supportGravatar Eric Biggers 2-0/+6
2018-05-20fscrypt: only derive the needed portion of the keyGravatar Eric Biggers 1-23/+16
2018-05-20fscrypt: separate key lookup from key derivationGravatar Eric Biggers 1-48/+74
2018-05-20fscrypt: use a common logging functionGravatar Eric Biggers 5-21/+57
2018-05-20fscrypt: remove internal key size constantsGravatar Eric Biggers 2-20/+7
2018-05-20fscrypt: remove unnecessary check for non-logon key typeGravatar Eric Biggers 1-6/+0
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerGravatar Eric Biggers 1-1/+1
2018-05-20fscrypt: drop empty name check from fname_decrypt()Gravatar Eric Biggers 1-3/+0
2018-05-20fscrypt: drop max_namelen check from fname_decrypt()Gravatar Eric Biggers 1-5/+2
2018-05-20fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Gravatar Eric Biggers 1-1/+1
2018-05-20fscrypt: don't clear flags on crypto transformGravatar Eric Biggers 1-1/+0
2018-05-20fscrypt: remove stale comment from fscrypt_d_revalidate()Gravatar Eric Biggers 1-1/+0
2018-05-20fscrypt: remove error messages for skcipher_request_alloc() failureGravatar Eric Biggers 2-13/+3
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherGravatar Eric Biggers 1-2/+2
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsGravatar Eric Biggers 2-1/+1
2018-05-20fscrypt: use unbound workqueue for decryptionGravatar Eric Biggers 1-1/+10
2018-05-02fscrypt: allow synchronous bio decryptionGravatar Eric Biggers 3-15/+29
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsGravatar Eric Biggers 1-1/+1
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-13/+3
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useGravatar Eric Biggers 3-21/+23
2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesGravatar Eric Biggers 1-15/+14
2018-01-11fscrypt: calculate NUL-padding length in one place onlyGravatar Eric Biggers 3-35/+29
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hGravatar Eric Biggers 1-0/+9
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Gravatar Eric Biggers 1-29/+0