| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | eCryptfs: Use skcipher and shash | Herbert Xu | 2016-03-17 | 1 | -4/+2 |
* | eCryptfs: Use skcipher and shash | Herbert Xu | 2016-01-27 | 1 | -92/+126 |
* | eCryptfs: ensure copy to crypt_stat->cipher does not overrun | Colin Ian King | 2015-02-25 | 1 | -1/+1 |
* | eCryptfs: Remove unnecessary casts when parsing packet lengths | Tyler Hicks | 2014-10-30 | 1 | -3/+3 |
* | ecryptfs: remove unnecessary break after goto | Fabian Frederick | 2014-07-14 | 1 | -1/+0 |
* | ecryptfs: Remove unnecessary include of syscall.h in keystore.c | Steven Rostedt | 2014-07-03 | 1 | -1/+0 |
* | ecryptfs: Fix memory leakage in keystore.c | Geyslan G. Bem | 2013-10-17 | 1 | -1/+2 |
* | eCryptfs: allow userspace messaging to be disabled | Kees Cook | 2013-03-04 | 1 | -2/+2 |
* | eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ... | Tim Gardner | 2013-02-12 | 1 | -2/+1 |
* | eCryptfs: initialize payload_len in keystore.c | Simon Que | 2013-01-17 | 1 | -1/+1 |
* | eCryptfs: Improve statfs reporting | Tyler Hicks | 2012-02-16 | 1 | -6/+3 |
* | eCryptfs: Replace miscdev read/write magic numbers | Tyler Hicks | 2012-01-25 | 1 | -2/+3 |
* | eCryptfs: Fix payload_len unitialized variable warning | Tyler Hicks | 2011-08-09 | 1 | -1/+1 |
* | eCryptfs: Unlock keys needed by ecryptfsd | Tyler Hicks | 2011-07-29 | 1 | -22/+25 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-07-28 | 1 | -5/+8 |
|\ |
|
| * | eCryptfs: added support for the encrypted key type | Roberto Sassu | 2011-06-27 | 1 | -5/+8 |
* | | fs: Merge split strings | Jean Delvare | 2011-07-22 | 1 | -1/+1 |
|/ |
|
* | eCryptfs: Allow 2 scatterlist entries for encrypted filenames | Tyler Hicks | 2011-05-27 | 1 | -25/+21 |
* | eCryptfs: write lock requested keys | Roberto Sassu | 2011-03-28 | 1 | -6/+20 |
* | eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock | Roberto Sassu | 2011-03-28 | 1 | -19/+19 |
* | eCryptfs: verify authentication tokens before their use | Roberto Sassu | 2011-03-28 | 1 | -78/+133 |
* | eCryptfs: modified size of keysig in the ecryptfs_key_sig structure | Roberto Sassu | 2011-03-28 | 1 | -0/+1 |
* | eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat | Roberto Sassu | 2011-03-28 | 1 | -1/+0 |
* | eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix | Roberto Sassu | 2011-03-28 | 1 | -0/+1 |
* | ecryptfs: Fix ecryptfs_printk() size_t warnings | Tyler Hicks | 2011-01-17 | 1 | -10/+10 |
* | fs/ecryptfs: Add printf format/argument verification and fix fallout | Joe Perches | 2011-01-17 | 1 | -3/+3 |
* | ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter | Roberto Sassu | 2010-10-29 | 1 | -0/+9 |
* | ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig() | Roberto Sassu | 2010-10-29 | 1 | -2/+2 |
* | ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig() | Roberto Sassu | 2010-10-29 | 1 | -6/+28 |
* | fs/ecryptfs: Return -ENOMEM on memory allocation failure | Julia Lawall | 2010-08-27 | 1 | -0/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | eCryptfs: Validate global auth tok keys | Tyler Hicks | 2009-09-23 | 1 | -1/+3 |
* | eCryptfs: Filename encryption only supports password auth tokens | Tyler Hicks | 2009-09-23 | 1 | -2/+12 |
* | eCryptfs: Handle unrecognized tag 3 cipher codes | Tyler Hicks | 2009-09-23 | 1 | -3/+7 |
* | eCryptfs: Fix lockdep-reported AB-BA mutex issue | Roland Dreier | 2009-09-23 | 1 | -7/+4 |
* | eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size | Ramon de Carvalho Valle | 2009-07-28 | 1 | -0/+7 |
* | eCryptfs: Check Tag 11 literal data buffer size | Tyler Hicks | 2009-07-28 | 1 | -0/+6 |
* | ecryptfs: use kzfree() | Johannes Weiner | 2009-04-01 | 1 | -2/+1 |
* | eCryptfs: don't encrypt file key with filename key | Tyler Hicks | 2009-03-14 | 1 | -1/+2 |
* | eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() | Michael Halcrow | 2009-01-07 | 1 | -0/+11 |
* | eCryptfs: Fix data types (int/size_t) | Michael Halcrow | 2009-01-07 | 1 | -12/+12 |
* | eCryptfs: Replace %Z with %z | Michael Halcrow | 2009-01-07 | 1 | -9/+9 |
* | eCryptfs: Filename Encryption: Tag 70 packets | Michael Halcrow | 2009-01-07 | 1 | -64/+570 |
* | eCryptfs: Allocate up to two scatterlists for crypto ops on keys | Michael Halcrow | 2008-11-20 | 1 | -17/+14 |
* | eCryptfs: remove netlink transport | Tyler Hicks | 2008-10-16 | 1 | -17/+15 |
* | ecryptfs: propagate key errors up at mount time | Eric Sandeen | 2008-07-24 | 1 | -5/+4 |
* | eCryptfs: integrate eCryptfs device handle into the module. | Michael Halcrow | 2008-04-29 | 1 | -40/+49 |
* | eCryptfs: change the type of cipher_code from u16 to u8 | Trevor Highland | 2008-02-06 | 1 | -4/+4 |
* | ecryptfs: initialize new auth_tokens before teardown | Eric Sandeen | 2007-12-18 | 1 | -1/+1 |