aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks1-1/+2
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-12/+12
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-9/+9
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow1-64/+570
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow1-17/+14
2008-10-16eCryptfs: remove netlink transportTyler Hicks1-17/+15
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen1-5/+4
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow1-40/+49
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland1-4/+4
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen1-1/+1
2007-10-22Update fs/ to use sg helpersJens Axboe1-0/+3
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-25/+30
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow1-21/+22
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow1-3/+3
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow1-21/+27
2007-10-16ecryptfs: printk warning fixesAndrew Morton1-8/+8
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow1-17/+22
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow1-49/+27
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow1-54/+35
2007-10-16eCryptfs: fix Tag 1 parsing codeMichael Halcrow1-45/+33
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow1-11/+4
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-278/+465
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow1-8/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-18/+14
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow1-72/+712
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow1-34/+67
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow1-11/+8
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+1061