aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/fname.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers1-1/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-0/+1
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-2/+2
2019-01-06fscrypt: add Adiantum supportEric Biggers1-10/+12
2018-05-20fscrypt: use a common logging functionEric Biggers1-4/+6
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: remove error messages for skcipher_request_alloc() failureEric Biggers1-8/+2
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers1-16/+15
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 Biggers1-27/+26
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers1-29/+0
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers1-3/+5
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers1-0/+1
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers1-0/+11
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-2/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-30/+6
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef1-30/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers1-2/+1
2017-06-23fscrypt: inline fscrypt_free_filename()Eric Biggers1-9/+0
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers1-20/+70
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-1/+1
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers1-1/+1
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-2/+2
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o1-2/+2
2016-11-13fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-13fscrypt: Constify struct inode pointerDavid Gstir1-2/+2
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextEric Biggers1-12/+5
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-24/+32
2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers1-4/+6
2016-09-15fscrypto: remove unnecessary includesEric Biggers1-2/+0
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+424
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+427