aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/fname.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-2/+1
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers1-41/+65
2021-06-05fscrypt: don't ignore minor_hash when hash is 0Eric Biggers1-7/+3
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-4/+0
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-4/+0
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-2/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers1-1/+2
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers1-1/+1
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-8/+8
2020-09-22fscrypt: use sha256() instead of open codingEric Biggers1-16/+7
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-5/+6
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-4/+1
2020-07-21fscrypt: switch fscrypt_do_sha256() to use the SHA-256 libraryEric Biggers1-31/+10
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-2/+2
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-14/+38
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers1-14/+38
2020-05-08fscrypt: use crypto_shash_tfm_digest()Eric Biggers1-6/+1
2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg1-51/+167
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-0/+21
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers1-5/+5
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers1-0/+49
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers1-10/+10
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-1/+2
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers1-1/+1
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers1-6/+2
2019-08-12fscrypt: clean up base64 encoding/decodingEric Biggers1-17/+17
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