summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)Author
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-06fscrypt: Add some folio helper functionsMatthew Wilcox
2023-03-27fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-08-22fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers
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