aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-099p: switch to %p[dD]Al Viro1-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2014-06-04fs/9p: kerneldoc fixesFabian Frederick1-2/+2
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-3/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-4/+4
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-3/+3
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+2
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-4/+136
2013-11-239p: remove unused 'p9_client' struct pointerGeyslan G. Bem1-2/+0
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro1-2/+0
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong1-0/+1
2013-02-10fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V1-4/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
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