summaryrefslogtreecommitdiffstats
path: root/fs/crypto/fscrypt_private.h
Commit message (Expand)AuthorAgeFilesLines
...
* fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers2019-11-061-1/+1
* fscrypt: remove struct fscrypt_ctxEric Biggers2019-10-211-2/+0
* fscrypt: invoke crypto API for ESSIV handlingEric Biggers2019-10-211-7/+0
* fscrypt: require that key be added when setting a v2 encryption policyEric Biggers2019-08-121-0/+3
* fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-121-4/+27
* fscrypt: v2 encryption policy supportEric Biggers2019-08-121-25/+162
* fscrypt: add an HKDF-SHA512 implementationEric Biggers2019-08-121-0/+15
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-1/+52
* fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-1/+61
* fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-121-1/+1
* fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers2019-08-121-0/+17
* fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers2019-08-121-3/+8
* fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers2019-08-121-4/+3
* fscrypt: add ->ci_inode to fscrypt_infoEric Biggers2019-08-121-0/+3
* fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-121-8/+8
* fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers2019-08-121-5/+5
* fscrypt: remove loadable module related codeEric Biggers2019-08-121-2/+0
* fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers2019-05-281-6/+5
* fscrypt: simplify bounce page handlingEric Biggers2019-05-281-3/+1
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-1/+0
* fscrypt: add Adiantum supportEric Biggers2019-01-061-6/+61
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-4/+0
* Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-111-1/+0
|\
| * fscrypt: allow synchronous bio decryptionEric Biggers2018-05-021-1/+0
* | fscrypt: add Speck128/256 supportEric Biggers2018-05-201-0/+4
* | fscrypt: use a common logging functionEric Biggers2018-05-201-0/+8
* | fscrypt: remove internal key size constantsEric Biggers2018-05-201-9/+1
* | fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers2018-05-201-0/+1
|/
* fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-01-111-0/+3
* fscrypt: calculate NUL-padding length in one place onlyEric Biggers2018-01-111-2/+2
* fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2018-01-111-0/+9
* fscrypt: new helper functions for ->symlink()Eric Biggers2018-01-111-0/+4
* fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2018-01-111-0/+14
* fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers2018-01-111-0/+1
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+2
|\
| * fscrypt: clean up include file messDave Chinner2017-10-181-1/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-10/+0
|\ \
| * | fscrypt: move to generic async completionGilad Ben-Yossef2017-11-031-10/+0
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fscrypt: add support for AES-128-CBCDaniel Walter2017-06-231-1/+8
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-041-2/+0
* fscrypt: Move key structure and constants to uapiJoe Richey2017-04-301-11/+0
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-151-4/+0
* fscrypt: properly declare on-stack completionRichard Weinberger2017-02-061-1/+1
* fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-061-1/+1
* fscrypt: factor out bio specific functionsRichard Weinberger2017-01-011-1/+15
* fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-111-1/+1
* fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-111-1/+1
* fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-111-0/+71
* fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-111-0/+3