aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
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-02-06fscrypt: remove redundant assignment of resGravatar Colin Ian King 1-1/+0
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringGravatar Eric Biggers 1-20/+11
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyGravatar Theodore Ts'o 2-24/+13
2017-01-01fscrypt: factor out bio specific functionsGravatar Richard Weinberger 5-143/+177
2016-12-31fscrypt: pass up error codes from ->get_context()Gravatar Eric Biggers 1-31/+23
2016-12-31fscrypt: remove user-triggerable warning messagesGravatar Eric Biggers 1-13/+2
2016-12-31fscrypt: use EEXIST when file already uses different policyGravatar Eric Biggers 1-1/+1
2016-12-31fscrypt: use ENOTDIR when setting encryption policy on nondirectoryGravatar Eric Biggers 1-1/+1
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyGravatar Eric Biggers 1-2/+2
2016-12-31fscrypt: fix renaming and linking special filesGravatar Eric Biggers 1-0/+5
2016-12-27fscrypt: fix the test_dummy_encryption mount optionGravatar Theodore Ts'o 1-1/+2
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLGravatar David Gstir 2-4/+4
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 3-4/+9
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 3-2/+73
2016-12-11fscrypt: unexport fscrypt_initialize()Gravatar Theodore Ts'o 2-1/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Gravatar Theodore Ts'o 3-5/+24
2016-12-11fscrypto: move ioctl processing more fully into common codeGravatar Eric Biggers 1-13/+21
2016-12-11fscrypto: remove unneeded Kconfig dependenciesGravatar Eric Biggers 1-2/+0
2016-11-13fscrypto: don't use on-stack buffer for key derivationGravatar Eric Biggers 1-3/+13
2016-11-13fscrypto: don't use on-stack buffer for filename encryptionGravatar Eric Biggers 1-32/+21
2016-11-13fscrypt: Let fs select encryption index/tweakGravatar David Gstir 1-4/+7
2016-11-13fscrypt: Constify struct inode pointerGravatar David Gstir 2-7/+7
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-15fscrypto: lock inode while setting encryption policyGravatar Eric Biggers 1-0/+4
2016-10-12fscrypto: make XTS tweak initialization endian-independentGravatar Eric Biggers 1-7/+8
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-74/+93
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextGravatar Eric Biggers 1-12/+5
2016-09-15fscrypto: make filename crypto functions return 0 on successGravatar Eric Biggers 1-24/+32
2016-09-15fscrypto: rename completion callbacks to reflect usageGravatar Eric Biggers 2-9/+11
2016-09-15fscrypto: remove unnecessary includesGravatar Eric Biggers 3-6/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataGravatar Eric Biggers 1-23/+45
2016-09-10fscrypto: require write access to mount to set encryption policyGravatar Eric Biggers 1-13/+25
2016-09-09fscrypto: only allow setting encryption policy on directoriesGravatar Eric Biggers 1-0/+2
2016-09-09fscrypto: add authorization check for setting encryption policyGravatar Eric Biggers 1-0/+3
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-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionGravatar Jaegeuk Kim 1-44/+76
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