1. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  2. 5b5ed8a 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts() by David S. Miller · 13 years ago
  3. 99517e3 9p: Kill set but not used variable 'ret' in parse_opts() by David S. Miller · 13 years ago
  4. 1b0bcbcf6 net/9p/protocol.c: Fix a memory leak by Pedro Scarapicchia Junior · 13 years ago
  5. 3cd7967 net/9p: Handle get_user_pages_fast return properly by M. Mohan Kumar · 13 years ago
  6. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 13 years ago
  7. bd8c8ad 9p: Fix sparse error by Aneesh Kumar K.V · 13 years ago
  8. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  9. 095d3da 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() by David S. Miller · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 68da9ba [net/9p]: Introduce basic flow-control for VirtIO transport. by Venkateswararao Jujjuri (JV) · 13 years ago
  12. 316ad55 [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). by Venkateswararao Jujjuri (JV) · 13 years ago
  13. a01a984 [net/9p] Set the condition just before waking up. by Venkateswararao Jujjuri (JV) · 13 years ago
  14. 53bda3e [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring by Venkateswararao Jujjuri (JV) · 13 years ago
  15. 472e7f9 net/9p: Fix compile warning by Aneesh Kumar K.V · 13 years ago
  16. eeff66e net/9p: Convert the in the 9p rpc call path to GFP_NOFS by Aneesh Kumar K.V · 13 years ago
  17. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  18. 26a992d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  19. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 13 years ago
  20. f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 13 years ago
  21. ca41bb3 [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case. by Venkateswararao Jujjuri (JV) · 13 years ago
  22. 2c66523 [net/9p] readdir zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  23. 1fc5248 [net/9p] Write side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  24. bb2f8a5 [net/9p] Read side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  25. 6f69c39 [net/9p] Add preferences to transport layer. by Venkateswararao Jujjuri (JV) · 13 years ago
  26. 4038866 [net/9p] Add gup/zero_copy support to VirtIO transport layer. by Venkateswararao Jujjuri (JV) · 13 years ago
  27. 9bb6c10 [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed. by Venkateswararao Jujjuri (JV) · 13 years ago
  28. 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 13 years ago
  29. aa70c58 net/9p: replace p9_poll_task with a work by Tejun Heo · 13 years ago
  30. 61edeee net/9p: use system_wq instead of p9_mux_wq by Tejun Heo · 13 years ago
  31. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  32. 219fd58 net/9p: Use proper data types by M. Mohan Kumar · 13 years ago
  33. 01b0c5c net/9p/protocol.c: Remove duplicated macros. by Thiago Farina · 14 years ago
  34. f6ac55b net/9p: Return error on read with NULL buffer by Sanchit Garg · 14 years ago
  35. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  36. 7b3bb3f net/9p: Return error if we fail to encode protocol data by Aneesh Kumar K.V · 14 years ago
  37. 52f44e0 net/9p: Add waitq to VirtIO transport. by Venkateswararao Jujjuri (JV) · 14 years ago
  38. 419b395 [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe. 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. 8e44a08 net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk(). by jvrao · 14 years ago
  44. 4f7ebe8 net/9p: This patch implements TLERROR/RLERROR on the 9P client. by Arun R Bharadwaj · 14 years ago
  45. 32a875a 9p: client code cleanup by stephen hemminger · 14 years ago
  46. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  47. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  48. a2724f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  49. 0b20406 net/9p: Mount only matching virtio channels by Sven Eckelmann · 14 years ago
  50. 1d6400c net/9p: fix memory handling/allocation in rdma_request() by Davidlohr Bueso · 14 years ago
  51. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  52. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  53. 29af930 net/9p/trans_fd.c: Fix unsigned return type by Julia Lawall · 14 years ago
  54. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  55. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  56. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  57. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  58. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  59. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  60. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  61. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  62. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  63. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  64. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  65. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  66. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  67. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  68. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  69. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  70. 1756ac3 Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  71. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  72. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  73. c56e4ac 9p: VFS switches for 9p2000.L: protocol and client changes by Sripathi Kodi · 14 years ago
  74. dc3f5e6 trans_virtio: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  75. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  76. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  77. 3dc9fef 9p: saving negative to unsigned char by Dan Carpenter · 14 years ago
  78. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  79. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  80. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 14 years ago
  81. 86c8437 net/9p: Add sysfs mount_tag file for virtio 9P device by Aneesh Kumar K.V · 14 years ago
  82. 97ee9b0 net/9p: Use the tag name in the config space for identifying mount point by Aneesh Kumar K.V · 14 years ago
  83. c5a7697 9P2010.L handshake: .L protocol negotiation by Sripathi Kodi · 14 years ago
  84. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  85. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 14 years ago
  86. c1a7c22 net/9p: Handle mount errors correctly. by Aneesh Kumar K.V · 14 years ago
  87. 37c1209d4 net/9p: Remove MAX_9P_CHAN limit by Aneesh Kumar K.V · 14 years ago
  88. f75580c net/9p: Add multi channel support. by Aneesh Kumar K.V · 14 years ago
  89. 8781ff9 9p: fix p9_client_destroy unconditional calling v9fs_put_trans by Eric Van Hensbergen · 14 years ago
  90. fb78610 9p: Fix the kernel crash on a failed mount by Aneesh Kumar K.V · 14 years ago
  91. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 14 years ago
  92. 9d6939d net/9p: fix statsize inside twstat by Eric Van Hensbergen · 14 years ago
  93. 349d3bb8 net/9p: fail when user specifies a transport which we can't find by Eric Van Hensbergen · 14 years ago
  94. 562ada6 net/9p: fix virtio transport to correctly update status on connect by Eric Van Hensbergen · 14 years ago
  95. 6b18662 9p connect fixes by Al Viro · 15 years ago
  96. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  97. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
  98. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  99. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  100. 3a20210 virtio: get rid of redundant VIRTIO_ID_9P definition by Fernando Luis Vazquez Cao · 15 years ago