Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bbf9a127abca4aac5cc75f882bc7efcc398e86ae
/
fs
/
crypto
adbd9b4
fscrypt: remove selection of CONFIG_CRYPTO_SHA256
by Eric Biggers
· 6 years ago
0bb06ca
fscrypt: remove unnecessary includes of ratelimit.h
by Eric Biggers
· 6 years ago
5858bda
fscrypt: don't set policy for a dead directory
by Hongjie Fang
· 6 years ago
ffceeef
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
by Eric Biggers
· 6 years ago
aa8bc1a
fscrypt: support decrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
41adbcb
fscrypt: introduce fscrypt_decrypt_block_inplace()
by Eric Biggers
· 6 years ago
930d453
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
by Eric Biggers
· 6 years ago
53bc1d85
fscrypt: support encrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
03569f2
fscrypt: introduce fscrypt_encrypt_block_inplace()
by Eric Biggers
· 6 years ago
eeacfdc
fscrypt: clean up some BUG_ON()s in block encryption/decryption
by Eric Biggers
· 6 years ago
f47fcbb
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
by Eric Biggers
· 6 years ago
2a415a0
fscrypt: remove the "write" part of struct fscrypt_ctx
by Eric Biggers
· 6 years ago
d2d0727
fscrypt: simplify bounce page handling
by Eric Biggers
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
a9fbcd6
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
2c58d54
fscrypt: cache decrypted symlink target in ->i_link
by Eric Biggers
· 6 years ago
b01531d
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
by Eric Biggers
· 6 years ago
d456a33
fscrypt: only set dentry_operations on ciphertext dentries
by Eric Biggers
· 6 years ago
968dd6d
fscrypt: fix race allowing rename() and link() of ciphertext dentries
by Eric Biggers
· 6 years ago
6cc2486
fscrypt: clean up and improve dentry revalidation
by Eric Biggers
· 6 years ago
e37a784
fscrypt: use READ_ONCE() to access ->i_crypt_info
by Eric Biggers
· 6 years ago
ff5d3a9
fscrypt: remove WARN_ON_ONCE() when decryption fails
by Eric Biggers
· 6 years ago
cd0265f
fscrypt: drop inode argument from fscrypt_get_ctx()
by Eric Biggers
· 6 years ago
d1cae94
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
6dc4f10
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
by Ming Lei
· 6 years ago
231baec
crypto: clarify name of WEAK_KEY request flag
by Eric Biggers
· 6 years ago
f5e55e7
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
by Eric Biggers
· 6 years ago
643fa96
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
1058ef0
fscrypt: remove CRYPTO_CTR dependency
by Eric Biggers
· 6 years ago
8094c3c
fscrypt: add Adiantum support
by Eric Biggers
· 6 years ago
578bdaa
crypto: speck - remove Speck
by Jason A. Donenfeld
· 6 years ago
d54d35c
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
e1cc40e
fscrypt: log the crypto algorithm implementations
by Eric Biggers
· 7 years ago
12d28f7
fscrypt: add Speck128/256 support
by Eric Biggers
· 7 years ago
646b7d4
fscrypt: only derive the needed portion of the key
by Eric Biggers
· 7 years ago
590f497
fscrypt: separate key lookup from key derivation
by Eric Biggers
· 7 years ago
544d08f
fscrypt: use a common logging function
by Eric Biggers
· 7 years ago
11b8818
fscrypt: remove internal key size constants
by Eric Biggers
· 7 years ago
1086c80
fscrypt: remove unnecessary check for non-logon key type
by Eric Biggers
· 7 years ago
e12ee68
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
0c4cdb2
fscrypt: drop empty name check from fname_decrypt()
by Eric Biggers
· 7 years ago
54632f0
fscrypt: drop max_namelen check from fname_decrypt()
by Eric Biggers
· 7 years ago
17bfde6
fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
by Eric Biggers
· 7 years ago
101c97a
fscrypt: don't clear flags on crypto transform
by Eric Biggers
· 7 years ago
1da2f0a
fscrypt: remove stale comment from fscrypt_d_revalidate()
by Eric Biggers
· 7 years ago
c90fd775
fscrypt: remove error messages for skcipher_request_alloc() failure
by Eric Biggers
· 7 years ago
9919479
fscrypt: remove unnecessary NULL check when allocating skcipher
by Eric Biggers
· 7 years ago
5422202
fscrypt: clean up after fscrypt_prepare_lookup() conversions
by Eric Biggers
· 7 years ago
36dd26e
fscrypt: use unbound workqueue for decryption
by Eric Biggers
· 7 years ago
0cb8dae
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
0b1dfa4
fscrypt: fix build with pre-4.6 gcc versions
by Eric Biggers
· 7 years ago
3d204e2
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
by Eric Biggers
· 7 years ago
b9db0b4
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
by Eric Biggers
· 7 years ago
2cbadad
fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
by Eric Biggers
· 7 years ago
50c961d
fscrypt: calculate NUL-padding length in one place only
by Eric Biggers
· 7 years ago
0eaab5b
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
by Eric Biggers
· 7 years ago
1e80ad7
fscrypt: remove fscrypt_fname_usr_to_disk()
by Eric Biggers
· 7 years ago
3b0d883
fscrypt: new helper function - fscrypt_get_symlink()
by Eric Biggers
· 7 years ago
76e81d6
fscrypt: new helper functions for ->symlink()
by Eric Biggers
· 7 years ago
a575784
fscrypt: trim down fscrypt.h includes
by Eric Biggers
· 7 years ago
dcf0db9
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
by Eric Biggers
· 7 years ago
bb8179e
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
by Eric Biggers
· 7 years ago
e4de782
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
by Eric Biggers
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
d0082e1
fscrypt: move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
a0b3bc8
fscrypt: lock mutex before checking for bounce page pool
by Eric Biggers
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
32c3cf0
fscrypt: new helper function - fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
94b26f3
fscrypt: new helper function - fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
0ea87a9
fscrypt: new helper function - fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
efcc7ae
fscrypt: new helper function - fscrypt_file_open()
by Eric Biggers
· 7 years ago
e0428a2
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
by Eric Biggers
· 7 years ago
734f0d2
fscrypt: clean up include file mess
by Dave Chinner
· 7 years ago
d60b5b7
fscrypt: fix dereference of NULL user_key_payload
by Eric Biggers
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
bc2c642
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
58f587c
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 8 years ago
af65207
ext4: fix __ext4_new_inode() journal credits calculation
by Tahsin Erdogan
· 8 years ago
b7e7cf7
fscrypt: add support for AES-128-CBC
by Daniel Walter
· 8 years ago
27e47a6
fscrypt: inline fscrypt_free_filename()
by Eric Biggers
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
1715942
fscrypt: introduce helper function for filename matching
by Eric Biggers
· 8 years ago
6b06cde
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
272f98f
fscrypt: fix context consistency check when key(s) unavailable
by Eric Biggers
· 8 years ago
9c8268d
fscrypt: Move key structure and constants to uapi
by Joe Richey
· 8 years ago
cd39e4b
fscrypt: remove unnecessary checks for NULL operations
by Eric Biggers
· 8 years ago
a643f90
Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 8 years ago
94840e3
fscrypt: eliminate ->prepare_context() operation
by Eric Biggers
· 8 years ago
1b53cf9
fscrypt: remove broken support for detecting keyring key revocation
by Eric Biggers
· 8 years ago
0837e49
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
by David Howells
· 8 years ago
b14c8e6
fscrypt: properly declare on-stack completion
by Richard Weinberger
· 8 years ago
Next »