summaryrefslogtreecommitdiff
path: root/fs/crypto/fscrypt_private.h
AgeCommit message (Expand)Author
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers
2019-12-31fscrypt: remove fscrypt_is_direct_key_policy()Eric Biggers
2019-12-31fscrypt: move fscrypt_valid_enc_modes() to policy.cEric Biggers
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add an HKDF-SHA512 implementationEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers
2019-08-12fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers
2019-08-12fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers
2019-08-12fscrypt: add ->ci_inode to fscrypt_infoEric Biggers
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers
2019-08-12fscrypt: remove loadable module related codeEric Biggers
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-06fscrypt: add Adiantum supportEric Biggers
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-05-20fscrypt: add Speck128/256 supportEric Biggers
2018-05-20fscrypt: use a common logging functionEric Biggers
2018-05-20fscrypt: remove internal key size constantsEric Biggers
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18fscrypt: clean up include file messDave Chinner