| Commit message (Expand) | Author | Age | Files | Lines |
* | fscrypt: remove selection of CONFIG_CRYPTO_SHA256 | Eric Biggers | 2019-06-27 | 1 | -1/+0 |
* | fscrypt: remove unnecessary includes of ratelimit.h | Eric Biggers | 2019-06-11 | 3 | -3/+0 |
* | fscrypt: don't set policy for a dead directory | Hongjie Fang | 2019-05-28 | 1 | -0/+2 |
* | fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio() | Eric Biggers | 2019-05-28 | 1 | -2/+2 |
* | fscrypt: support decrypting multiple filesystem blocks per page | Eric Biggers | 2019-05-28 | 2 | -16/+33 |
* | fscrypt: introduce fscrypt_decrypt_block_inplace() | Eric Biggers | 2019-05-28 | 1 | -4/+27 |
* | fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() | Eric Biggers | 2019-05-28 | 1 | -9/+6 |
* | fscrypt: support encrypting multiple filesystem blocks per page | Eric Biggers | 2019-05-28 | 1 | -28/+39 |
* | fscrypt: introduce fscrypt_encrypt_block_inplace() | Eric Biggers | 2019-05-28 | 1 | -19/+31 |
* | fscrypt: clean up some BUG_ON()s in block encryption/decryption | Eric Biggers | 2019-05-28 | 1 | -6/+9 |
* | fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block() | Eric Biggers | 2019-05-28 | 3 | -21/+20 |
* | fscrypt: remove the "write" part of struct fscrypt_ctx | Eric Biggers | 2019-05-28 | 2 | -13/+12 |
* | fscrypt: simplify bounce page handling | Eric Biggers | 2019-05-28 | 3 | -106/+40 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2019-05-08 | 6 | -67/+119 |
|\ |
|
| * | fscrypt: cache decrypted symlink target in ->i_link | Eric Biggers | 2019-04-17 | 2 | -7/+54 |
| * | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext | Eric Biggers | 2019-04-17 | 2 | -5/+7 |
| * | fscrypt: only set dentry_operations on ciphertext dentries | Eric Biggers | 2019-04-17 | 1 | -2/+1 |
| * | fscrypt: fix race allowing rename() and link() of ciphertext dentries | Eric Biggers | 2019-04-17 | 1 | -1/+11 |
| * | fscrypt: clean up and improve dentry revalidation | Eric Biggers | 2019-04-17 | 2 | -30/+32 |
| * | fscrypt: use READ_ONCE() to access ->i_crypt_info | Eric Biggers | 2019-04-17 | 4 | -8/+8 |
| * | fscrypt: remove WARN_ON_ONCE() when decryption fails | Eric Biggers | 2019-04-17 | 1 | -4/+2 |
| * | fscrypt: drop inode argument from fscrypt_get_ctx() | Eric Biggers | 2019-04-17 | 2 | -12/+6 |
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-05-08 | 1 | -2/+1 |
|\ \ |
|
| * | | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig | 2019-04-30 | 1 | -2/+1 |
| |/ |
|
* / | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2019-03-09 | 4 | -9/+7 |
|\ |
|
| * | fscrypt: return -EXDEV for incompatible rename or link into encrypted dir | Eric Biggers | 2019-01-24 | 2 | -5/+4 |
| * | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 2019-01-24 | 2 | -3/+3 |
| * | fscrypt: remove CRYPTO_CTR dependency | Eric Biggers | 2019-01-24 | 1 | -1/+0 |
* | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-08 | 1 | -1/+2 |
|\ \ |
|
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei | 2019-02-15 | 1 | -1/+2 |
| |/ |
|
* / | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -2/+2 |
|/ |
|
* | fscrypt: add Adiantum support | Eric Biggers | 2019-01-06 | 5 | -110/+363 |
* | crypto: speck - remove Speck | Jason A. Donenfeld | 2018-09-04 | 2 | -14/+0 |
* | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2018-06-11 | 3 | -15/+29 |
|\ |
|
| * | fscrypt: allow synchronous bio decryption | Eric Biggers | 2018-05-02 | 3 | -15/+29 |
* | | fscrypt: log the crypto algorithm implementations | Eric Biggers | 2018-05-20 | 1 | -34/+68 |
* | | fscrypt: add Speck128/256 support | Eric Biggers | 2018-05-20 | 2 | -0/+6 |
* | | fscrypt: only derive the needed portion of the key | Eric Biggers | 2018-05-20 | 1 | -23/+16 |
* | | fscrypt: separate key lookup from key derivation | Eric Biggers | 2018-05-20 | 1 | -48/+74 |
* | | fscrypt: use a common logging function | Eric Biggers | 2018-05-20 | 5 | -21/+57 |
* | | fscrypt: remove internal key size constants | Eric Biggers | 2018-05-20 | 2 | -20/+7 |
* | | fscrypt: remove unnecessary check for non-logon key type | Eric Biggers | 2018-05-20 | 1 | -6/+0 |
* | | fscrypt: make fscrypt_operations.max_namelen an integer | Eric Biggers | 2018-05-20 | 1 | -1/+1 |
* | | fscrypt: drop empty name check from fname_decrypt() | Eric Biggers | 2018-05-20 | 1 | -3/+0 |
* | | fscrypt: drop max_namelen check from fname_decrypt() | Eric Biggers | 2018-05-20 | 1 | -5/+2 |
* | | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() | Eric Biggers | 2018-05-20 | 1 | -1/+1 |