aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/fscrypt_private.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useGravatar Eric Biggers 1-0/+3
2018-01-11fscrypt: calculate NUL-padding length in one place onlyGravatar Eric Biggers 1-2/+2
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hGravatar Eric Biggers 1-0/+9
2018-01-11fscrypt: new helper functions for ->symlink()Gravatar Eric Biggers 1-0/+4
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hGravatar Eric Biggers 1-0/+14
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hGravatar Eric Biggers 1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-10/+0
2017-11-03fscrypt: move to generic async completionGravatar Gilad Ben-Yossef 1-10/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18fscrypt: clean up include file messGravatar Dave Chinner 1-1/+2
2017-06-23fscrypt: add support for AES-128-CBCGravatar Daniel Walter 1-1/+8
2017-05-04fscrypt: introduce helper function for filename matchingGravatar Eric Biggers 1-2/+0
2017-04-30fscrypt: Move key structure and constants to uapiGravatar Joe Richey 1-11/+0
2017-03-15fscrypt: remove broken support for detecting keyring key revocationGravatar Eric Biggers 1-4/+0
2017-02-06fscrypt: properly declare on-stack completionGravatar Richard Weinberger 1-1/+1
2017-02-06fscrypt: split supp and notsupp declarations into their own headersGravatar Eric Biggers 1-1/+1
2017-01-01fscrypt: factor out bio specific functionsGravatar Richard Weinberger 1-1/+15
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLGravatar David Gstir 1-1/+1
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hGravatar Theodore Ts'o 1-0/+71
2016-12-11fscrypt: unexport fscrypt_initialize()Gravatar Theodore Ts'o 1-0/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Gravatar Theodore Ts'o 1-0/+19