summaryrefslogtreecommitdiff
path: root/fs/crypto/hooks.c
AgeCommit message (Expand)Author
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-17fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2018-05-20fscrypt: use a common logging functionEric Biggers
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_file_open()Eric Biggers