UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / coda /
2011-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-13 Al Virotake coda-private headers out of include/linux
2011-01-13 Al Viroswitch coda
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: icache RCU free inodes
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: dcache scale subdirs
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-07 Nick Pigginfs: change d_delete semantics
2010-12-09 Jesper Juhlcoda: kill redundant cast in coda_alloc_inode()
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-26 Al Vironew helper: ihold()
2010-10-25 Yoshihisa AbeCoda: replace BKL with mutex
2010-10-25 Yoshihisa AbeCoda: push BKL regions into coda_upcall()
2010-10-25 Yoshihisa AbeCoda: add spin lock to protect accesses to struct coda_...
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-09-19 Jan HarkesCoda: mount hangs because of missed REQ_WRITE rename
2010-08-10 Linus TorvaldsMerge branch 'for-2.6.36' of git://git.kernel.dk/linux...
2010-08-09 Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-08-07 Jens Axboecoda: fixup clash with block layer REQ_* defines
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-24 Linus TorvaldsMerge branch 'bkl/ioctl' of git://git./linux/kernel...
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-17 John Kacurcoda: Clean-up whitespace problems in pioctl.c
2010-05-17 John Kacurcoda: BKL ioctl pushdown
2010-05-17 Arnd Bergmanncoda/psdev: Remove BKL from ioctl function
2010-04-22 Jens Axboecoda: add bdi backing to mount session
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
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>
next