aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-25fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+44
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+0
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-1/+0
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-2/+2
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-0/+8
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-0/+6
2020-11-24fscrypt: simplify master key lockingEric Biggers1-3/+5
2020-11-24fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers1-18/+8
2020-11-24fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-2/+3
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers1-4/+3
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-3/+3
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-18/+12
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers1-4/+35
2020-09-22fscrypt: require that fscrypt_encrypt_symlink() already has keyEric Biggers1-3/+7
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers1-2/+2
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-0/+16
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg1-0/+28
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers1-1/+2
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers1-3/+3
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers1-1/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-7/+33
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+6
2019-04-17fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers1-2/+1
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers1-1/+11
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers1-2/+2
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-3/+3
2018-05-20fscrypt: use a common logging functionEric Biggers1-2/+3
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers1-1/+1
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers1-5/+5
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers1-6/+1
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers1-0/+73
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+90
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers1-0/+18
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers1-0/+30
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers1-0/+15
2017-10-18fscrypt: new helper function - fscrypt_file_open()Eric Biggers1-0/+49