summaryrefslogtreecommitdiffstats
path: root/fs/crypto
AgeCommit message (Expand)Author
2021-07-20fscrypt: don't ignore minor_hash when hash is 0Eric Biggers
2021-01-06fscrypt: add fscrypt_is_nokey_name()Eric Biggers
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2020-11-05fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers
2020-11-05fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers
2020-11-05fscrypt: clean up and improve dentry revalidationEric Biggers
2020-11-05fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
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
2018-11-13crypto: 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
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fscrypt: lock mutex before checking for bounce page poolEric Biggers
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers