index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
4
-8
/
+8
2019-04-16
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
1
-4
/
+2
2019-04-16
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2
-12
/
+6
2019-03-09
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
4
-9
/
+7
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-1
/
+2
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-2
/
+2
2019-01-23
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
Eric Biggers
2
-5
/
+4
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2
-3
/
+3
2019-01-23
fscrypt: remove CRYPTO_CTR dependency
Eric Biggers
1
-1
/
+0
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
5
-110
/
+363
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
2
-14
/
+0
2018-06-11
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
3
-15
/
+29
2018-05-20
fscrypt: log the crypto algorithm implementations
Eric Biggers
1
-34
/
+68
2018-05-20
fscrypt: add Speck128/256 support
Eric Biggers
2
-0
/
+6
2018-05-20
fscrypt: only derive the needed portion of the key
Eric Biggers
1
-23
/
+16
2018-05-20
fscrypt: separate key lookup from key derivation
Eric Biggers
1
-48
/
+74
2018-05-20
fscrypt: use a common logging function
Eric Biggers
5
-21
/
+57
2018-05-20
fscrypt: remove internal key size constants
Eric Biggers
2
-20
/
+7
2018-05-20
fscrypt: remove unnecessary check for non-logon key type
Eric Biggers
1
-6
/
+0
2018-05-20
fscrypt: make fscrypt_operations.max_namelen an integer
Eric Biggers
1
-1
/
+1
2018-05-20
fscrypt: drop empty name check from fname_decrypt()
Eric Biggers
1
-3
/
+0
2018-05-20
fscrypt: drop max_namelen check from fname_decrypt()
Eric Biggers
1
-5
/
+2
2018-05-20
fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
Eric Biggers
1
-1
/
+1
2018-05-20
fscrypt: don't clear flags on crypto transform
Eric Biggers
1
-1
/
+0
2018-05-20
fscrypt: remove stale comment from fscrypt_d_revalidate()
Eric Biggers
1
-1
/
+0
2018-05-20
fscrypt: remove error messages for skcipher_request_alloc() failure
Eric Biggers
2
-13
/
+3
2018-05-20
fscrypt: remove unnecessary NULL check when allocating skcipher
Eric Biggers
1
-2
/
+2
2018-05-20
fscrypt: clean up after fscrypt_prepare_lookup() conversions
Eric Biggers
2
-1
/
+1
2018-05-20
fscrypt: use unbound workqueue for decryption
Eric Biggers
1
-1
/
+10
2018-05-02
fscrypt: allow synchronous bio decryption
Eric Biggers
3
-15
/
+29
2018-02-01
fscrypt: fix build with pre-4.6 gcc versions
Eric Biggers
1
-1
/
+1
2018-01-11
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
Eric Biggers
1
-13
/
+3
2018-01-11
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
3
-21
/
+23
2018-01-11
fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
Eric Biggers
1
-15
/
+14
2018-01-11
fscrypt: calculate NUL-padding length in one place only
Eric Biggers
3
-35
/
+29
2018-01-11
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
1
-0
/
+9
2018-01-11
fscrypt: remove fscrypt_fname_usr_to_disk()
Eric Biggers
1
-29
/
+0
2018-01-11
fscrypt: new helper function - fscrypt_get_symlink()
Eric Biggers
1
-0
/
+73
2018-01-11
fscrypt: new helper functions for ->symlink()
Eric Biggers
3
-3
/
+99
2018-01-11
fscrypt: trim down fscrypt.h includes
Eric Biggers
3
-0
/
+3
2018-01-11
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
Eric Biggers
1
-0
/
+11
2018-01-11
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
1
-0
/
+14
2018-01-11
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
1
-0
/
+1
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-14
/
+123
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-82
/
+13
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
5
-0
/
+5
2017-11-03
fscrypt: move to generic async completion
Gilad Ben-Yossef
4
-82
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-31
fscrypt: lock mutex before checking for bounce page pool
Eric Biggers
1
-5
/
+2
[prev]
[next]