- 49ad227 Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years ago
- 24e42e3 9p: Use fscache indexing rewrite and reenable caching by David Howells · 4 years, 1 month ago
- a7a427d 9p: Use BUG_ON instead of if condition followed by BUG. by Zhang Mingyu · 3 years, 2 months ago
- 90d6cf3 fs: 9p: remove unneeded variable by Changcheng Deng · 3 years, 2 months ago
- 78525c7 netfs, 9p, afs, ceph: Use folios by David Howells · 3 years, 5 months ago
- 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
- 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
- eb49794 9p: Convert to using the netfs helper lib to do reads and caching by David Howells · 3 years, 2 months ago
- bc86803 9p: Fix a bunch of kerneldoc warnings shown up by W=1 by David Howells · 3 years, 3 months ago
- 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
- 25d23cd 9p: migrate from sync_inode to filemap_fdatawrite_wbc by Josef Bacik · 3 years, 6 months ago
- f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
- f8b139e fs: 9p: fix v9fs_file_open writeback fid error check by Yang Yingliang · 3 years, 9 months ago
- 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
- 960f4f8 fs: 9p: add generic splice_write file operation by Dominique Martinet · 4 years, 1 month ago
- cf03f31 fs: 9p: add generic splice_read file operations by Toke Høiland-Jørgensen · 4 years, 1 month ago
- 5bfe97d 9p: Fix writeback fid incorrectly being attached to dentry by Dominique Martinet · 4 years, 1 month ago
- 987a648 fs/9p: track open fids by Greg Kurz · 4 years, 3 months ago
- 334d431 Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 2 months ago
- f5f7ab1 9P: Cast to loff_t before multiplying by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 52cbee2 9p: read only once on O_NONBLOCK by Sergey Alirzaev · 5 years ago
- c87a37e 9p: avoid attaching writeback_fid on mmap with type PRIVATE by Chengguang Xu · 5 years ago
- 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
- 5e3cc1e 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 6 years ago
- b4dc44b 9p locks: fix glock.client_id leak in do_lock by Dominique Martinet · 6 years ago
- 5e172f7 9p locks: add mount option for lock retry interval by Dinu-Razvan Chis-Serban · 6 years ago
- 426d5a0 9p: fix spelling mistake in fall-through annotation by Gustavo A. R. Silva · 6 years ago
- fe6340e fs/9p/vfs_file.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
- ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
- 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- b403f0e 9p: use file_dentry() by Miklos Szeredi · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- b647874 9p: do not overwrite return code when locking fails by Dominique Martinet · 9 years ago
- 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
- b5ac1fb2 9p: fix return code of read() when count is 0 by Vincent Bernat · 9 years ago
- dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
- 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
- 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 10 years ago
- e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
- 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 10 years ago
- e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
- 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 10 years ago
- c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 10 years ago
- 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
- 5c4086b fs/9p: Initialize status in v9fs_file_do_lock. by Dominique Martinet · 10 years ago
- b642f72 9p: do not crash on unknown lock status code by Kirill A. Shutemov · 10 years ago
- ad80492 9p: fix error handling in v9fs_file_do_lock by Kirill A. Shutemov · 10 years ago
- d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
- 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
- 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 11 years ago
- 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 11 years ago
- 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
- aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
- f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
- fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 11 years ago
- 4d555e3 9p: remove unused 'p9_client' struct pointer by Geyslan G. Bem · 11 years ago
- ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
- 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 13575ca 9pfs: fix filesystem to wait for stable page writeback by Darrick J. Wong · 12 years ago
- 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 12 years ago
- 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
- 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 13 years ago
- 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
- a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 13 years ago
- 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
- f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
- 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
- aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 14 years ago
- 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 14 years ago
- 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 14 years ago
- e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 14 years ago
- fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 14 years ago
- 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 14 years ago
- 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
- 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago
- 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 14 years ago
- 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 14 years ago
- 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 14 years ago
- b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
- 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
- a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
- 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
- b04faaf [fs/9p] Add file_operations for cached mode in dotl protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
- 8d40fa2 fs/9p: Remove the redundant rsize calculation in v9fs_file_write() by jvrao · 14 years ago
- 3834b12 fs/9p: setrlimit fix for 9p write by Harsh Prateek Bora · 14 years ago
- ef56547 9p: Implement LOPEN by M. Mohan Kumar · 15 years ago
- 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 15 years ago
- 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago