aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 1-13/+15
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-1/+7
2018-05-20fscrypt: use a common logging functionGravatar Eric Biggers 1-3/+25
2018-05-20fscrypt: remove stale comment from fscrypt_d_revalidate()Gravatar Eric Biggers 1-1/+0
2018-05-20fscrypt: remove error messages for skcipher_request_alloc() failureGravatar Eric Biggers 1-5/+1
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsGravatar Eric Biggers 1-1/+0
2018-05-20fscrypt: use unbound workqueue for decryptionGravatar Eric Biggers 1-1/+10
2018-05-02fscrypt: allow synchronous bio decryptionGravatar Eric Biggers 1-1/+7
2018-01-11fscrypt: trim down fscrypt.h includesGravatar 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-6/+3
2017-11-03fscrypt: move to generic async completionGravatar Gilad Ben-Yossef 1-24/+4
2017-10-31fscrypt: lock mutex before checking for bounce page poolGravatar Eric Biggers 1-5/+2
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Gravatar Eric Biggers 1-1/+1
2017-06-23fscrypt: add support for AES-128-CBCGravatar Daniel Walter 1-7/+16
2017-03-15fscrypt: remove broken support for detecting keyring key revocationGravatar Eric Biggers 1-9/+1
2017-01-01fscrypt: factor out bio specific functionsGravatar Richard Weinberger 1-141/+16
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLGravatar David Gstir 1-3/+3
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 1-2/+7
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 1-3/+8
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 1-41/+52
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionGravatar David Gstir 1-11/+19
2016-12-11fscrypt: Use correct index in decrypt path.Gravatar David Gstir 1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hGravatar Theodore Ts'o 1-1/+1
2016-12-11fscrypt: unexport fscrypt_initialize()Gravatar Theodore Ts'o 1-1/+0
2016-11-13fscrypt: Let fs select encryption index/tweakGravatar David Gstir 1-4/+7
2016-11-13fscrypt: Constify struct inode pointerGravatar David Gstir 1-5/+5
2016-11-13fscrypt: Enable partial page encryptionGravatar David Gstir 1-16/+26
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesGravatar David Gstir 1-5/+6
2016-11-13fscrypt: Add in-place encryption modeGravatar David Gstir 1-10/+15
2016-10-12fscrypto: make XTS tweak initialization endian-independentGravatar Eric Biggers 1-7/+8
2016-09-15fscrypto: rename completion callbacks to reflect usageGravatar Eric Biggers 1-5/+5
2016-09-15fscrypto: remove unnecessary includesGravatar Eric Biggers 1-1/+0
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateGravatar Jaegeuk Kim 1-0/+4
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMGravatar Jaegeuk Kim 1-16/+20
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Gravatar Jaegeuk Kim 1-3/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-03-26f2fs/crypto: fix xts_tweak initializationGravatar Linus Torvalds 1-1/+1
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+555
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 1-0/+556