aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsGravatar Al Viro 1-14/+9
2008-10-16eCryptfs: remove netlink transportGravatar Tyler Hicks 1-11/+8
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-2/+2
2008-07-24eCryptfs: Make all persistent file opens delayedGravatar Michael Halcrow 1-16/+0
2008-07-24eCryptfs: do not try to open device files on mknodGravatar Michael Halcrow 1-10/+19
2008-07-24ecryptfs: string copy cleanupGravatar Miklos Szeredi 1-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeGravatar Eric Sandeen 1-2/+2
2008-07-24eCryptfs: Privileged kthread for lower file opensGravatar Michael Halcrow 1-21/+21
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+2
2008-02-06ecryptfs: check for existing key_tfm at mount timeGravatar Eric Sandeen 1-3/+7
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeGravatar Eric Sandeen 1-16/+7
2008-02-06eCryptfs: track header bytes rather than extentsGravatar Michael Halcrow 1-5/+0
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-2/+2
2008-01-24kobject: convert ecryptfs to use kobject_createGravatar Greg Kroah-Hartman 1-7/+7
2008-01-24ecryptfs: remove version_str file from sysfsGravatar Greg Kroah-Hartman 1-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsGravatar Kay Sievers 1-4/+6
2008-01-24kobject: convert main fs kobject to use kobject_createGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kset: convert ecryptfs to use kset_createGravatar Greg Kroah-Hartman 1-10/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-2/+2
2008-01-24ecryptfs: clean up attribute messGravatar Greg Kroah-Hartman 1-67/+18
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureGravatar Eric Sandeen 1-1/+4
2007-12-17ecryptfs: set s_blocksize from lower fs in sbGravatar Eric Sandeen 1-0/+1
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