summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt_supp.h
AgeCommit message (Expand)Author
2018-06-28fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers
2018-06-28fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers
2018-04-19fscrypt: allow synchronous bio decryptionEric Biggers
2018-04-08fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers
2018-04-08fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers
2018-04-08fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers
2018-04-08fscrypt: new helper functions for ->symlink()Eric Biggers
2018-04-08fscrypt: trim down fscrypt.h includesEric Biggers
2018-04-08fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers
2018-04-08fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers
2018-04-08fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers
2018-04-08fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers
2018-04-08fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers
2018-04-08fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers
2018-01-04fscrypt: new helper function - fscrypt_file_open()Eric Biggers
2018-01-04fscrypt: clean up include file messDave Chinner
2017-07-13fscrypt: inline fscrypt_free_filename()Eric Biggers
2017-05-08fscrypt: correct collision claim for digested namesEric Biggers
2017-05-08fscrypt: introduce helper function for filename matchingEric Biggers
2017-03-08fscrypt: catch up to v4.11-rc1Jaegeuk Kim