aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscrypt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9.187 (fabc071) into msm-4.9jianzhou2019-10-111-22/+52
|\
| * fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2019-07-301-0/+16
| * fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-07-121-0/+5
| * fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-07-121-10/+20
| * fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-07-121-4/+5
| * fscrypt: clean up and improve dentry revalidationEric Biggers2019-07-121-4/+2
| * fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-07-121-1/+2
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-07-121-3/+2
* | Merge android-4.9.175 (e2171b6) into msm-4.9Tengfei Fan2019-06-131-10/+410
|\|
| * fscrypt: remove filesystem specific build config optionChandan Rajendra2019-04-161-8/+408
| * fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-04-161-2/+2
| * fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2018-04-081-9/+0
| * fscrypt: new helper functions for ->symlink()Eric Biggers2018-04-081-0/+64
| * fscrypt: trim down fscrypt.h includesEric Biggers2018-04-081-6/+0
| * fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2018-04-081-11/+0
| * fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2018-04-081-14/+0
| * fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers2018-04-081-18/+0
| * fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers2018-04-081-8/+0
| * fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers2018-04-081-15/+1
| * fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers2018-04-081-16/+2
| * fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers2018-04-081-10/+0
| * fscrypt: new helper function - fscrypt_prepare_setattr()Eric Biggers2018-01-041-0/+25
| * fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2018-01-041-0/+28
| * fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers2018-01-041-0/+33
| * fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers2018-01-041-0/+27
| * fscrypt: new helper function - fscrypt_require_key()Eric Biggers2018-01-041-0/+25
| * fscrypt: remove ->is_encrypted()Eric Biggers2018-01-041-1/+0
| * fscrypt: clean up include file messDave Chinner2018-01-041-0/+153
* dm-default-key, f2fs, ICE: support dm-default-key with f2fs/ICEJaegeuk Kim2018-10-161-2/+8
* fscrypt, pfk, ice: cover ICE-related data structures in CONFIG_PFKJaegeuk Kim2018-08-291-0/+25
* fscrypt: Fix Data Unit Number used in file encryptionNeeraj Soni2018-08-161-5/+2
* Enable hardware based FBE on f2fs and adapt ext4 fsNeeraj Soni2018-05-281-0/+8
* f2fs/fscrypt: updates to v4.17-rc1Jaegeuk Kim2018-04-121-107/+67
* fscrypt: updates on 4.15-rc4Jaegeuk Kim2018-01-151-0/+290