Clean ecryptfs ->get_sb() up
[safe/jmp/linux-2.6] / fs / ecryptfs / main.c
2010-05-21 Al ViroClean ecryptfs ->get_sb() up
2010-05-21 Al Virofix a couple of ecryptfs leaks
2010-04-22 Jens Axboeecryptfs: add bdi backing to mount session
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-20 Erez Zadokecryptfs: fix interpose/interpolate typos in comments
2009-12-17 Erez Zadokfsstack/ecryptfs: remove unused get_nlinks param to...
2009-12-16 Al ViroUntangling ima mess, part 2: deal with counters
2009-10-08 Mimi Zoharima: ecryptfs fix imbalance message
2009-09-23 Tyler HickseCryptfs: Check for O_RDONLY lower inodes when opening...
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-22 Tyler HickseCryptfs: Remove ecryptfs_unlink_sigs warnings
2009-04-22 Tyler HickseCryptfs: Copy lower inode attrs before dentry instanti...
2009-03-14 Tyler HickseCryptfs: don't encrypt file key with filename key
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: mount option
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-10-23 Al Viro[PATCH] assorted path_lookup() -> kern_path() conversions
2008-10-16 Tyler HickseCryptfs: remove netlink transport
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Michael HalcroweCryptfs: Make all persistent file opens delayed
2008-07-24 Michael HalcroweCryptfs: do not try to open device files on mknod
2008-07-24 Miklos Szerediecryptfs: string copy cleanup
2008-07-24 Eric Sandeenecryptfs: propagate key errors up at mount time
2008-07-24 Michael HalcroweCryptfs: Privileged kthread for lower file opens
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-06 Eric Sandeenecryptfs: check for existing key_tfm at mount time
2008-02-06 Eric Sandeenecryptfs: remove debug as mount option, and warn if...
2008-02-06 Michael HalcroweCryptfs: track header bytes rather than extents
2008-02-06 Adrian Bunkfs/ecryptfs/: possible cleanups
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-Hartmankobject: convert ecryptfs to use kobject_create
2008-01-25 Greg Kroah-Hartmanecryptfs: remove version_str file from sysfs
2008-01-25 Kay SieversDriver Core: switch all dynamic ksets to kobj_sysfs_ops
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankset: convert ecryptfs to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-25 Greg Kroah-Hartmanecryptfs: clean up attribute mess
2007-12-23 Eric Sandeenecryptfs: redo dget,mntget on dentry_open failure
2007-12-18 Eric Sandeenecryptfs: set s_blocksize from lower fs in sb
2007-10-17 Jesper JuhlClean up duplicate includes in fs/ecryptfs/
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: set up and destroy persistent lower file
2007-10-16 Michael Halcrowecryptfs: fix error handling
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16 Andrew Mortonecryptfs: printk warning fixes
2007-10-16 Michael HalcroweCryptfs: kmem_cache objects for multiple keys; init...
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-08-11 Ryusuke KonishieCryptfs: fix error handling in ecryptfs_init
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: lower root result must be adirectory
2007-03-01 Michael Halcrow[PATCH] eCryptfs: no path_release() after path_lookup...
2007-02-16 Michael Halcrow[PATCH] eCryptfs: Reduce stack usage in ecryptfs_genera...
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Generalize metadata read/write
2007-02-12 Michael Halcrow[PATCH] eCryptfs: xattr flags and mount options
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key; packet management
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-08 Josef "Jeff" Sipek[PATCH] eCryptfs: Use fsstack's generic copy inode...
2006-12-07 Adrian Bunk[PATCH] make ecryptfs_version_str_map[] static
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Cipher code to new crypto API
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Clean up crypto initialization
2006-10-20 Pekka Enberg[PATCH] ecryptfs: use special_file()
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig