summaryrefslogtreecommitdiff
path: root/fs/crypto/fname.c
AgeCommit message (Expand)Author
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers
2021-06-05fscrypt: don't ignore minor_hash when hash is 0Eric Biggers
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers
2020-09-22fscrypt: use sha256() instead of open codingEric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-07-21fscrypt: switch fscrypt_do_sha256() to use the SHA-256 libraryEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers
2020-05-08fscrypt: use crypto_shash_tfm_digest()Eric Biggers
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