aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers2-22/+70
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-1/+1
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey1-11/+0
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers2-13/+1
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds5-64/+11
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers1-7/+0
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers4-57/+11
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
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-02-06fscrypt: remove redundant assignment of resColin Ian King1-1/+0
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers1-20/+11
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2-24/+13
2017-01-01fscrypt: factor out bio specific functionsRichard Weinberger5-143/+177
2016-12-31fscrypt: pass up error codes from ->get_context()Eric Biggers1-31/+23
2016-12-31fscrypt: remove user-triggerable warning messagesEric Biggers1-13/+2
2016-12-31fscrypt: use EEXIST when file already uses different policyEric Biggers1-1/+1
2016-12-31fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers1-1/+1
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-2/+2
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2016-12-27fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o1-1/+2
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2-4/+4
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir3-4/+9
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir1-3/+8
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir1-41/+52
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir1-11/+19
2016-12-11fscrypt: Use correct index in decrypt path.David Gstir1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o3-2/+73
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o2-1/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o3-5/+24
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers1-13/+21
2016-12-11fscrypto: remove unneeded Kconfig dependenciesEric Biggers1-2/+0
2016-11-13fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-13fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir1-4/+7
2016-11-13fscrypt: Constify struct inode pointerDavid Gstir2-7/+7
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir1-16/+26
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir1-5/+6
2016-11-13fscrypt: Add in-place encryption modeDavid Gstir1-10/+15
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers1-0/+4
2016-10-12fscrypto: make XTS tweak initialization endian-independentEric Biggers1-7/+8
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-74/+93
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextEric Biggers1-12/+5
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-24/+32
2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers2-9/+11
2016-09-15fscrypto: remove unnecessary includesEric Biggers3-6/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataEric Biggers1-23/+45
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-13/+25
2016-09-09fscrypto: only allow setting encryption policy on directoriesEric Biggers1-0/+2