aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers
2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers
2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers
2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fscrypt: lock mutex before checking for bounce page poolEric Biggers
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers
2017-10-18fscrypt: new helper function - fscrypt_file_open()Eric Biggers
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2017-10-18fscrypt: clean up include file messDave Chinner
2017-10-12fscrypt: fix dereference of NULL user_key_payloadEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter
2017-06-23fscrypt: inline fscrypt_free_filename()Eric Biggers
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
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-25Merge 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-06fscrypt: properly declare on-stack completionRichard Weinberger
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-06fscrypt: 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-01fscrypt: factor out bio specific functionsRichard Weinberger
2016-12-31fscrypt: pass up error codes from ->get_context()Eric Biggers