summaryrefslogtreecommitdiff
path: root/fs/crypto/fname.c
AgeCommit message (Expand)Author
2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers
2019-08-12fscrypt: clean up base64 encoding/decodingEric Biggers
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-01-06fscrypt: add Adiantum supportEric Biggers
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