summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-11/+4
|\
| * 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-291-1/+0
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-181-2/+0
|\
| * 9p: kerneldoc warning fixesFabian Frederick2015-03-201-2/+0
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-111-11/+10
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-11/+9
* | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-111-9/+15
* | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
|/
* 9p: switch to %p[dD]Al Viro2014-10-091-2/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-3/+2
* 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-101-0/+7
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-7/+6
* fs/9p: Add direct IO support in cached modeAneesh Kumar K.V2011-03-151-2/+3
* fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V2011-03-151-5/+9
* fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V2011-03-151-15/+168
* fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V2011-03-151-0/+2
* 9p: Add a Direct IO support for non-cached operations.jvrao2010-10-281-0/+30
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-1/+87
* 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-141-1/+1
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-4/+1
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-1/+1
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-43/+14
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* 9p: implement optional loose read cacheEric Van Hensbergen2007-02-181-0/+2
* [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* v9fs: do not include linux/version.hPaul Collins2006-06-301-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] v9fs: update license boilerplateEric Van Hensbergen2006-03-251-3/+2
* [PATCH] v9fs: add readpage supportEric Van Hensbergen2006-01-181-0/+109
OpenPOWER on IntegriCloud