aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscrypto.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLGravatar David Gstir 1-1/+0
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 1-1/+0
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 1-1/+1
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 1-4/+4
2016-12-11fscrypt: move the policy flags and encryption mode definitions to uapi headerGravatar Theodore Ts'o 1-14/+0
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hGravatar Theodore Ts'o 1-65/+3
2016-12-11fscrypt: unexport fscrypt_initialize()Gravatar Theodore Ts'o 1-1/+0
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Gravatar Theodore Ts'o 1-1/+0
2016-12-11fscrypto: move ioctl processing more fully into common codeGravatar Eric Biggers 1-6/+6
2016-11-13fscrypt: Let fs select encryption index/tweakGravatar David Gstir 1-4/+5
2016-11-13fscrypt: Constify struct inode pointerGravatar David Gstir 1-11/+11
2016-11-13fscrypt: Enable partial page encryptionGravatar David Gstir 1-5/+11
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesGravatar David Gstir 1-2/+3
2016-11-13fscrypt: Add in-place encryption modeGravatar David Gstir 1-0/+6
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-24/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataGravatar Eric Biggers 1-24/+0
2016-09-10fscrypto: require write access to mount to set encryption policyGravatar Eric Biggers 1-3/+2
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionGravatar Jaegeuk Kim 1-0/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMGravatar Jaegeuk Kim 1-4/+5
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+434
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 1-0/+433