summaryrefslogtreecommitdiffstats
path: root/fs/crypto/fname.c
Commit message (Expand)AuthorAge
* fscrypt: v2 encryption policy supportEric Biggers2019-08-12
* fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-12
* fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers2019-08-12
* fscrypt: clean up base64 encoding/decodingEric Biggers2019-08-12
* fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-10
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-17
* fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-16
* fscrypt: add Adiantum supportEric Biggers2019-01-06
* fscrypt: use a common logging functionEric Biggers2018-05-20
* fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-20
* fscrypt: drop empty name check from fname_decrypt()Eric Biggers2018-05-20
* fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers2018-05-20
* fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers2018-05-20
* fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2018-05-20
* fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-01-11
* fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers2018-01-11
* fscrypt: calculate NUL-padding length in one place onlyEric Biggers2018-01-11
* fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers2018-01-11
* fscrypt: new helper functions for ->symlink()Eric Biggers2018-01-11
* fscrypt: trim down fscrypt.h includesEric Biggers2018-01-11
* fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2018-01-11
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-14
|\
| * fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers2017-10-18
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\ \
| * | fscrypt: move to generic async completionGilad Ben-Yossef2017-11-03
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* fscrypt: inline fscrypt_free_filename()Eric Biggers2017-06-23
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-04
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-04
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-15
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-31
* fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-11
* fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-13
* fscrypt: Constify struct inode pointerDavid Gstir2016-11-13
* fscrypto: use standard macros to compute length of fname ciphertextEric Biggers2016-09-30
* fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-15
* fscrypto: rename completion callbacks to reflect usageEric Biggers2016-09-15
* fscrypto: remove unnecessary includesEric Biggers2016-09-15
* Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-03-21
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-18