aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscrypt_notsupp.h
Commit message (Collapse)AuthorAgeFilesLines
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-211-0/+9
| | | | | | | | | Introduce a helper function fscrypt_match_name() which tests whether a fscrypt_name matches a directory entry. Also clean up the magic numbers and document things properly. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-131-0/+168
Keep validate_user_key() due to kasprintf() panic. fscrypt: - skcipher_ -> ablkcipher_ - fs/crypto/bio.c changes f2fs: - fscrypt: use ENOKEY when file cannot be created w/o key - fscrypt: split supp and notsupp declarations into their own headers - fscrypt: make fscrypt_operations.key_prefix a string Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>