aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fscrypt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers1-2/+2
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-5/+2
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-12/+9
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-2/+2
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-5/+2
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers1-2/+3
2022-08-22fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers1-2/+0
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton1-0/+1
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton1-0/+4
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers1-0/+39
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+11
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers1-0/+18
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-3/+0
2021-07-28fscrypt: document struct fscrypt_operationsEric Biggers1-4/+105
2021-07-25fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+7
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-2/+5
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-2/+5
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-3/+6
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-6/+1
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-26/+0
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-2/+9
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-0/+24
2020-11-24fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers1-2/+1
2020-11-24fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-0/+34
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers1-0/+7
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers1-6/+6
2020-09-23fscrypt: 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-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-3/+2
2020-07-21fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers1-5/+24
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+82
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-7/+44
2020-05-12fscrypt: remove unnecessary extern keywordsEric Biggers1-73/+65
2020-05-12fscrypt: name all function parametersEric Biggers1-21/+25
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers1-7/+12
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-0/+6
2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg1-75/+2
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-0/+10
2020-01-22fscrypt: 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-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers1-0/+8
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-1/+8
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers1-0/+7