summaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
AgeCommit message (Expand)Author
2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric 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_operations declaration to fscrypt_supp.hEric Biggers
2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers
2018-01-11fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers
2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers
2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-18fscrypt: new helper function - fscrypt_prepare_setattr()Eric Biggers
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_require_key()Eric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-10-18fscrypt: clean up include file messDave Chinner