drop unused dentry argument to ->fsync
[safe/jmp/linux-2.6] / fs / 9p / vfs_file.c
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-21 Sripathi Kodi9p: VFS switches for 9p2000.L: VFS switches
2010-03-13 Sachin Prabhu9p: Skip check for mandatory locks when unlocking
2010-03-13 jvrao9p: Fixes a simple bug enabling writes beyond 2GB.
2010-03-05 Sripathi Kodi9P2010.L handshake: Add VFS flags
2010-02-08 M. Mohan Kumar9p: Include fsync support for 9p client
2009-09-23 Abhishek Kulkarni9p: Add fscache support to 9p
2009-09-23 Abhishek Kulkarni9p: Fix the incorrect update of inode size in v9fs_file...
2009-09-23 Abhishek Kulkarni9p: Use the i_size_[read, write]() macros instead of...
2008-10-22 Eric Van Hensbergen9p: fix format warning
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-10-17 Eric Van Hensbergen9p: adjust 9p vfs write operation
2008-10-17 Eric Van Hensbergen9p: move readn meta-function from client to fs layer
2008-10-17 Eric Van Hensbergen9p: consolidate read/write functions
2008-07-03 Eric Van Hensbergen9p: fix O_APPEND in legacy mode
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-02-07 Eric Van Hensbergen9p: fix mmap to be read-only
2007-10-17 Eric Van Hensbergen9p: soften invalidation in loose_mode
2007-10-09 Pavel Emelyanov9PFS: clean up explicit check for mandatory locks
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-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-26 Adrian Bunk9p: make struct v9fs_cached_file_operations static
2007-02-18 Eric Van Hensbergen9p: implement optional loose read cache
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix segfault caused by race condition in...
2006-12-08 Josef "Jeff" Sipek[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use...
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-06-30 Paul Collinsv9fs: do not include linux/version.h
2006-05-15 Latchesar Ionkov[PATCH] v9fs: signal handling fixes
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-25 Eric Van Hensbergen[PATCH] v9fs: update license boilerplate
2006-03-25 Latchesar Ionkov[PATCH] v9fs: add extension field to Tcreate
2006-03-02 Latchesar Ionkov[PATCH] v9fs: fix atomic create open
2006-01-19 Eric Van Hensbergen[PATCH] v9fs: add readpage support
2006-01-09 Latchesar Ionkov[PATCH] v9fs: zero copy implementation
2006-01-09 OGAWA Hirofumi[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-10-11 Latchesar Ionkov[PATCH] v9fs: remove additional buffer allocation from...
2005-09-28 Latchesar Ionkov[PATCH] v9fs: fix races in fid allocation
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS file, dentry, and directory operations