summaryrefslogtreecommitdiffstats
path: root/include/linux/fscrypt.h
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik2023-10-081-4/+6
* fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers2023-09-251-0/+12
* fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers2023-09-251-15/+11
* fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-9/+11
* fscrypt: make it clearer that key_prefix is deprecatedEric Biggers2023-09-241-5/+9
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-261-0/+21
|\
| * fscrypt: Add some folio helper functionsMatthew Wilcox2023-04-061-0/+21
* | fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques2023-03-271-0/+7
|/
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-02-201-5/+4
|\
| * fscrypt: support decrypting data from large foliosEric Biggers2023-01-281-5/+4
* | fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers2023-02-071-9/+0
|/
* fscrypt: fix keyring memory leak on mount failureEric Biggers2022-10-191-2/+2
* Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-031-5/+2
|\
| * fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-111-5/+2
* | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-211-12/+9
* | fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2022-09-211-2/+2
* | fscrypt: stop using PG_error to track error statusEric Biggers2022-09-061-2/+3
* | fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers2022-08-221-2/+0
|/
* fscrypt: add fscrypt_context_for_new_inodeJeff Layton2022-08-031-0/+1
* fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton2022-08-031-0/+4
* fscrypt: add new helper functions for test_dummy_encryptionEric Biggers2022-05-091-0/+39
* fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2022-04-131-1/+11
* fscrypt: add functions for direct I/O supportEric Biggers2022-02-081-0/+18
* fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-3/+0
* fscrypt: document struct fscrypt_operationsEric Biggers2021-07-281-4/+105
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-07-251-0/+7
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-2/+5
|\
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-2/+5
* | fscrypt: allow deleting files with unsupported encryption policyEric Biggers2020-12-021-3/+6
* | fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2020-12-021-6/+1
* | fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers2020-12-021-26/+0
* | fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers2020-12-021-2/+9
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-0/+24
* | fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers2020-11-241-2/+1
* | fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-11-241-0/+34
|/
* fscrypt: export fscrypt_d_revalidate()Eric Biggers2020-09-281-0/+7
* fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers2020-09-231-6/+6
* fscrypt: don't call no-key names "ciphertext names"Eric Biggers2020-09-231-8/+7
* fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers2020-09-221-4/+1
* fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2020-09-221-27/+13
* fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers2020-09-221-48/+15
* fscrypt: remove fscrypt_inherit_context()Eric Biggers2020-09-221-9/+0
* fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-0/+17
* fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-3/+2
* fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers2020-07-211-5/+24
* fscrypt: add inline encryption supportSatya Tangirala2020-07-081-0/+82
* fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-7/+44
* fscrypt: remove unnecessary extern keywordsEric Biggers2020-05-121-73/+65
* fscrypt: name all function parametersEric Biggers2020-05-121-21/+25
* fscrypt: fix all kerneldoc warningsEric Biggers2020-05-121-7/+12