aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_addr.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-129p: pass the correct prototype to read_cache_pageGravatar Christoph Hellwig 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 1-16/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2017-10-119p: set page uptodate when required in write_end()Gravatar Alexander Levin 1-3/+7
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+4
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageGravatar Al Viro 1-11/+4
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-05-29missed comment updates from ->direct_IO() prototype changeGravatar Al Viro 1-1/+0
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-9/+9
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-119p: get rid of v9fs_direct_file_read()Gravatar Al Viro 1-11/+10
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Gravatar Al Viro 1-11/+9
2015-04-119p: get rid of v9fs_direct_file_write()Gravatar Al Viro 1-9/+15
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Gravatar Al Viro 1-22/+13
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-209p: kerneldoc warning fixesGravatar Fabian Frederick 1-2/+0
2014-10-099p: switch to %p[dD]Gravatar Al Viro 1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-3/+2
2014-01-109P: introduction of a new cache=mmap model.Gravatar Dominique Martinet 1-0/+7
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-2/+3
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGGravatar Joe Perches 1-7/+6
2011-03-15fs/9p: Add direct IO support in cached modeGravatar Aneesh Kumar K.V 1-2/+3
2011-03-15fs/9p: Move writeback fid to v9fs_inodeGravatar Aneesh Kumar K.V 1-5/+9
2011-03-15fs/9p: Add buffered write support for v9fs.Gravatar Aneesh Kumar K.V 1-15/+168
2011-03-15fs/9p: [fscache] wait for page write in cached modeGravatar Aneesh Kumar K.V 1-0/+2
2010-10-289p: Add a Direct IO support for non-cached operations.Gravatar jvrao 1-0/+30
2009-09-239p: Add fscache support to 9pGravatar Abhishek Kulkarni 1-1/+87
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Gravatar Abhishek Kulkarni 1-1/+1
2008-10-179p: move readn meta-function from client to fs layerGravatar Eric Van Hensbergen 1-4/+1
2008-05-149p: Documentation updatesGravatar Eric Van Hensbergen 1-1/+1
2007-07-149p: Reorganization of 9p file system codeGravatar Latchesar Ionkov 1-43/+14
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-189p: implement optional loose read cacheGravatar Eric Van Hensbergen 1-0/+2
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-1/+1
2006-06-30v9fs: do not include linux/version.hGravatar Paul Collins 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateGravatar Eric Van Hensbergen 1-3/+2
2006-01-18[PATCH] v9fs: add readpage supportGravatar Eric Van Hensbergen 1-0/+109