aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto
Commit message (Expand)AuthorAge
* fscrypt: require that key be added when setting a v2 encryption policyEric Biggers2019-08-12
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-12
* fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-12
* fscrypt: v2 encryption policy supportEric Biggers2019-08-12
* fscrypt: add an HKDF-SHA512 implementationEric Biggers2019-08-12
* fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-12
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-12
* fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-12
* fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-12
* fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers2019-08-12
* fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers2019-08-12
* fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers2019-08-12
* fscrypt: add ->ci_inode to fscrypt_infoEric Biggers2019-08-12
* fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-12
* fscrypt: use ENOPKG when crypto API support missingEric Biggers2019-08-12
* fscrypt: improve warnings for missing crypto API supportEric Biggers2019-08-12
* fscrypt: improve warning messages for unsupported encryption contextsEric Biggers2019-08-12
* fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers2019-08-12
* fscrypt: clean up base64 encoding/decodingEric Biggers2019-08-12
* fscrypt: remove loadable module related codeEric Biggers2019-08-12
* fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers2019-06-27
* fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-10
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-05-28
* fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers2019-05-28
* fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-28
* fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-28
* fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers2019-05-28
* fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-28
* fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-28
* fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-05-28
* fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers2019-05-28
* fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2019-05-28
* fscrypt: simplify bounce page handlingEric Biggers2019-05-28
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-08
|\
| * fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-17
| * fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-17
| * fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-17
| * fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-17
| * fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-17
| * fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-16
| * fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-16
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-16
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
|/
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-09
|\
| * fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-23