aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara1-0/+3
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-16/+15
2012-01-05fs/9p: check schedule_timeout_interruptible return valueJim Garlick1-1/+2
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+20
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar1-2/+5
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V1-1/+2
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V1-0/+3
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V1-4/+113
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V1-2/+6
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V1-4/+8
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V1-4/+50
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V1-0/+19
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V1-41/+61
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V1-3/+1
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V1-14/+4
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-2/+2
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+47
2010-10-289p: Implement TLOCKM. Mohan Kumar1-2/+158
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-2/+16
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)1-0/+15
2010-10-28fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao1-8/+2
2010-10-28fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora1-4/+19
2010-08-029p: Implement LOPENM. Mohan Kumar1-4/+9
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar1-6/+7
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+2
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-0/+11
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi1-2/+2
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar1-0/+19
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-2/+8
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni1-7/+8
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.Abhishek Kulkarni1-4/+4
2008-10-229p: fix format warningEric Van Hensbergen1-1/+1
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-1/+1
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen1-7/+29
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-4/+53
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-2/+2
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen1-1/+3
2008-05-149p: Documentation updatesEric Van Hensbergen1-5/+6
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen1-2/+2
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen1-2/+4
2007-10-099PFS: clean up explicit check for mandatory locksPavel Emelyanov1-1/+1
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen1-2/+12
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-121/+39
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk1-1/+3
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+18