| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-26 | fs/9p: rework qid2ino logic | Eric Van Hensbergen | 1 | -2/+2 |
| 2023-07-20 | 9p: fix ignored return value in v9fs_dir_release | Dominique Martinet | 1 | -2/+3 |
| 2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+0 |
| 2023-05-04 | 9p: Remove INET dependency | Jason Andryuk | 1 | -1/+0 |
| 2023-03-27 | fs/9p: Consolidate file operations and add readahead and writeback | Eric Van Hensbergen | 1 | -3/+7 |
| 2023-02-24 | fs/9p: fix error reporting in v9fs_dir_release | Eric Van Hensbergen | 1 | -3/+4 |
| 2022-12-23 | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 1 | -1/+0 |
| 2022-12-02 | 9p/fs: Remove unneeded idr.h #include | Christophe JAILLET | 1 | -1/+0 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
| 2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet | 1 | -1/+1 |
| 2022-01-10 | 9p: Use fscache indexing rewrite and reenable caching | David Howells | 1 | -0/+13 |
| 2021-11-03 | 9p: fix file headers | Dominique Martinet | 1 | -2/+0 |
| 2021-11-03 | 9p: fix minor indentation and codestyle | Sohaib Mohamed | 1 | -1/+3 |
| 2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu | 1 | -4/+5 |
| 2020-11-03 | fs/9p: track open fids | Greg Kurz | 1 | -0/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 1 | -16/+1 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-09-08 | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 1 | -5/+3 |
| 2018-08-29 | v9fs_dir_readdir: fix double-free on p9stat_read error | Dominique Martinet | 1 | -11/+0 |
| 2016-05-09 | 9p: switch to ->iterate_shared() | Al Viro | 1 | -2/+2 |
| 2015-04-24 | fs/9p: fix readdir() | Johannes Berg | 1 | -0/+2 |
| 2015-04-11 | 9p: switch p9_client_read() to passing struct iov_iter * | Al Viro | 1 | -4/+11 |
| 2014-10-09 | 9p: switch to %p[dD] | Al Viro | 1 | -2/+2 |
| 2014-06-04 | fs/9p: kerneldoc fixes | Fabian Frederick | 1 | -1/+0 |
| 2013-06-29 | [readdir] convert 9p | Al Viro | 1 | -44/+28 |
| 2013-02-10 | locking in fs/9p ->readdir() | Al Viro | 1 | -69/+23 |
| 2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches | 1 | -7/+6 |
| 2011-10-24 | net/9p: Convert net/9p protocol dumps to tracepoints | Aneesh Kumar K.V | 1 | -7/+5 |
| 2011-10-24 | fs/9p: Update zero-copy implementation in 9p | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: We need not writeback dirty pages during close | Aneesh Kumar K.V | 1 | -1/+0 |
| 2010-10-28 | 9p: Add datasync to client side TFSYNC/RFSYNC for dotl | Venkateswararao Jujjuri (JV) | 1 | -0/+1 |
| 2010-10-28 | 9p: Pass the correct end of buffer to p9dirent_read | Sripathi Kodi | 1 | -1/+2 |
| 2010-09-13 | 9p: Check for NULL fid in v9fs_dir_release() | jvrao | 1 | -2/+4 |
| 2010-08-02 | 9p: readdir implementation for 9p2000.L | Sripathi Kodi | 1 | -16/+118 |
| 2010-07-27 | 9p: Pass the correct end of buffer to p9stat_read | Latchesar Ionkov | 1 | -1/+1 |
| 2010-05-21 | 9p: VFS switches for 9p2000.L: VFS switches | Sripathi Kodi | 1 | -0/+8 |
| 2010-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -0/+2 |
| 2010-04-05 | 9p: return on mutex_lock_interruptible() | Dan Carpenter | 1 | -0/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-13 | fs/9p: re-init the wstat in readdir loop | Aneesh Kumar K.V | 1 | -1/+10 |
| 2010-03-05 | 9P2010.L handshake: Remove "dotu" variable | Sripathi Kodi | 1 | -1/+1 |
| 2009-11-02 | 9p: fix readdir corner cases | Eric Van Hensbergen | 1 | -27/+67 |
| 2009-11-02 | 9p: fix a small bug in readdir for long directories | Martin Stava | 1 | -0/+1 |
| 2008-10-17 | 9p: eliminate depricated conv functions | Eric Van Hensbergen | 1 | -8/+12 |
| 2008-10-17 | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 1 | -2/+2 |
| 2008-10-17 | 9p: move dirread to fs layer | Eric Van Hensbergen | 1 | -16/+38 |
| 2008-08-25 | [PATCH] fix ->llseek() for a bunch of directories | Al Viro | 1 | -0/+1 |
| 2008-05-14 | 9p: Documentation updates | Eric Van Hensbergen | 1 | -1/+1 |
| 2007-07-14 | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 1 | -121/+34 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2006-12-08 | [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -2/+2 |
| 2006-12-04 | [PATCH] severing fs.h, radix-tree.h -> sched.h | Al Viro | 1 | -0/+1 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -1/+1 |
| 2006-03-25 | [PATCH] v9fs: update license boilerplate | Eric Van Hensbergen | 1 | -3/+2 |
| 2006-03-17 | [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache | Eric Van Hensbergen | 1 | -1/+0 |
| 2006-01-08 | [PATCH] v9fs: zero copy implementation | Latchesar Ionkov | 1 | -18/+13 |
| 2006-01-08 | [PATCH] v9fs: new multiplexer implementation | Latchesar Ionkov | 1 | -10/+7 |
| 2006-01-08 | [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) | OGAWA Hirofumi | 1 | -2/+1 |
| 2005-09-28 | [PATCH] v9fs: fix races in fid allocation | Latchesar Ionkov | 1 | -7/+4 |
| 2005-09-09 | [PATCH] v9fs: VFS file, dentry, and directory operations | Eric Van Hensbergen | 1 | -0/+226 |