1. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
  2. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
  3. 7b4f307 9pnet: p9_client->conn field is unused. Remove it. by Simon Derr · 11 years ago
  4. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 11 years ago
  5. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 11 years ago
  6. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  7. c4d3096 9p: turn fid->dlist into hlist by Al Viro · 12 years ago
  8. b464255 9p: Modify struct 9p_fid to use a kuid_t not a uid_t by Eric W. Biederman · 12 years ago
  9. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 12 years ago
  10. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  11. ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
  12. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  13. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  14. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 13 years ago
  15. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 13 years ago
  16. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 14 years ago
  17. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 14 years ago
  18. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  19. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 14 years ago
  20. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  21. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  22. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  23. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  24. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  25. 32a875a 9p: client code cleanup by stephen hemminger · 14 years ago
  26. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  27. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  28. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  29. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  30. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  31. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  32. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  33. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  34. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  35. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  36. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 15 years ago
  37. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 15 years ago
  38. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 15 years ago
  39. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 15 years ago
  40. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 15 years ago
  41. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 15 years ago
  42. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
  43. 1bab88b net/9p: handle correctly interrupted 9P requests by Latchesar Ionkov · 16 years ago
  44. e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
  45. fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
  46. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  47. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  48. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  49. 06b55b4 9p: move dirread to fs layer 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. 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
  53. 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago
  54. fea511a 9p: move request management to client code by Eric Van Hensbergen · 16 years ago
  55. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  56. ee44399 9p: Documentation updates by Eric Van Hensbergen · 17 years ago
  57. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 17 years ago
  58. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  59. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  60. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago