Age | Commit message (Expand) | Author |
2022-01-16 | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux | Linus Torvalds |
2022-01-11 | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells |
2022-01-11 | 9p: fix enodata when reading growing file | Dominique Martinet |
2022-01-10 | 9p: Copy local writes to the cache when writing to the server | David Howells |
2022-01-10 | 9p: Use fscache indexing rewrite and reenable caching | David Howells |
2022-01-07 | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells |
2021-11-10 | netfs, 9p, afs, ceph: Use folios | David Howells |
2021-11-04 | 9p: fix a bunch of checkpatch warnings | Dominique Martinet |
2021-11-03 | 9p: fix file headers | Dominique Martinet |
2021-11-03 | 9p: Convert to using the netfs helper lib to do reads and caching | David Howells |
2021-10-04 | 9p: Fix a bunch of kerneldoc warnings shown up by W=1 | David Howells |
2019-07-12 | 9p: pass the correct prototype to read_cache_page | Christoph Hellwig |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells |
2017-10-11 | 9p: set page uptodate when required in write_end() | Alexander Levin |
2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-12-10 | 9p: saner ->write_end() on failing copy into non-uptodate page | Al Viro |
2016-11-01 | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig |
2016-05-29 | missed comment updates from ->direct_IO() prototype change | Al Viro |
2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2015-04-18 | Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval |
2015-04-11 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval |
2015-04-11 | 9p: get rid of v9fs_direct_file_read() | Al Viro |
2015-04-11 | 9p: switch p9_client_read() to passing struct iov_iter * | Al Viro |
2015-04-11 | 9p: get rid of v9fs_direct_file_write() | Al Viro |
2015-04-11 | 9p: switch ->writepage() to direct use of p9_client_write() | Al Viro |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig |
2015-03-20 | 9p: kerneldoc warning fixes | Fabian Frederick |
2014-10-09 | 9p: switch to %p[dD] | Al Viro |
2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro |
2014-01-10 | 9P: introduction of a new cache=mmap model. | Dominique Martinet |
2013-05-21 | mm: change invalidatepage prototype to accept length | Lukas Czerner |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches |
2011-03-15 | fs/9p: Add direct IO support in cached mode | Aneesh Kumar K.V |
2011-03-15 | fs/9p: Move writeback fid to v9fs_inode | Aneesh Kumar K.V |
2011-03-15 | fs/9p: Add buffered write support for v9fs. | Aneesh Kumar K.V |
2011-03-15 | fs/9p: [fscache] wait for page write in cached mode | Aneesh Kumar K.V |
2010-10-28 | 9p: Add a Direct IO support for non-cached operations. | jvrao |
2009-09-23 | 9p: Add fscache support to 9p | Abhishek Kulkarni |
2009-07-14 | 9p: Fix incorrect parameters to v9fs_file_readn. | Abhishek Kulkarni |
2008-10-17 | 9p: move readn meta-function from client to fs layer | Eric Van Hensbergen |
2008-05-14 | 9p: Documentation updates | Eric Van Hensbergen |
2007-07-14 | 9p: Reorganization of 9p file system code | Latchesar Ionkov |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap |
2007-02-18 | 9p: implement optional loose read cache | Eric Van Hensbergen |
2006-12-08 | [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek |