Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
26fad52fa04417bf913afcec754923d531f64997
/
fs
/
crypto
e33fa31
BACKPORT, FROMGIT: fscrypt: add Adiantum support
by Eric Biggers
· 6 years ago
8b9a27f
Revert "fscrypt: add Speck128/256 support"
by Alistair Strachan
· 6 years ago
a4842a1
fscrypt: log the crypto algorithm implementations
by Eric Biggers
· 7 years ago
c16d27e
fscrypt: add Speck128/256 support
by Eric Biggers
· 7 years ago
08ac722
fscrypt: only derive the needed portion of the key
by Eric Biggers
· 7 years ago
24cc7a8
fscrypt: separate key lookup from key derivation
by Eric Biggers
· 7 years ago
78275d8
fscrypt: use a common logging function
by Eric Biggers
· 7 years ago
56733c6
fscrypt: remove internal key size constants
by Eric Biggers
· 7 years ago
9add02d
fscrypt: remove unnecessary check for non-logon key type
by Eric Biggers
· 7 years ago
4ddc3a8
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
6cf4ea2
fscrypt: drop empty name check from fname_decrypt()
by Eric Biggers
· 7 years ago
e2a5784
fscrypt: drop max_namelen check from fname_decrypt()
by Eric Biggers
· 7 years ago
d367939
fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
by Eric Biggers
· 7 years ago
1cfd158
fscrypt: don't clear flags on crypto transform
by Eric Biggers
· 7 years ago
cfd1d7b
fscrypt: remove stale comment from fscrypt_d_revalidate()
by Eric Biggers
· 7 years ago
1e04ac8
fscrypt: remove error messages for skcipher_request_alloc() failure
by Eric Biggers
· 7 years ago
c6b42b9
fscrypt: remove unnecessary NULL check when allocating skcipher
by Eric Biggers
· 7 years ago
3866025
fscrypt: clean up after fscrypt_prepare_lookup() conversions
by Eric Biggers
· 7 years ago
f9866de
fscrypt: use unbound workqueue for decryption
by Eric Biggers
· 7 years ago
0509923
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
9d9cb0e
fscrypt: fix build with pre-4.6 gcc versions
by Eric Biggers
· 7 years ago
401052f
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
by Eric Biggers
· 7 years ago
549b206
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
by Eric Biggers
· 7 years ago
c440b509
fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
by Eric Biggers
· 7 years ago
b0edc2f
fscrypt: calculate NUL-padding length in one place only
by Eric Biggers
· 7 years ago
62cfdd9
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
by Eric Biggers
· 7 years ago
e4e6776
fscrypt: remove fscrypt_fname_usr_to_disk()
by Eric Biggers
· 7 years ago
da32a16
fscrypt: new helper function - fscrypt_get_symlink()
by Eric Biggers
· 7 years ago
a7e05c7
fscrypt: new helper functions for ->symlink()
by Eric Biggers
· 7 years ago
eb9c5fd
fscrypt: trim down fscrypt.h includes
by Eric Biggers
· 7 years ago
0a02472
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
by Eric Biggers
· 7 years ago
9d51ca8
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
by Eric Biggers
· 7 years ago
bc76f39
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
by Eric Biggers
· 7 years ago
743205f
fscrypt: move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
e0af083
fscrypt: lock mutex before checking for bounce page pool
by Eric Biggers
· 7 years ago
ec822ff
fscrypt: new helper function - fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
98fe83a
fscrypt: new helper function - fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
f521870
fscrypt: new helper function - fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
d61dffb
fscrypt: new helper function - fscrypt_file_open()
by Eric Biggers
· 7 years ago
d750ec7
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
by Eric Biggers
· 7 years ago
1617929
fscrypt: clean up include file mess
by Dave Chinner
· 7 years ago
a0471ef
fscrypt: fix dereference of NULL user_key_payload
by Eric Biggers
· 7 years ago
8e989de
fscrypt: add support for AES-128-CBC
by Daniel Walter
· 8 years ago
05b79cd
fscrypt: inline fscrypt_free_filename()
by Eric Biggers
· 8 years ago
e6b120d
f2fs/fscrypt: catch up to v4.12
by Jaegeuk Kim
· 7 years ago
4d7931d
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
by David Howells
· 8 years ago
af9bd52
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
64a599a
fscrypt: fix context consistency check when key(s) unavailable
by Eric Biggers
· 8 years ago
2984e52
fscrypt: remove broken support for detecting keyring key revocation
by Eric Biggers
· 8 years ago
d259b68
fscrypt: fix renaming and linking special files
by Eric Biggers
· 8 years ago
0f0909e
fscrypto: don't use on-stack buffer for key derivation
by Eric Biggers
· 8 years ago
3c7018e
fscrypto: don't use on-stack buffer for filename encryption
by Eric Biggers
· 8 years ago
8906a82
fscrypto: lock inode while setting encryption policy
by Eric Biggers
· 8 years ago
fb44543
fscrypto: make XTS tweak initialization endian-independent
by Eric Biggers
· 8 years ago
2eee010
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
55be314
fscrypto: use standard macros to compute length of fname ciphertext
by Eric Biggers
· 8 years ago
ef1eb3a
fscrypto: make filename crypto functions return 0 on success
by Eric Biggers
· 8 years ago
53fd755
fscrypto: rename completion callbacks to reflect usage
by Eric Biggers
· 8 years ago
d83ae73
fscrypto: remove unnecessary includes
by Eric Biggers
· 8 years ago
8f39850
fscrypto: improved validation when loading inode encryption metadata
by Eric Biggers
· 8 years ago
ba63f23
fscrypto: require write access to mount to set encryption policy
by Eric Biggers
· 8 years ago
002ced4
fscrypto: only allow setting encryption policy on directories
by Eric Biggers
· 8 years ago
163ae1c
fscrypto: add authorization check for setting encryption policy
by Eric Biggers
· 8 years ago
95fe6c1
block, fs, mm, drivers: use bio set/get op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
b5a7aef
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
by Jaegeuk Kim
· 9 years ago
03a8bb0
ext4/fscrypto: avoid RCU lookup in d_revalidate
by Jaegeuk Kim
· 9 years ago
b32e448
fscrypto: don't let data integrity writebacks fail with ENOMEM
by Jaegeuk Kim
· 9 years ago
d7d7535
fscrypto: use dget_parent() in fscrypt_d_revalidate()
by Jaegeuk Kim
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
02fc59a
f2fs/crypto: fix xts_tweak initialization
by Linus Torvalds
· 9 years ago
d407574
Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago