aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fscrypt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-0/+11
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer1-0/+11
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+5
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-10/+20
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers1-0/+16
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers1-4/+5
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers1-4/+2
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-1/+2
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers1-3/+2
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-2/+2
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-8/+408
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers1-9/+0
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+64
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers1-6/+0
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers1-11/+0
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers1-14/+0
2018-01-11fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers1-18/+0
2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers1-8/+0
2018-01-11fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers1-15/+1
2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers1-16/+2
2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers1-10/+0
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-0/+294
2017-10-18fscrypt: new helper function - fscrypt_prepare_setattr()Eric Biggers1-0/+25
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers1-0/+28
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers1-0/+33
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers1-0/+27
2017-10-18fscrypt: new helper function - fscrypt_require_key()Eric Biggers1-0/+25
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-1/+0
2017-10-18fscrypt: clean up include file messDave Chinner1-0/+156