Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers
2017-03-26Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-07fscrypt: properly declare on-stack completionRichard Weinberger
2017-02-07fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-07fscrypt: remove redundant assignment of resColin Ian King
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o
2017-01-02fscrypt: factor out bio specific functionsRichard Weinberger
2017-01-01fscrypt: pass up error codes from ->get_context()Eric Biggers
2017-01-01fscrypt: remove user-triggerable warning messagesEric Biggers
2017-01-01fscrypt: use EEXIST when file already uses different policyEric Biggers
2017-01-01fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers
2017-01-01fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers
2016-12-28fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o
2016-12-12fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir
2016-12-12fscrypt: Delay bounce page pool allocation until neededDavid Gstir
2016-12-12fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-12fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-12fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir
2016-12-12fscrypt: Use correct index in decrypt path.David Gstir
2016-12-12fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o
2016-12-12fscrypt: unexport fscrypt_initialize()Theodore Ts'o
2016-12-12fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o
2016-12-12fscrypto: move ioctl processing more fully into common codeEric Biggers
2016-12-12fscrypto: remove unneeded Kconfig dependenciesEric Biggers
2016-11-14fscrypto: don't use on-stack buffer for key derivationEric Biggers
2016-11-14fscrypto: don't use on-stack buffer for filename encryptionEric Biggers
2016-11-14fscrypt: Let fs select encryption index/tweakDavid Gstir
2016-11-14fscrypt: Constify struct inode pointerDavid Gstir
2016-11-14fscrypt: Enable partial page encryptionDavid Gstir
2016-11-14fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir
2016-11-14fscrypt: Add in-place encryption modeDavid Gstir
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers
2016-10-13fscrypto: make XTS tweak initialization endian-independentEric Biggers
2016-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextEric Biggers
2016-09-16fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers
2016-09-15fscrypto: remove unnecessary includesEric Biggers
2016-09-15fscrypto: improved validation when loading inode encryption metadataEric Biggers
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-10fscrypto: only allow setting encryption policy on directoriesEric Biggers