aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fscrypt_supp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+4
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-1/+1
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers1-14/+0
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers1-1/+4
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-1/+1
2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers1-1/+0
2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers1-2/+0
2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers1-0/+3
2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers1-0/+6
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers1-0/+3
2018-01-11fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers1-0/+18
2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers1-0/+6
2018-01-11fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers1-0/+15
2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers1-1/+0
2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers1-0/+6
2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers1-0/+5
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-3/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers1-0/+1
2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers1-0/+5
2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers1-0/+1
2017-10-18fscrypt: new helper function - fscrypt_file_open()Eric Biggers1-0/+3
2017-10-18fscrypt: clean up include file messDave Chinner1-3/+4
2017-06-23fscrypt: inline fscrypt_free_filename()Eric Biggers1-1/+6
2017-05-04fscrypt: correct collision claim for digested namesEric Biggers1-13/+9
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers1-0/+78
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-0/+66