aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/fscrypt_private.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jaegeuk/f2fsLinus 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/git/tytso/fscryptLinus Torvalds1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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