summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_addr.c
AgeCommit message (Expand)Author
2017-10-119p: set page uptodate when required in write_end()Alexander Levin
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Al Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-209p: kerneldoc warning fixesFabian Frederick
2014-10-099p: switch to %p[dD]Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-03-15fs/9p: Add direct IO support in cached modeAneesh 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: [fscache] wait for page write in cached modeAneesh Kumar K.V
2010-10-289p: Add a Direct IO support for non-cached operations.jvrao
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-189p: implement optional loose read cacheEric Van Hensbergen
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-06-30v9fs: do not include linux/version.hPaul Collins
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen