aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Clean up duplicate includes in fs/ecryptfs/Gravatar Jesper Juhl 1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+2
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 1-5/+0
2007-10-16eCryptfs: set up and destroy persistent lower fileGravatar Michael Halcrow 1-0/+65
2007-10-16ecryptfs: fix error handlingGravatar Michael Halcrow 1-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-11/+17
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Gravatar Michael Halcrow 1-2/+2
2007-10-16ecryptfs: printk warning fixesGravatar Andrew Morton 1-1/+1
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsGravatar Michael Halcrow 1-8/+36
2007-10-16eCryptfs: add key list structure; search keyringGravatar Michael Halcrow 1-77/+44
2007-08-11eCryptfs: fix error handling in ecryptfs_initGravatar Ryusuke Konishi 1-5/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-2/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-6/+6
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryGravatar Dmitriy Monakhov 1-7/+1
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorGravatar Michael Halcrow 1-1/+1
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Gravatar Michael Halcrow 1-0/+5
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-1/+6
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsGravatar Michael Halcrow 1-2/+16
2007-02-12[PATCH] eCryptfs: Public key; packet managementGravatar Michael Halcrow 1-2/+47
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-6/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsGravatar Josef "Jeff" Sipek 1-2/+3
2006-12-07[PATCH] make ecryptfs_version_str_map[] staticGravatar Adrian Bunk 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-2/+2
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIGravatar Michael Halcrow 1-0/+2
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationGravatar Michael Halcrow 1-11/+2
2006-10-20[PATCH] ecryptfs: use special_file()Gravatar Pekka Enberg 1-4/+1
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigGravatar Michael Halcrow 1-0/+831