index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
keystore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-28
ecryptfs: fix a memory leak bug in parse_tag_1_packet()
Wenwen Wang
1
-1
/
+1
2019-07-15
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+5
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-1
/
+1
2019-06-19
ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig
YueHaibing
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-02-17
ecryptfs: re-order a condition for static checkers
Dan Carpenter
1
-2
/
+3
2018-03-29
ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
Colin Ian King
1
-1
/
+1
2017-11-06
ecryptfs: Adjust four checks for null pointers
Markus Elfring
1
-1
/
+1
2017-11-06
ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...
Markus Elfring
1
-7
/
+4
2017-11-06
ecryptfs: Delete 21 error messages for a failed memory allocation
Markus Elfring
1
-27
/
+6
2017-11-05
ecryptfs: add missing \n to end of various error messages
Colin Ian King
1
-1
/
+1
2017-10-12
ecryptfs: fix dereference of NULL user_key_payload
Eric Biggers
1
-1
/
+8
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-03-17
eCryptfs: Use skcipher and shash
Herbert Xu
1
-4
/
+2
2016-01-27
eCryptfs: Use skcipher and shash
Herbert Xu
1
-92
/
+126
2015-02-25
eCryptfs: ensure copy to crypt_stat->cipher does not overrun
Colin Ian King
1
-1
/
+1
2014-10-30
eCryptfs: Remove unnecessary casts when parsing packet lengths
Tyler Hicks
1
-3
/
+3
2014-07-14
ecryptfs: remove unnecessary break after goto
Fabian Frederick
1
-1
/
+0
2014-07-04
ecryptfs: Remove unnecessary include of syscall.h in keystore.c
Steven Rostedt
1
-1
/
+0
2013-10-17
ecryptfs: Fix memory leakage in keystore.c
Geyslan G. Bem
1
-1
/
+2
2013-03-04
eCryptfs: allow userspace messaging to be disabled
Kees Cook
1
-2
/
+2
2013-02-12
eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...
Tim Gardner
1
-2
/
+1
2013-01-17
eCryptfs: initialize payload_len in keystore.c
Simon Que
1
-1
/
+1
2012-02-17
eCryptfs: Improve statfs reporting
Tyler Hicks
1
-6
/
+3
2012-01-26
eCryptfs: Replace miscdev read/write magic numbers
Tyler Hicks
1
-2
/
+3
2011-08-09
eCryptfs: Fix payload_len unitialized variable warning
Tyler Hicks
1
-1
/
+1
2011-07-29
eCryptfs: Unlock keys needed by ecryptfsd
Tyler Hicks
1
-22
/
+25
2011-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-5
/
+8
2011-07-22
fs: Merge split strings
Jean Delvare
1
-1
/
+1
2011-06-27
eCryptfs: added support for the encrypted key type
Roberto Sassu
1
-5
/
+8
2011-05-27
eCryptfs: Allow 2 scatterlist entries for encrypted filenames
Tyler Hicks
1
-25
/
+21
2011-03-28
eCryptfs: write lock requested keys
Roberto Sassu
1
-6
/
+20
2011-03-28
eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
Roberto Sassu
1
-19
/
+19
2011-03-28
eCryptfs: verify authentication tokens before their use
Roberto Sassu
1
-78
/
+133
2011-03-28
eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
Roberto Sassu
1
-0
/
+1
2011-03-28
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
Roberto Sassu
1
-1
/
+0
2011-03-28
eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
Roberto Sassu
1
-0
/
+1
2011-01-17
ecryptfs: Fix ecryptfs_printk() size_t warnings
Tyler Hicks
1
-10
/
+10
2011-01-17
fs/ecryptfs: Add printf format/argument verification and fix fallout
Joe Perches
1
-3
/
+3
2010-10-29
ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter
Roberto Sassu
1
-0
/
+9
2010-10-29
ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()
Roberto Sassu
1
-2
/
+2
2010-10-29
ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()
Roberto Sassu
1
-6
/
+28
2010-08-27
fs/ecryptfs: Return -ENOMEM on memory allocation failure
Julia Lawall
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-23
eCryptfs: Validate global auth tok keys
Tyler Hicks
1
-1
/
+3
2009-09-23
eCryptfs: Filename encryption only supports password auth tokens
Tyler Hicks
1
-2
/
+12
2009-09-23
eCryptfs: Handle unrecognized tag 3 cipher codes
Tyler Hicks
1
-3
/
+7
[next]