summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-29fscrypt: export fscrypt_d_revalidate()Eric Biggers1-0/+7
2020-09-24fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers1-6/+6
2020-09-24fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-8/+7
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-4/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-27/+13
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers1-48/+15
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers1-9/+0
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-0/+17
2020-09-08fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-3/+2
2020-07-22fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers1-5/+24
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+82
2020-05-19fscrypt: support test_dummy_encryption=v2Eric Biggers1-7/+44
2020-05-13fscrypt: remove unnecessary extern keywordsEric Biggers1-73/+65
2020-05-13fscrypt: name all function parametersEric Biggers1-21/+25
2020-05-13fscrypt: fix all kerneldoc warningsEric Biggers1-7/+12
2020-03-20fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-0/+6
2020-01-23fscrypt: improve format of no-key namesDaniel Rosenberg1-75/+2
2020-01-23fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-0/+10
2020-01-23fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg1-0/+9
2019-12-31fscrypt: introduce fscrypt_needs_contents_encryption()Eric Biggers1-0/+20
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers1-3/+5
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers1-0/+3
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers1-32/+0
2019-08-13fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers1-0/+8
2019-08-13fscrypt: v2 encryption policy supportEric Biggers1-1/+8
2019-08-13fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers1-0/+7
2019-08-13fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-0/+12
2019-08-13fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-0/+14
2019-08-13fscrypt: rename keyinfo.c to keysetup.cEric Biggers1-2/+2
2019-08-13fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers1-0/+1
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers1-6/+6
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers1-0/+11
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers1-8/+9
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers1-0/+13
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers1-5/+2
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-12/+26
2019-05-13Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus 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-17fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-1/+2
2019-04-17fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers1-3/+2
2019-01-24fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-2/+2
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra1-8/+408
2018-01-12fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers1-9/+0
2018-01-12fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+64
2018-01-12fscrypt: trim down fscrypt.h includesEric Biggers1-6/+0