string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / coda /
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl fs: Remove dead binary sysctl support
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-05-11 Miklos Szeredisplice: implement default splice_read method
2009-03-27 Al Viroconstify dentry_operations: misc filesystems
2009-01-22 Alexey Dobriyanfs/Kconfig: move coda out
2009-01-08 Richard A. Holden IIIcoda: fix fs/coda/sysctl.c build warnings when !CONFIG_...
2009-01-05 Christoph Hellwigadd a vfs_fsync helper
2008-11-19 Randy Dunlapcoda: fix creds reference
2008-11-13 David HowellsCRED: Use creds in file structs
2008-11-13 David HowellsCRED: Wrap task credential accesses in the Coda filesystem
2008-10-27 Alan CoxSwitch to a valid email address...
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-16 Greg Kroah-Hartmandevice create: misc: convert device_create_drvdata...
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Adrian Bunkcoda: remove CODA_FS_OLD_API
2008-07-22 Greg Kroah-Hartmandevice create: coda: convert device_create to device_cr...
2008-04-29 Andrew Mortoncodafs: fix build warning
2008-04-29 Harvey Harrisoncoda: add static to functions in dir.c
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-01-25 Kay Sieverscoda: convert struct class_device to struct device
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-07-22 Jan Harkescoda: remove CODA_STORE/CODA_RELEASE upcalls
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Al Virocoda breakage
2007-07-19 Jan Harkescoda: update module information
2007-07-19 Jan Harkescoda: remove statistics counters from /proc/fs/coda
2007-07-19 Jan Harkescoda: remove struct coda_sb_info
2007-07-19 Jan Harkescoda: cleanup downcall handler
2007-07-19 Jan Harkescoda: cleanup coda_lookup, use dsplice_alias
2007-07-19 Jan Harkescoda: ignore returned values when upcalls return errors
2007-07-19 Jan Harkescoda: replace upc_alloc/upc_free with kmalloc/kfree
2007-07-19 Jan Harkescoda: avoid lockdep warning in coda_readdir
2007-07-19 Jan Harkescoda: block signals during upcall processing
2007-07-19 Jan Harkescoda: cleanup for upcall handling path
2007-07-19 Jan Harkescoda: cleanup /dev/cfs open and close handling
2007-07-19 Jan Harkescoda: use ilookup5
2007-07-19 Jan Harkescoda: coda doesn't track atime
2007-07-19 Jan Harkescoda: allow removal of busy directories
2007-07-19 Jan Harkescoda: fix nlink updates for directories
2007-07-19 Jan Harkescoda: correctly invalidate cached access rights
2007-07-19 Jan Harkescoda: do not grab an uninitialized fd when the open...
2007-07-15 Al Virowrong order of arguments of ->readdir()
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: C99 convert coda ctl_tables and remove...
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-11 Alexey Dobriyan[PATCH] seq_file conversion: coda
2006-12-08 Josef Sipek[PATCH] struct path: convert coda
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: unlink: monitor i_nlink
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-07-31 Josh Triplett[PATCH] Remove incorrect unlock_kernel from allocation...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/devfs-2.6
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the devfs_fs_kernel.h file from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_remove() function from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_cdev() function from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_dir() function from...
2006-06-26 Akinobu Mita[PATCH] use list_add_tail() instead of list_add()
2006-06-23 Miklos Szeredi[PATCH] vfs: add lock owner argument to flush operation
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-24 Eric SesterhennBUG_ON() Conversion in fs/coda/
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-24 Adrian Bunk[PATCH] fs/coda/: proper prototypes
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Eric Dumazet[PATCH] shrink dentry struct
2005-10-28 Greg Kroah-Hartman[PATCH] Driver Core: fix up all callers of class_device...
2005-06-20 gregkh@suse.de[PATCH] class: convert the remaining class_simple users...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2