summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)Author
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-07-28fscrypt: document struct fscrypt_operationsEric Biggers
2021-07-25fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers
2020-11-24fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers
2020-11-24fscrypt: add fscrypt_is_nokey_name()Eric Biggers
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-07-21fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers
2020-05-12fscrypt: remove unnecessary extern keywordsEric Biggers
2020-05-12fscrypt: name all function parametersEric Biggers
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers
2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg
2019-12-31fscrypt: introduce fscrypt_needs_contents_encryption()Eric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
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