summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorLines
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-02-14Introduce path_put()Jan Blunck-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-2/+2
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen-3/+7
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen-16/+7
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow-5/+0
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-2/+2
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman-7/+7
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers-4/+6
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman-1/+1
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman-10/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-2/+2
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman-67/+18
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen-1/+4
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen-0/+1
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+2
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow-5/+0
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow-0/+65
2007-10-16ecryptfs: fix error handlingMichael Halcrow-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow-11/+17
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow-2/+2
2007-10-16ecryptfs: printk warning fixesAndrew Morton-1/+1
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsMichael Halcrow-8/+36
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow-77/+44
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi-5/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-2/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-6/+6
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov-7/+1
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow-1/+1
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow-0/+5
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow-1/+6
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow-2/+16
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow-2/+47
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day-6/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek-2/+3
2006-12-07[PATCH] make ecryptfs_version_str_map[] staticAdrian Bunk-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-2/+2
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow-0/+2
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow-11/+2
2006-10-20[PATCH] ecryptfs: use special_file()Pekka Enberg-4/+1
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow-0/+831