summaryrefslogtreecommitdiffstats
path: root/fs/crypto
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: require that key be added when setting a v2 encryption policyEric Biggers2019-08-123-1/+63
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-5/+24
* fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-123-33/+336
* fscrypt: v2 encryption policy supportEric Biggers2019-08-127-185/+684
* fscrypt: add an HKDF-SHA512 implementationEric Biggers2019-08-124-0/+199
* fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+63
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-123-5/+411
* fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-125-3/+391
* fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-123-2/+2
* fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers2019-08-124-322/+369
* fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers2019-08-122-112/+146
* fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers2019-08-122-69/+68
* fscrypt: add ->ci_inode to fscrypt_infoEric Biggers2019-08-122-0/+5
* fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-125-43/+44
* fscrypt: use ENOPKG when crypto API support missingEric Biggers2019-08-121-9/+11
* fscrypt: improve warnings for missing crypto API supportEric Biggers2019-08-121-5/+14
* fscrypt: improve warning messages for unsupported encryption contextsEric Biggers2019-08-121-3/+15
* fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers2019-08-125-35/+28
* fscrypt: clean up base64 encoding/decodingEric Biggers2019-08-121-17/+17
* fscrypt: remove loadable module related codeEric Biggers2019-08-123-26/+1
* fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers2019-06-271-1/+0
* fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-103-3/+0
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-05-281-0/+2
* fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers2019-05-281-2/+2
* fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-282-16/+33
* fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-281-4/+27
* fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers2019-05-281-9/+6
* fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-281-28/+39
* fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-281-19/+31
* fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-05-281-6/+9
* fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers2019-05-283-21/+20
* fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2019-05-282-13/+12
* fscrypt: simplify bounce page handlingEric Biggers2019-05-283-106/+40
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-076-67/+119
|\
| * fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-172-7/+54
| * fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-172-5/+7
| * fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-171-2/+1
| * fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-171-1/+11
| * fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-172-30/+32
| * fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-164-8/+8
| * fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-161-4/+2
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-162-12/+6
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+1
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-094-9/+7
|\
| * fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-232-5/+4