aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/fname.c
AgeCommit message (Expand)Author
2018-05-20fscrypt: use a common logging functionEric 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: remove error messages for skcipher_request_alloc() failureEric 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: remove fscrypt_fname_usr_to_disk()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
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-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-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2017-06-23fscrypt: inline fscrypt_free_filename()Eric Biggers
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o
2016-11-13fscrypto: don't use on-stack buffer for filename encryptionEric Biggers
2016-11-13fscrypt: Constify struct inode pointerDavid Gstir
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextEric Biggers
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers
2016-09-15fscrypto: remove unnecessary includesEric Biggers
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim