- 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 · 10 years ago
- fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 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 · 12 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 · 14 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
- 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 15 years ago
- f78233d 9p: Skip check for mandatory locks when unlocking by Sachin Prabhu · 15 years ago
- fc0f296 9p: Fixes a simple bug enabling writes beyond 2GB. by jvrao · 15 years ago
- dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 15 years ago
- 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 15 years ago
- 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
- 637d020 9p: Fix the incorrect update of inode size in v9fs_file_write() by Abhishek Kulkarni · 15 years ago
- 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago
- ea2e799 9p: fix format warning by Eric Van Hensbergen · 16 years ago
- 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
- dfb0ec2 9p: adjust 9p vfs write operation by Eric Van Hensbergen · 16 years ago
- fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
- 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
- 2e4bef4 9p: fix O_APPEND in legacy mode by Eric Van Hensbergen · 16 years ago
- ee44399 9p: Documentation updates by Eric Van Hensbergen · 17 years ago
- 14b8869 9p: fix mmap to be read-only by Eric Van Hensbergen · 17 years ago
- 50fd801 9p: soften invalidation in loose_mode by Eric Van Hensbergen · 17 years ago
- 66abe5f 9PFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
- 9523a84 9p: cache meta-data when cache=loose by Eric Van Hensbergen · 17 years ago
- bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
- d32b687 9p: make struct v9fs_cached_file_operations static by Adrian Bunk · 18 years ago
- e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 18 years ago
- fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 18 years ago
- da977b2 [PATCH] 9p: fix segfault caused by race condition in meta-data operations by Eric Van Hensbergen · 18 years ago
- d6f787b [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
- 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
- 779cbf0 v9fs: do not include linux/version.h by Paul Collins · 18 years ago
- 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 19 years ago
- 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
- 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 19 years ago
- 16cce6d [PATCH] v9fs: add extension field to Tcreate by Latchesar Ionkov · 19 years ago
- 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 19 years ago
- 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 19 years ago
- 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 19 years ago
- 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
- 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
- 19cba8a [PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9fs_file_write by Latchesar Ionkov · 19 years ago
- 0b8dd17 [PATCH] v9fs: fix races in fid allocation by Latchesar Ionkov · 19 years ago
- e69e7fe [PATCH] v9fs: VFS file, dentry, and directory operations by Eric Van Hensbergen · 19 years ago