nfsd: move most of nfsfh.h to fs/nfsd
[safe/jmp/linux-2.6] / fs / 9p / vfs_super.c
2009-09-23 Abhishek Kulkarni9p: Add fscache support to 9p
2009-08-17 Abhishek Kulkarni9p: remove unnecessary v9fses->options which duplicates...
2009-08-17 Abhishek Kulkarni9p: Remove redundant inode uid/gid assignment
2009-08-17 Abhishek Kulkarni9p: Fix possible regressions when ->get_sb fails.
2009-08-17 Abhishek Kulkarni9p: Fix v9fs show_options
2009-06-17 Al Viro9P doesn't need BKL in ->umount_begin()
2009-05-09 Al ViroFix a leak in failure exit in 9p ->get_sb()
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2008-11-13 David HowellsCRED: Wrap task credential accesses in 9P2000 filesystem
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-05-15 Eric Van Hensbergen9p: fix error path during early mount
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2007-11-06 Latchesar Ionkov9p: fix memory leak in v9fs_get_sb
2007-10-17 Eric Van Hensbergen9p: Make transports dynamic
2007-07-14 Eric Van Hensbergen9p: re-enable mount time debug option
2007-07-14 Latchesar Ionkov9p: Reorganization of 9p file system code
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustVFS: Remove dependency of ->umount_begin() call on...
2006-04-11 Eric Van Hensbergen[PATCH] 9p: handle sget() failure
2006-03-25 Eric Van Hensbergen[PATCH] 9p: fix name consistency problems
2006-03-25 Eric Van Hensbergen[PATCH] v9fs: update license boilerplate
2006-03-08 Latchesar Ionkov[PATCH] v9fs: fix for access to unitialized variables...
2006-03-02 Eric Van Hensbergen[PATCH] v9fs: fix bug in atomic create open fix
2006-03-02 Latchesar Ionkov[PATCH] v9fs: fix atomic create open
2006-01-10 Christoph Hellwig[PATCH] 9p: remove superflous MS_NODIRATIME assignment
2006-01-09 Latchesar Ionkov[PATCH] v9fs: handle kthread_create failure, minor...
2006-01-09 Latchesar Ionkov[PATCH] v9fs: zero copy implementation
2006-01-09 Latchesar Ionkov[PATCH] v9fs: new multiplexer implementation
2005-09-30 Al Viro[PATCH] missing ERR_PTR in 9fs
2005-09-28 Latchesar Ionkov[PATCH] v9fs: fix races in fid allocation
2005-09-23 Latchesar Ionkov[PATCH] v9fs: don't free root dentry & inode if error...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Support to force umount
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS superblock operations and glue