| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-03 | 9p: convert to the new mount API | Eric Sandeen | 1 | -39/+91 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-06-11 | 9p: don't bother with always_delete_dentry | Al Viro | 1 | -2/+4 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -2/+2 |
| 2024-10-25 | Revert "fs/9p: simplify iget to remove unnecessary paths" | Dominique Martinet | 1 | -1/+1 |
| 2024-10-25 | Revert " fs/9p: mitigate inode collisions" | Dominique Martinet | 1 | -1/+1 |
| 2024-04-22 | fs/9p: mitigate inode collisions | Eric Van Hensbergen | 1 | -1/+1 |
| 2024-04-11 | fs/9p: drop inodes immediately on non-.L too | Joakim Sindholt | 1 | -0/+1 |
| 2024-04-11 | fs/9p: Revert "fs/9p: fix dups even in uncached mode" | Eric Van Hensbergen | 1 | -0/+16 |
| 2024-01-26 | fs/9p: fix dups even in uncached mode | Eric Van Hensbergen | 1 | -16/+0 |
| 2024-01-26 | fs/9p: simplify iget to remove unnecessary paths | Eric Van Hensbergen | 1 | -1/+1 |
| 2024-01-26 | fs/9p: switch vfsmount to use v9fs_get_new_inode | Eric Van Hensbergen | 1 | -28/+1 |
| 2023-12-24 | netfs: Move pinning-for-writeback from fscache to netfs | David Howells | 1 | -12/+2 |
| 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-04-09 | fs/9p: Rework cache modes and add new options to Documentation | Eric Van Hensbergen | 1 | -2/+2 |
| 2023-03-27 | fs/9p: remove writeback fid and fix per-file modes | Eric Van Hensbergen | 1 | -26/+7 |
| 2023-03-27 | fs/9p: allow disable of xattr support on mount | Eric Van Hensbergen | 1 | -1/+2 |
| 2023-03-27 | fs/9p: Remove unnecessary superblock flags | Eric Van Hensbergen | 1 | -3/+1 |
| 2022-12-02 | 9p/fs: Remove unneeded idr.h #include | Christophe JAILLET | 1 | -1/+0 |
| 2022-07-02 | 9p fid refcount: cleanup p9_fid_put calls | Dominique Martinet | 1 | -1/+1 |
| 2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet | 1 | -3/+3 |
| 2022-01-10 | 9p: Copy local writes to the cache when writing to the server | David Howells | 1 | -0/+3 |
| 2021-11-04 | 9p: fix a bunch of checkpatch warnings | Dominique Martinet | 1 | -2/+5 |
| 2021-11-04 | 9p: set readahead and io size according to maxsize | Dominique Martinet | 1 | -0/+3 |
| 2021-11-03 | 9p: fix file headers | Dominique Martinet | 1 | -4/+0 |
| 2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu | 1 | -0/+1 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 1 | -2/+4 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2019-09-27 | Merge tag '9p-for-5.4' of git://github.com/martinetd/linux | Linus Torvalds | 1 | -2/+2 |
| 2019-09-03 | 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super | Bharath Vedartham | 1 | -2/+2 |
| 2019-08-30 | 9p: Fill min and max timestamps in sb | Deepa Dinamani | 1 | -1/+5 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 1 | -16/+1 |
| 2019-05-01 | 9p: switch to ->free_inode() | Al Viro | 1 | -2/+2 |
| 2019-03-17 | Merge tag '9p-for-5.1' of git://github.com/martinetd/linux | Linus Torvalds | 1 | -2/+2 |
| 2019-03-12 | mm: refactor readahead defines in mm.h | Nikolay Borisov | 1 | -1/+1 |
| 2019-03-03 | 9p: use inode->i_lock to protect i_size_write() under 32-bit | Hou Tao | 1 | -2/+2 |
| 2018-04-05 | fs/9p: don't set SB_NOATIME by default | Yiwen Jiang | 1 | -1/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -3/+3 |
| 2017-07-11 | 9p: Implement show_options | David Howells | 1 | -4/+2 |
| 2017-04-20 | 9p: Convert to separately allocated bdi | Jan Kara | 1 | -3/+12 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
| 2015-06-08 | v9fs: fix error handling in v9fs_session_init() | Tejun Heo | 1 | -6/+2 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -4/+4 |
| 2014-01-10 | 9P: introduction of a new cache=mmap model. | Dominique Martinet | 1 | -3/+5 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-26 | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op | Jeff Layton | 1 | -1/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+2 |
| 2012-03-28 | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-10 | 9p: statfs should not override server f_type | Jim Garlick | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -6/+6 |
| 2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches | 1 | -6/+6 |
| 2012-01-03 | 9p: propagate umode_t | Al Viro | 1 | -1/+1 |
| 2011-09-06 | fs/9p: Don't update file type when updating file attributes | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-04-15 | 9p: revert tsyncfs related changes | Aneesh Kumar K.V | 1 | -24/+9 |
| 2011-04-15 | fs/9p: Use write_inode for data sync on server | Aneesh Kumar K.V | 1 | -0/+47 |
| 2011-03-22 | fs/9p: Add v9fs_dentry2v9ses | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: Add . and .. dentry revalidation flag | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: Initialize root inode number for dotl | Aneesh Kumar K.V | 1 | -1/+1 |
| 2011-03-15 | fs/9p: Add drop_inode 9p callback | Aneesh Kumar K.V | 1 | -0/+15 |
| 2011-03-15 | fs/9p: set default readahead pages in cached mode | Aneesh Kumar K.V | 1 | -0/+2 |
| 2011-03-15 | fs/9p: Add v9fs_inode | Aneesh Kumar K.V | 1 | -4/+0 |
| 2011-03-15 | fs/9p: Implement syncfs call back for 9Pfs | Aneesh Kumar K.V | 1 | -9/+24 |
| 2011-03-15 | fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode | Aneesh Kumar K.V | 1 | -2/+3 |
| 2011-03-15 | [fs/9P] Add posixacl mount option | Venkateswararao Jujjuri (JV) | 1 | -1/+1 |
| 2011-01-12 | switch 9p | Al Viro | 1 | -3/+5 |
| 2010-10-29 | convert v9fs | Al Viro | 1 | -12/+10 |
| 2010-10-28 | 9p: Use V9FS_MAGIC in statfs | M. Mohan Kumar | 1 | -1/+2 |
| 2010-10-28 | fs/9p: Add access = client option to opt in acl evaluation. | Aneesh Kumar K.V | 1 | -2/+2 |
| 2010-10-28 | fs/9p: Implement POSIX ACL permission checking function | Aneesh Kumar K.V | 1 | -1/+8 |
| 2010-09-13 | fs/9p: Fix error handling in v9fs_get_sb | Aneesh Kumar K.V | 1 | -6/+14 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 1 | -2/+2 |
| 2010-08-02 | fs/9p: Prevent parallel rename when doing fid_lookup | Aneesh Kumar K.V | 1 | -0/+1 |
| 2010-08-02 | fs/9p: Add support user. xattr | Aneesh Kumar K.V | 1 | -2/+4 |
| 2010-08-02 | 9p: getattr client implementation for 9P2000.L protocol. | Sripathi Kodi | 1 | -18/+25 |
| 2010-05-21 | 9p: add 9P2000.L statfs operation | Sripathi Kodi | 1 | -1/+38 |
| 2010-05-21 | 9p: VFS switches for 9p2000.L: VFS switches | Sripathi Kodi | 1 | -2/+16 |
| 2010-04-22 | 9p: add bdi backing to mount session | Jens Axboe | 1 | -0/+1 |
| 2010-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -1/+2 |
| 2010-04-05 | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 1 | -1/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-01-26 | fix oops in fs/9p late mount failure | Al Viro | 1 | -1/+2 |
| 2009-09-23 | 9p: Add fscache support to 9p | Abhishek Kulkarni | 1 | -12/+4 |
| 2009-08-17 | 9p: remove unnecessary v9fses->options which duplicates the mount string | Abhishek Kulkarni | 1 | -18/+5 |
| 2009-08-17 | 9p: Remove redundant inode uid/gid assignment | Abhishek Kulkarni | 1 | -5/+0 |
| 2009-08-17 | 9p: Fix possible regressions when ->get_sb fails. | Abhishek Kulkarni | 1 | -4/+7 |
| 2009-08-17 | 9p: Fix v9fs show_options | Abhishek Kulkarni | 1 | -2/+2 |
| 2009-06-17 | 9P doesn't need BKL in ->umount_begin() | Al Viro | 1 | -3/+0 |
| 2009-05-09 | Fix a leak in failure exit in 9p ->get_sb() | Al Viro | 1 | -0/+1 |
| 2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -4/+1 |
| 2009-05-09 | vfs: umount_begin BKL pushdown | Alessio Igor Bogani | 1 | -1/+5 |
| 2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -2/+3 |
| 2008-11-14 | CRED: Wrap task credential accesses in 9P2000 filesystem | David Howells | 1 | -2/+2 |
| 2008-10-17 | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 1 | -1/+5 |
| 2008-05-14 | 9p: fix error path during early mount | Eric Van Hensbergen | 1 | -18/+16 |
| 2008-05-14 | 9p: Documentation updates | Eric Van Hensbergen | 1 | -0/+1 |
| 2008-04-25 | [PATCH] restore sane ->umount_begin() API | Al Viro | 1 | -4/+3 |
| 2007-11-06 | 9p: fix memory leak in v9fs_get_sb | Latchesar Ionkov | 1 | -0/+3 |
| 2007-10-17 | 9p: Make transports dynamic | Eric Van Hensbergen | 1 | -18/+1 |
| 2007-07-14 | 9p: re-enable mount time debug option | Eric Van Hensbergen | 1 | -1/+1 |
| 2007-07-14 | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 1 | -54/+37 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-24 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -9/+12 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -9/+12 |
| 2006-06-09 | VFS: Remove dependency of ->umount_begin() call on MNT_FORCE | Trond Myklebust | 1 | -3/+4 |
| 2006-04-11 | [PATCH] 9p: handle sget() failure | Eric Van Hensbergen | 1 | -3/+10 |
| 2006-03-25 | [PATCH] 9p: fix name consistency problems | Eric Van Hensbergen | 1 | -1/+1 |
| 2006-03-25 | [PATCH] v9fs: update license boilerplate | Eric Van Hensbergen | 1 | -3/+2 |
| 2006-03-08 | [PATCH] v9fs: fix for access to unitialized variables or freed memory | Latchesar Ionkov | 1 | -1/+0 |
| 2006-03-02 | [PATCH] v9fs: fix bug in atomic create open fix | Eric Van Hensbergen | 1 | -2/+5 |
| 2006-03-02 | [PATCH] v9fs: fix atomic create open | Latchesar Ionkov | 1 | -5/+7 |
| 2006-01-10 | [PATCH] 9p: remove superflous MS_NODIRATIME assignment | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-08 | [PATCH] v9fs: handle kthread_create failure, minor bugfixes | Latchesar Ionkov | 1 | -2/+1 |
| 2006-01-08 | [PATCH] v9fs: zero copy implementation | Latchesar Ionkov | 1 | -5/+5 |
| 2006-01-08 | [PATCH] v9fs: new multiplexer implementation | Latchesar Ionkov | 1 | -1/+2 |
| 2005-09-30 | [PATCH] missing ERR_PTR in 9fs | Al Viro | 1 | -1/+1 |
| 2005-09-28 | [PATCH] v9fs: fix races in fid allocation | Latchesar Ionkov | 1 | -13/+8 |
| 2005-09-22 | [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb | Latchesar Ionkov | 1 | -17/+7 |
| 2005-09-09 | [PATCH] v9fs: Support to force umount | Eric Van Hensbergen | 1 | -0/+9 |
| 2005-09-09 | [PATCH] v9fs: VFS superblock operations and glue | Eric Van Hensbergen | 1 | -0/+271 |