1. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  2. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  3. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 10 years ago
  4. 4d555e3 9p: remove unused 'p9_client' struct pointer by Geyslan G. Bem · 11 years ago
  5. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  6. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  7. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  9. 13575ca 9pfs: fix filesystem to wait for stable page writeback by Darrick J. Wong · 11 years ago
  10. 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 11 years ago
  11. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  12. 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 12 years ago
  13. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  14. a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 12 years ago
  15. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  16. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  17. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  18. aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 13 years ago
  19. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  20. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  21. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 13 years ago
  22. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 13 years ago
  23. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 13 years ago
  24. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 13 years ago
  25. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 13 years ago
  26. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 13 years ago
  27. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 13 years ago
  28. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 13 years ago
  29. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  30. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  31. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  32. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  33. b04faaf [fs/9p] Add file_operations for cached mode in dotl protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  34. 8d40fa2 fs/9p: Remove the redundant rsize calculation in v9fs_file_write() by jvrao · 14 years ago
  35. 3834b12 fs/9p: setrlimit fix for 9p write by Harsh Prateek Bora · 14 years ago
  36. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  37. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 14 years ago
  38. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  39. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 14 years ago
  40. f78233d 9p: Skip check for mandatory locks when unlocking by Sachin Prabhu · 14 years ago
  41. fc0f296 9p: Fixes a simple bug enabling writes beyond 2GB. by jvrao · 14 years ago
  42. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  43. 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 14 years ago
  44. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  45. 637d020 9p: Fix the incorrect update of inode size in v9fs_file_write() by Abhishek Kulkarni · 15 years ago
  46. 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago
  47. ea2e799 9p: fix format warning by Eric Van Hensbergen · 16 years ago
  48. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  49. dfb0ec2 9p: adjust 9p vfs write operation by Eric Van Hensbergen · 16 years ago
  50. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  51. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  52. 2e4bef4 9p: fix O_APPEND in legacy mode by Eric Van Hensbergen · 16 years ago
  53. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  54. 14b8869 9p: fix mmap to be read-only by Eric Van Hensbergen · 16 years ago
  55. 50fd801 9p: soften invalidation in loose_mode by Eric Van Hensbergen · 17 years ago
  56. 66abe5f 9PFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  57. 9523a84 9p: cache meta-data when cache=loose by Eric Van Hensbergen · 17 years ago
  58. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  59. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  60. d32b687 9p: make struct v9fs_cached_file_operations static by Adrian Bunk · 17 years ago
  61. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  62. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  63. da977b2 [PATCH] 9p: fix segfault caused by race condition in meta-data operations by Eric Van Hensbergen · 17 years ago
  64. d6f787b [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  65. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  66. 779cbf0 v9fs: do not include linux/version.h by Paul Collins · 18 years ago
  67. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  68. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  69. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 18 years ago
  70. 16cce6d [PATCH] v9fs: add extension field to Tcreate by Latchesar Ionkov · 18 years ago
  71. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 18 years ago
  72. 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 18 years ago
  73. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 18 years ago
  74. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 18 years ago
  75. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  76. 19cba8a [PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9fs_file_write by Latchesar Ionkov · 19 years ago
  77. 0b8dd17 [PATCH] v9fs: fix races in fid allocation by Latchesar Ionkov · 19 years ago
  78. e69e7fe [PATCH] v9fs: VFS file, dentry, and directory operations by Eric Van Hensbergen · 19 years ago