summaryrefslogtreecommitdiff
path: root/include/linux/fscrypto.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-347/+0
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers1-1/+1
2017-01-08fscrypt: remove unused 'mode' member of fscrypt_ctxEric Biggers1-1/+0
2017-01-01fscrypt: factor out bio specific functionsRichard Weinberger1-4/+7
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir1-1/+0
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir1-1/+0
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir1-1/+1
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir1-4/+4
2016-12-11fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o1-14/+0
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o1-65/+3
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o1-1/+0
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o1-1/+0
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers1-6/+6
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir1-4/+5
2016-11-13fscrypt: Constify struct inode pointerDavid Gstir1-11/+11
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir1-5/+11
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir1-2/+3
2016-11-13fscrypt: Add in-place encryption modeDavid Gstir1-0/+6
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-24/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataEric Biggers1-24/+0
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-3/+2
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim1-0/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim1-4/+5
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+434
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+433