summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)Author
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer
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-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric 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-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers
2018-01-11fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers
2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers
2018-01-11fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers
2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers
2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-18fscrypt: new helper function - fscrypt_prepare_setattr()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_require_key()Eric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-10-18fscrypt: clean up include file messDave Chinner