| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-03-28 | fs/9p: fix the cache always being enabled on files with qid flags | Joakim Sindholt | 1 | -3/+0 |
| 2023-07-20 | fs/9p: fix type mismatch in file cache mode helper | Eric Van Hensbergen | 1 | -2/+2 |
| 2023-07-20 | fs/9p: fix typo in comparison logic for cache mode | Eric Van Hensbergen | 1 | -1/+1 |
| 2023-04-09 | fs/9p: Rework cache modes and add new options to Documentation | Eric Van Hensbergen | 1 | -3/+1 |
| 2023-03-27 | fs/9p: remove writeback fid and fix per-file modes | Eric Van Hensbergen | 1 | -1/+32 |
| 2022-07-02 | 9p fid refcount: cleanup p9_fid_put calls | Dominique Martinet | 1 | -2/+2 |
| 2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet | 1 | -1/+1 |
| 2020-11-19 | 9p: apply review requests for fid refcounting | Dominique Martinet | 1 | -1/+1 |
| 2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu | 1 | -1/+9 |
| 2020-11-03 | fs/9p: track open fids | Greg Kurz | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 1 | -16/+1 |
| 2016-08-03 | 9p: use clone_fid() | Al Viro | 1 | -1/+4 |
| 2016-08-03 | 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" | Al Viro | 1 | -0/+4 |
| 2016-05-29 | 9p: new helper - v9fs_parent_fid() | Al Viro | 1 | -0/+4 |
| 2013-02-28 | 9p: v9fs_fid_add() can't fail now | Al Viro | 1 | -1/+1 |
| 2013-02-28 | v9fs: get rid of v9fs_dentry | Al Viro | 1 | -20/+0 |
| 2013-02-27 | 9p: turn fid->dlist into hlist | Al Viro | 1 | -1/+1 |
| 2013-02-27 | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just... | Al Viro | 1 | -2/+2 |
| 2011-03-15 | fs/9p: Prevent multiple inclusion of same header | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-15 | fs/9p: Add fid to inode in cached mode | Aneesh Kumar K.V | 1 | -0/+1 |
| 2008-05-14 | 9p: Documentation updates | Eric Van Hensbergen | 1 | -0/+15 |
| 2007-08-23 | 9p: remove deprecated v9fs_fid_lookup_remove() | Eric Van Hensbergen | 1 | -1/+0 |
| 2007-07-14 | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 1 | -36/+7 |
| 2007-01-26 | [PATCH] 9p: fix segfault caused by race condition in meta-data operations | Eric Van Hensbergen | 1 | -0/+5 |
| 2006-03-25 | [PATCH] v9fs: update license boilerplate | Eric Van Hensbergen | 1 | -3/+2 |
| 2006-03-02 | [PATCH] v9fs: simplify fid mapping | Eric Van Hensbergen | 1 | -1/+0 |
| 2006-03-02 | [PATCH] v9fs: fix atomic create open | Latchesar Ionkov | 1 | -3/+2 |
| 2005-09-28 | [PATCH] v9fs: fix races in fid allocation | Latchesar Ionkov | 1 | -2/+5 |
| 2005-09-09 | [PATCH] v9fs: debug and support routines | Eric Van Hensbergen | 1 | -0/+57 |