aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_file.c
AgeCommit message (Expand)Author
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2012-01-05fs/9p: check schedule_timeout_interruptible return valueJim Garlick
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)
2010-10-289p: Implement TGETLOCKM. Mohan Kumar
2010-10-289p: Implement TLOCKM. Mohan Kumar
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)
2010-10-28fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao
2010-10-28fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora
2010-08-029p: Implement LOPENM. Mohan Kumar
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni
2008-10-229p: fix format warningEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen
2007-10-099PFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk
2007-02-189p: implement optional loose read cacheEric Van Hensbergen
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton