aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-5/+0
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow1-0/+65
2007-10-16ecryptfs: fix error handlingMichael Halcrow1-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-11/+17
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow1-2/+2
2007-10-16ecryptfs: printk warning fixesAndrew Morton1-1/+1
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsMichael Halcrow1-8/+36
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-77/+44
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi1-5/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov1-7/+1
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow1-1/+1
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow1-0/+5
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-1/+6
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow1-2/+16
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow1-2/+47
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-6/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek1-2/+3
2006-12-07[PATCH] make ecryptfs_version_str_map[] staticAdrian Bunk1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow1-0/+2
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow1-11/+2
2006-10-20[PATCH] ecryptfs: use special_file()Pekka Enberg1-4/+1
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+831