1. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  2. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  3. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 9 years ago
  4. 5816c3d net/9p: remove a comment about pref member which doesn't exist by Ryo Munakata · 10 years ago
  5. 7b4f307 9pnet: p9_client->conn field is unused. Remove it. by Simon Derr · 10 years ago
  6. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 10 years ago
  7. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 10 years ago
  8. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 10 years ago
  9. 2b76db6 Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  10. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  11. 60ff779 9p: client: remove unused code and any reference to "cancelled" function by Andi Shyti · 11 years ago
  12. 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
  13. 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 11 years ago
  14. c4d3096 9p: turn fid->dlist into hlist by Al Viro · 11 years ago
  15. b464255 9p: Modify struct 9p_fid to use a kuid_t not a uid_t by Eric W. Biederman · 11 years ago
  16. 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 11 years ago
  17. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 11 years ago
  18. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 12 years ago
  19. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  20. ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
  21. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  22. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  23. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  24. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  25. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  26. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 13 years ago
  27. 52c14ab net/9p: Remove structure not used in the code by Aneesh Kumar K.V · 13 years ago
  28. e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 13 years ago
  29. 08bb3a5 9p: Small cleanup in <net/9p/9p.h> by Sasha Levin · 13 years ago
  30. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 13 years ago
  31. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 13 years ago
  32. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 13 years ago
  35. f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 13 years ago
  36. 6f69c39 [net/9p] Add preferences to transport layer. by Venkateswararao Jujjuri (JV) · 13 years ago
  37. 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 13 years ago
  38. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  39. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  40. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  41. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  42. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  43. 4f7ebe8 net/9p: This patch implements TLERROR/RLERROR on the 9P client. by Arun R Bharadwaj · 14 years ago
  44. 32a875a 9p: client code cleanup by stephen hemminger · 14 years ago
  45. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  46. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  47. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  48. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  49. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  50. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  51. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  52. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  53. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  54. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  55. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  56. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  57. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  58. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  59. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 14 years ago
  60. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  61. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 14 years ago
  62. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
  63. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  64. 1bab88b net/9p: handle correctly interrupted 9P requests by Latchesar Ionkov · 15 years ago
  65. e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
  66. fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
  67. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  68. e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
  69. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  70. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  71. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  72. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  73. ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
  74. 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
  75. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  76. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  77. 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
  78. 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago
  79. fea511a 9p: move request management to client code by Eric Van Hensbergen · 16 years ago
  80. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  81. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  82. 72029fe 9p: implement proper trans module refcounting and unregistration by Tejun Heo · 16 years ago
  83. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  84. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  85. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 16 years ago
  86. d199d65 9p: add support for sticky bit by Anthony Liguori · 16 years ago
  87. e2735b7 9p: block-based virtio client by Eric Van Hensbergen · 16 years ago
  88. 043aba4 9p: create transport rpc cut-thru by Eric Van Hensbergen · 16 years ago
  89. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  90. 982c37c 9p: remove sysctl by Eric Van Hensbergen · 17 years ago
  91. fb0466c 9p: fix bad kconfig cross-dependency by Eric Van Hensbergen · 17 years ago
  92. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  93. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  94. 092e9d9 [9P]: build fix with !CONFIG_SYSCTL by Ingo Molnar · 17 years ago
  95. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago