aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen1-3/+7
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen1-16/+7
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-5/+0
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman1-7/+7
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman1-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman1-10/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-2/+2
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman1-67/+18
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen1-1/+4
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen1-0/+1
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