aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlGravatar Eric Biggers 1-0/+14
2019-08-12fscrypt: rename keyinfo.c to keysetup.cGravatar Eric Biggers 1-2/+2
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Gravatar Eric Biggers 1-0/+1
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-6/+6
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Gravatar Eric Biggers 1-0/+11
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-8/+9
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Gravatar Eric Biggers 1-0/+13
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxGravatar Eric Biggers 1-5/+2
2019-05-28fscrypt: simplify bounce page handlingGravatar Eric Biggers 1-12/+26
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+11
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONGravatar Sascha Hauer 1-0/+11
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkGravatar Eric Biggers 1-0/+5
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextGravatar Eric Biggers 1-10/+20
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryGravatar Eric Biggers 1-0/+16
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesGravatar Eric Biggers 1-4/+5
2019-04-17fscrypt: clean up and improve dentry revalidationGravatar Eric Biggers 1-4/+2
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoGravatar Eric Biggers 1-1/+2
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Gravatar Eric Biggers 1-3/+2
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirGravatar Eric Biggers 1-2/+2
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-8/+408
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hGravatar Eric Biggers 1-9/+0
2018-01-11fscrypt: new helper functions for ->symlink()Gravatar Eric Biggers 1-0/+64
2018-01-11fscrypt: trim down fscrypt.h includesGravatar Eric Biggers 1-6/+0
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cGravatar Eric Biggers 1-11/+0
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hGravatar Eric Biggers 1-14/+0
2018-01-11fscrypt: move fscrypt_operations declaration to fscrypt_supp.hGravatar Eric Biggers 1-18/+0
2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsGravatar Eric Biggers 1-8/+0
2018-01-11fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hGravatar Eric Biggers 1-15/+1
2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersGravatar Eric Biggers 1-16/+2
2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersGravatar Eric Biggers 1-10/+0
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+294
2017-10-18fscrypt: new helper function - fscrypt_prepare_setattr()Gravatar Eric Biggers 1-0/+25
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Gravatar Eric Biggers 1-0/+28
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Gravatar Eric Biggers 1-0/+33
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Gravatar Eric Biggers 1-0/+27
2017-10-18fscrypt: new helper function - fscrypt_require_key()Gravatar Eric Biggers 1-0/+25
2017-10-18fscrypt: remove ->is_encrypted()Gravatar Eric Biggers 1-1/+0
2017-10-18fscrypt: clean up include file messGravatar Dave Chinner 1-0/+156