summaryrefslogtreecommitdiffstats
path: root/fs/crypto/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-111-1/+0Star
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-7/+33
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-171-5/+6
* fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-171-2/+1Star
* fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-171-1/+11
* fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-171-2/+2
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-241-3/+3
* fscrypt: use a common logging functionEric Biggers2018-05-201-2/+3
* fscrypt: fix build with pre-4.6 gcc versionsEric Biggers2018-02-011-1/+1
* fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-01-121-5/+5
* fscrypt: calculate NUL-padding length in one place onlyEric Biggers2018-01-121-6/+1Star
* fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers2018-01-121-0/+73
* fscrypt: new helper functions for ->symlink()Eric Biggers2018-01-121-0/+90
* fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2017-10-191-0/+18
* fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers2017-10-191-0/+30
* fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers2017-10-191-0/+15
* fscrypt: new helper function - fscrypt_file_open()Eric Biggers2017-10-191-0/+49