summaryrefslogtreecommitdiff
path: root/fs/crypto/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-06fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-5/+5
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+6
2020-11-05fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers1-2/+1
2020-11-05fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers1-1/+11
2020-11-05fscrypt: clean up and improve dentry revalidationEric Biggers1-2/+2
2020-11-05fscrypt: 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-12fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers1-5/+5
2018-01-12fscrypt: calculate NUL-padding length in one place onlyEric Biggers1-6/+1
2018-01-12fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers1-0/+73
2018-01-12fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+90
2017-10-19fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers1-0/+18
2017-10-19fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers1-0/+30
2017-10-19fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers1-0/+15
2017-10-19fscrypt: new helper function - fscrypt_file_open()Eric Biggers1-0/+49