summaryrefslogtreecommitdiffstats
path: root/fs/crypto
AgeCommit message (Expand)Author
2019-07-26fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers
2019-07-14fscrypt: don't set policy for a dead directoryHongjie Fang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-17fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-04-16fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-23fscrypt: remove CRYPTO_CTR dependencyEric Biggers
2019-01-06fscrypt: add Adiantum supportEric Biggers
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-05-20fscrypt: log the crypto algorithm implementationsEric Biggers
2018-05-20fscrypt: add Speck128/256 supportEric Biggers
2018-05-20fscrypt: only derive the needed portion of the keyEric Biggers
2018-05-20fscrypt: separate key lookup from key derivationEric Biggers
2018-05-20fscrypt: use a common logging functionEric Biggers
2018-05-20fscrypt: remove internal key size constantsEric Biggers
2018-05-20fscrypt: remove unnecessary check for non-logon key typeEric Biggers
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers
2018-05-20fscrypt: drop empty name check from fname_decrypt()Eric Biggers
2018-05-20fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers
2018-05-20fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers
2018-05-20fscrypt: don't clear flags on crypto transformEric Biggers
2018-05-20fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers
2018-05-20fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers
2018-05-20fscrypt: use unbound workqueue for decryptionEric Biggers
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers