aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsGravatar Eric Biggers 1-1/+1
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-13/+3
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useGravatar Eric Biggers 3-21/+23
2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesGravatar Eric Biggers 1-15/+14
2018-01-11fscrypt: calculate NUL-padding length in one place onlyGravatar Eric Biggers 3-35/+29
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hGravatar Eric Biggers 1-0/+9
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Gravatar Eric Biggers 1-29/+0
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Gravatar Eric Biggers 1-0/+73
2018-01-11fscrypt: new helper functions for ->symlink()Gravatar Eric Biggers 3-3/+99
2018-01-11fscrypt: trim down fscrypt.h includesGravatar Eric Biggers 3-0/+3
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cGravatar Eric Biggers 1-0/+11
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hGravatar Eric Biggers 1-0/+14
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hGravatar Eric Biggers 1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-14/+123
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-82/+13
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 5-0/+5
2017-11-03fscrypt: move to generic async completionGravatar Gilad Ben-Yossef 4-82/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-31fscrypt: lock mutex before checking for bounce page poolGravatar Eric Biggers 1-5/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Gravatar Eric Biggers 1-0/+18
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Gravatar Eric Biggers 1-0/+30
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Gravatar Eric Biggers 1-0/+15
2017-10-18fscrypt: new helper function - fscrypt_file_open()Gravatar Eric Biggers 2-1/+50
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Gravatar Eric Biggers 4-7/+6
2017-10-18fscrypt: clean up include file messGravatar Dave Chinner 1-1/+2
2017-10-12fscrypt: fix dereference of NULL user_key_payloadGravatar Eric Biggers 1-0/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-61/+162
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationGravatar Tahsin Erdogan 1-0/+1
2017-06-23fscrypt: add support for AES-128-CBCGravatar Daniel Walter 5-52/+162
2017-06-23fscrypt: inline fscrypt_free_filename()Gravatar Eric Biggers 1-9/+0
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-05-04fscrypt: introduce helper function for filename matchingGravatar Eric Biggers 2-22/+70
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesGravatar Eric Biggers 1-1/+1
2017-05-04fscrypt: fix context consistency check when key(s) unavailableGravatar Eric Biggers 1-19/+68
2017-04-30fscrypt: Move key structure and constants to uapiGravatar Joe Richey 1-11/+0
2017-04-30fscrypt: remove unnecessary checks for NULL operationsGravatar Eric Biggers 2-13/+1
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-64/+11
2017-03-15fscrypt: eliminate ->prepare_context() operationGravatar Eric Biggers 1-7/+0
2017-03-15fscrypt: remove broken support for detecting keyring key revocationGravatar Eric Biggers 4-57/+11
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