aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/fscrypt_private.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-23fscrypt: shrink the size of struct fscrypt_inode_info slightlyEric Biggers1-6/+8
2023-10-16fscrypt: track master key presence separately from secretEric Biggers1-28/+38
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik1-20/+22
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-12/+44
2023-09-25fscrypt: compute max_lblk_bits from s_maxbytes and block sizeEric Biggers1-0/+10
2023-05-23fscrypt: Replace 1-element array with flexible arrayKees Cook1-1/+1
2023-04-06fscrypt: optimize fscrypt_initialize()Eric Biggers1-1/+1
2023-03-27fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers1-2/+2
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers1-0/+3
2023-02-07fscrypt: add the test dummy encryption key on-demandEric Biggers1-0/+1
2022-11-15fscrypt: pass super_block to fscrypt_put_master_key_activeref()Eric Biggers1-9/+4
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers1-4/+7
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-20/+51
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-6/+3
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton1-6/+3
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry1-1/+1
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers1-2/+2
2022-05-09fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers1-0/+2
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers1-1/+3
2021-10-25fscrypt: improve a few commentsEric Biggers1-1/+10
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers1-2/+3
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-1/+0
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-2/+2
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-0/+2
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-0/+26
2020-11-24fscrypt: simplify master key lockingEric Biggers1-13/+6
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers1-3/+6
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-2/+4
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers1-1/+0
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-0/+3
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers1-6/+9
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers1-6/+6
2020-07-20fscrypt: add comments that describe the HKDF info stringsEric Biggers1-7/+7
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-10/+105
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers1-6/+14
2020-05-15fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers1-0/+3
2020-05-12fscrypt: remove unnecessary extern keywordsEric Biggers1-44/+40
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers1-2/+2
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-0/+20
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers1-3/+3
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-0/+13
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers1-2/+3
2019-12-31fscrypt: remove fscrypt_is_direct_key_policy()Eric Biggers1-6/+0
2019-12-31fscrypt: move fscrypt_valid_enc_modes() to policy.cEric Biggers1-18/+0
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers1-5/+1
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers1-1/+1
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers1-1/+1
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers1-1/+1
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers1-3/+13
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers1-1/+1
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers1-2/+0
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers1-7/+0
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers1-0/+3
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-4/+27
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-25/+162
2019-08-12fscrypt: add an HKDF-SHA512 implementationEric Biggers1-0/+15
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-1/+52
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-1/+61
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers1-1/+1
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers1-0/+17
2019-08-12fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers1-3/+8
2019-08-12fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers1-4/+3
2019-08-12fscrypt: add ->ci_inode to fscrypt_infoEric Biggers1-0/+3
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers1-8/+8
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers1-5/+5
2019-08-12fscrypt: remove loadable module related codeEric Biggers1-2/+0
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers1-6/+5
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-3/+1
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-1/+0
2019-01-06fscrypt: add Adiantum supportEric Biggers1-6/+61
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-4/+0
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-1/+0
2018-05-20fscrypt: add Speck128/256 supportEric Biggers1-0/+4
2018-05-20fscrypt: use a common logging functionEric Biggers1-0/+8
2018-05-20fscrypt: remove internal key size constantsEric Biggers1-9/+1
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers1-0/+1
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers1-1/+0
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers1-0/+3
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers1-2/+2
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers1-0/+9
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+4
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers1-0/+14
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-10/+0
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef1-10/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fscrypt: clean up include file messDave Chinner1-1/+2
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter1-1/+8
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers1-2/+0
2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey1-11/+0
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers1-4/+0
2017-02-06fscrypt: properly declare on-stack completionRichard Weinberger1-1/+1
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-1/+1
2017-01-01fscrypt: factor out bio specific functionsRichard Weinberger1-1/+15
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir1-1/+1
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o1-0/+71
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o1-0/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o1-0/+19