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