summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: Improve statfs reportingTyler Hicks2012-02-161-6/+3Star
* eCryptfs: Replace miscdev read/write magic numbersTyler Hicks2012-01-251-2/+3
* eCryptfs: Fix payload_len unitialized variable warningTyler Hicks2011-08-091-1/+1
* eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks2011-07-291-22/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-281-5/+8
|\
| * eCryptfs: added support for the encrypted key typeRoberto Sassu2011-06-271-5/+8
* | fs: Merge split stringsJean Delvare2011-07-221-1/+1
|/
* eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-05-271-25/+21Star
* eCryptfs: write lock requested keysRoberto Sassu2011-03-281-6/+20
* eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu2011-03-281-19/+19
* eCryptfs: verify authentication tokens before their useRoberto Sassu2011-03-281-78/+133
* eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu2011-03-281-0/+1
* eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu2011-03-281-1/+0Star
* eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu2011-03-281-0/+1
* ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2011-01-171-10/+10
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-3/+3
* ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-291-0/+9
* ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu2010-10-291-2/+2
* ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu2010-10-291-6/+28
* fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-271-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* eCryptfs: Validate global auth tok keysTyler Hicks2009-09-231-1/+3
* eCryptfs: Filename encryption only supports password auth tokensTyler Hicks2009-09-231-2/+12
* eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks2009-09-231-3/+7
* eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier2009-09-231-7/+4Star
* eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle2009-07-281-0/+7
* eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks2009-07-281-0/+6
* ecryptfs: use kzfree()Johannes Weiner2009-04-011-2/+1Star
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-141-1/+2
* eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow2009-01-071-0/+11
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-071-12/+12
* eCryptfs: Replace %Z with %zMichael Halcrow2009-01-071-9/+9
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-071-64/+570
* eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-201-17/+14Star
* eCryptfs: remove netlink transportTyler Hicks2008-10-161-17/+15Star
* ecryptfs: propagate key errors up at mount timeEric Sandeen2008-07-241-5/+4Star
* eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow2008-04-291-40/+49
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-061-4/+4
* ecryptfs: initialize new auth_tokens before teardownEric Sandeen2007-12-181-1/+1
* Update fs/ to use sg helpersJens Axboe2007-10-221-0/+3
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-25/+30
* eCryptfs: make needlessly global symbols staticMichael Halcrow2007-10-161-21/+22
* eCryptfs: remove unnecessary variable initializationsMichael Halcrow2007-10-161-3/+3
* eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2007-10-161-21/+27
* ecryptfs: printk warning fixesAndrew Morton2007-10-161-8/+8
* eCryptfs: fix Tag 11 writing codeMichael Halcrow2007-10-161-17/+22
* eCryptfs: fix Tag 11 parsing codeMichael Halcrow2007-10-161-49/+27Star
* eCryptfs: fix Tag 3 parsing codeMichael Halcrow2007-10-161-54/+35Star
* eCryptfs: fix Tag 1 parsing codeMichael Halcrow2007-10-161-45/+33Star
* eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow2007-10-161-11/+4Star