Age | Commit message (Expand) | Author |
2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-05-04 | 9p: Remove INET dependency | Jason Andryuk |
2023-04-09 | fs/9p: Rework cache modes and add new options to Documentation | Eric Van Hensbergen |
2023-03-27 | fs/9p: remove writeback fid and fix per-file modes | Eric Van Hensbergen |
2023-03-27 | fs/9p: allow disable of xattr support on mount | Eric Van Hensbergen |
2023-03-27 | fs/9p: Remove unnecessary superblock flags | Eric Van Hensbergen |
2022-12-02 | 9p/fs: Remove unneeded idr.h #include | Christophe JAILLET |
2022-07-02 | 9p fid refcount: cleanup p9_fid_put calls | Dominique Martinet |
2022-07-02 | 9p fid refcount: add p9_fid_get/put wrappers | Dominique Martinet |
2022-01-10 | 9p: Copy local writes to the cache when writing to the server | David Howells |
2021-11-04 | 9p: fix a bunch of checkpatch warnings | Dominique Martinet |
2021-11-04 | 9p: set readahead and io size according to maxsize | Dominique Martinet |
2021-11-03 | 9p: fix file headers | Dominique Martinet |
2020-11-19 | 9p: add refcount to p9_fid struct | Jianyong Wu |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2019-09-27 | Merge tag '9p-for-5.4' of git://github.com/martinetd/linux | Linus Torvalds |
2019-09-03 | 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super | Bharath Vedartham |
2019-08-30 | 9p: Fill min and max timestamps in sb | Deepa Dinamani |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner |
2019-05-01 | 9p: switch to ->free_inode() | Al Viro |
2019-03-17 | Merge tag '9p-for-5.1' of git://github.com/martinetd/linux | Linus Torvalds |
2019-03-12 | mm: refactor readahead defines in mm.h | Nikolay Borisov |
2019-03-03 | 9p: use inode->i_lock to protect i_size_write() under 32-bit | Hou Tao |
2018-04-05 | fs/9p: don't set SB_NOATIME by default | Yiwen Jiang |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-07-11 | 9p: Implement show_options | David Howells |
2017-04-20 | 9p: Convert to separately allocated bdi | Jan Kara |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2015-06-08 | v9fs: fix error handling in v9fs_session_init() | Tejun Heo |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2014-01-10 | 9P: introduction of a new cache=mmap model. | Dominique Martinet |
2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman |
2013-02-26 | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op | Jeff Layton |
2012-07-14 | VFS: Pass mount flags to sget() | David Howells |
2012-03-28 | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro |
2012-03-10 | 9p: statfs should not override server f_type | Jim Garlick |
2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds |
2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches |
2012-01-03 | 9p: propagate umode_t | Al Viro |
2011-09-06 | fs/9p: Don't update file type when updating file attributes | Aneesh Kumar K.V |
2011-04-15 | 9p: revert tsyncfs related changes | Aneesh Kumar K.V |
2011-04-15 | fs/9p: Use write_inode for data sync on server | Aneesh Kumar K.V |
2011-03-22 | fs/9p: Add v9fs_dentry2v9ses | Aneesh Kumar K.V |
2011-03-15 | fs/9p: Add . and .. dentry revalidation flag | Aneesh Kumar K.V |
2011-03-15 | fs/9p: Initialize root inode number for dotl | Aneesh Kumar K.V |
2011-03-15 | fs/9p: Add drop_inode 9p callback | Aneesh Kumar K.V |
2011-03-15 | fs/9p: set default readahead pages in cached mode | Aneesh Kumar K.V |