nfsd: move most of nfsfh.h to fs/nfsd
[safe/jmp/linux-2.6] / fs / 9p / vfs_inode.c
2009-11-02 Martin Stava9p: fix readlink
2009-09-23 Abhishek Kulkarni9p: Add fscache support to 9p
2009-09-23 Abhishek Kulkarni9p: Use the i_size_[read, write]() macros instead of...
2009-08-17 Abhishek Kulkarni9p: Add missing cast for the error return value in...
2009-08-17 Abhishek Kulkarni9p: Fix possible memleak in v9fs_inode_from fid.
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-08-17 Abhishek Kulkarni9p: Fix possible inode leak in v9fs_get_inode.
2009-08-17 Abhishek Kulkarni9p: Check for error in return value of v9fs_fid_add
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-19 Wu Fengguang9p: convert d_iname references to d_name.name
2008-12-19 Duane Griffin9p: Remove potentially bad parameter from function...
2008-11-13 David HowellsCRED: Wrap task credential accesses in 9P2000 filesystem
2008-10-17 Magnus Deininger9p: fix device file handling
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-09-24 Julien Brunel9p: use an IS_ERR test rather than a NULL test
2008-07-03 Eric Van Hensbergen9p: fix O_APPEND in legacy mode
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-07 Anthony Liguori9p: add support for sticky bit
2007-10-23 Latchesar Ionkov9p: v9fs_vfs_rename incorrect clunk order
2007-10-17 Latchesar Ionkov9p: attach-per-user
2007-10-17 Latchesar Ionkov9p: rename uid and gid parameters
2007-10-17 Latchesar Ionkov9p: define session flags
2007-07-14 Eric Van Hensbergen9p: cache meta-data when cache=loose
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-04-24 Latchesar Ionkovv9fs: don't use primary fid when removing file
2007-02-18 Eric Van Hensbergen9p: implement optional loose read cache
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-09 Adrian Bunk[PATCH] v9fs_vfs_mkdir(): fix a double free
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix segfault caused by race condition in...
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix rename return code
2006-12-07 Mika Kukkonen[PATCH] Function v9fs_get_idpool returns int, not u32...
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-07-31 Eric Van Hensbergen[PATCH] 9p: fix fid behavior on failed remove
2006-06-28 Latchesar Ionkov[PATCH] v9fs: fix fid check in v9fs_create
2006-06-25 Eric Sesterhenn[PATCH] Remove needless checks in fs/9p/vfs_inode.c
2006-06-25 Florin Malita[PATCH] 9pfs: missing result check in v9fs_vfs_readlink...
2006-05-15 Latchesar Ionkov[PATCH] v9fs: signal handling fixes
2006-03-25 Eric Van Hensbergen[PATCH] v9fs: update license boilerplate
2006-03-25 Eugene Teo[PATCH] v9fs: fix vfs_inode dereference before NULL...
2006-03-25 Latchesar Ionkov[PATCH] v9fs: add extension field to Tcreate
2006-03-25 Latchesar Ionkov[PATCH] v9fs: print 9p messages
2006-03-22 Latchesar Ionkov[PATCH] v9fs: assign dentry ops to negative dentries
2006-03-08 Latchesar Ionkov[PATCH] v9fs: fix for access to unitialized variables...
2006-03-02 Latchesar Ionkov[PATCH] v9fs: fix atomic create open
2006-02-03 Latchesar Ionkov[PATCH] v9fs: symlink support fixes
2006-01-19 Eric Van Hensbergen[PATCH] v9fs: add readpage support
2006-01-09 Adrian Bunkspelling: s/retreive/retrieve/
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: fix fid management in v9fs_create
2006-01-09 Latchesar Ionkov[PATCH] v9fs: new multiplexer implementation
2005-11-28 Latchesar Ionkov[PATCH] v9fs: fix memory leak in v9fs dentry code
2005-11-07 Davi Arnaut[PATCH] V9FS: 'names_cache' memory leak
2005-09-28 Latchesar Ionkov[PATCH] v9fs: fix races in fid allocation
2005-09-23 Latchesar Ionkov[PATCH] v9fs: replace strlen on newly allocated by...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: readlink extended mode check
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Fix support for special files (devices...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Clean-up vfs_inode and setattr functions
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS inode operations