1. a2724f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  2. 0b20406 net/9p: Mount only matching virtio channels by Sven Eckelmann · 14 years ago
  3. 1d6400c net/9p: fix memory handling/allocation in rdma_request() by Davidlohr Bueso · 14 years ago
  4. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  5. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  6. 29af930 net/9p/trans_fd.c: Fix unsigned return type by Julia Lawall · 14 years ago
  7. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  8. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  9. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  10. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  11. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  12. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  13. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  14. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  15. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  16. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  17. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  18. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  19. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  20. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  21. 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
  22. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  23. 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
  24. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  25. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  26. c56e4ac 9p: VFS switches for 9p2000.L: protocol and client changes by Sripathi Kodi · 14 years ago
  27. dc3f5e6 trans_virtio: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  28. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  29. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  30. 3dc9fef 9p: saving negative to unsigned char by Dan Carpenter · 14 years ago
  31. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  32. 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
  33. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 14 years ago
  34. 86c8437 net/9p: Add sysfs mount_tag file for virtio 9P device by Aneesh Kumar K.V · 14 years ago
  35. 97ee9b0 net/9p: Use the tag name in the config space for identifying mount point by Aneesh Kumar K.V · 14 years ago
  36. c5a7697 9P2010.L handshake: .L protocol negotiation by Sripathi Kodi · 14 years ago
  37. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  38. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 14 years ago
  39. c1a7c22 net/9p: Handle mount errors correctly. by Aneesh Kumar K.V · 14 years ago
  40. 37c1209d4 net/9p: Remove MAX_9P_CHAN limit by Aneesh Kumar K.V · 14 years ago
  41. f75580c net/9p: Add multi channel support. by Aneesh Kumar K.V · 14 years ago
  42. 8781ff9 9p: fix p9_client_destroy unconditional calling v9fs_put_trans by Eric Van Hensbergen · 14 years ago
  43. fb78610 9p: Fix the kernel crash on a failed mount by Aneesh Kumar K.V · 14 years ago
  44. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 14 years ago
  45. 9d6939d net/9p: fix statsize inside twstat by Eric Van Hensbergen · 14 years ago
  46. 349d3bb8 net/9p: fail when user specifies a transport which we can't find by Eric Van Hensbergen · 14 years ago
  47. 562ada6 net/9p: fix virtio transport to correctly update status on connect by Eric Van Hensbergen · 14 years ago
  48. 6b18662 9p connect fixes by Al Viro · 15 years ago
  49. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  50. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
  51. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  52. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  53. 3a20210 virtio: get rid of redundant VIRTIO_ID_9P definition by Fernando Luis Vazquez Cao · 15 years ago
  54. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  55. 0aad37e net/9p: insulate the client against an invalid error code sent by a 9p server by Abhishek Kulkarni · 15 years ago
  56. 0e15597 9p: minor comment fixes by Abhishek Kulkarni · 15 years ago
  57. eedfe1c 9p: Possible regression in p9_client_stat by Abhishek Kulkarni · 15 years ago
  58. a17d172 9p: default 9p transport module fix by Abhishek Kulkarni · 15 years ago
  59. 15da4b1 net/9p: Fix crash due to bad mount parameters. by Abhishek Kulkarni · 15 years ago
  60. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  61. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  62. 1bab88b net/9p: handle correctly interrupted 9P requests by Latchesar Ionkov · 15 years ago
  63. 742b11a net/9p: return error when p9_client_stat fails by Latchesar Ionkov · 15 years ago
  64. 453ed90 net/9p: set correct stat size when sending Twstat messages by Latchesar Ionkov · 15 years ago
  65. e3db6cb 9p: fix sparse warning: cast adds address space by Hannes Eder · 15 years ago
  66. beeebc9 9p: fix endian issues [attempt 3] by Eric Van Hensbergen · 15 years ago
  67. 24e94de net/9p: fid->fid is used uninitialized by Roel Kluin · 15 years ago
  68. 6364853 9p: disallow RDMA if RDMA CM isn't available by Roland Dreier · 15 years ago
  69. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  70. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  71. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  72. 4ff429e 9p: restrict RDMA usage by Randy Dunlap · 16 years ago
  73. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  74. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  75. b0d5fde net/9p: fix printk format warnings by Randy Dunlap · 16 years ago
  76. 9f3e9bb unsigned fid->fid cannot be negative by Roel Kluin · 16 years ago
  77. 1558c62 9p: rdma: remove duplicated #include by Huang Weiyi · 16 years ago
  78. 45abdf1 p9: Fix leak of waitqueue in request allocation path by Tom Tucker · 16 years ago
  79. 82b189e 9p: Remove unneeded free of fcall for Flush by Tom Tucker · 16 years ago
  80. cac23d6 9p: Make all client spin locks IRQ safe by Tom Tucker · 16 years ago
  81. 517ac45 9p: rdma: Set trans prior to requesting async connection ops by Tom Tucker · 16 years ago
  82. e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
  83. fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
  84. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  85. 7eb923b 9p: add more conservative locking by Eric Van Hensbergen · 16 years ago
  86. f0a0ac2 9p: fix oops in protocol stat parsing error path. by Eric Van Hensbergen · 16 years ago
  87. e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
  88. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  89. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  90. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  91. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  92. ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
  93. 6936bf6 9p: encapsulate version function by Eric Van Hensbergen · 16 years ago
  94. 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
  95. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  96. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  97. 95820a3 9p: drop broken unused error path from p9_conn_create() by Tejun Heo · 16 years ago
  98. 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
  99. 1b0a763 9p: use the rcall structure passed in the request in trans_fd read_work by Eric Van Hensbergen · 16 years ago
  100. 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago