1. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  2. 0b36f1a 9p/trans_virtio.c: use virtio_add_sgs[] by Rusty Russell · 11 years ago
  3. dc893e1 Revert parts of "hlist: drop the node parameter from iterators" by Arnd Bergmann · 11 years ago
  4. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  5. 19a101a net/9p: convert to idr_alloc() by Tejun Heo · 11 years ago
  6. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  7. 7293bfb net: change type of virtio_chan->p9_max_pages by Zhang Yanfei · 11 years ago
  8. 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 11 years ago
  9. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 11 years ago
  10. 97fc8b1 9p: Add 'u' and 'g' format specifies for kuids and kgids by Eric W. Biederman · 11 years ago
  11. 28c5045 net/9p: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  12. b9cdc88 virtio: 9p: correctly pass physical address to userspace for high pages by Will Deacon · 12 years ago
  13. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  14. 759f429 9P: Fix race between p9_write_work() and p9_fd_request() by Simon Derr · 12 years ago
  15. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  16. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  17. 584a8c1 9P: Fix race in p9_write_work() by Simon Derr · 12 years ago
  18. 1957b3a 9P: fix test at the end of p9_write_work() by Simon Derr · 12 years ago
  19. 0462194 9P: Fix race in p9_read_work() by Simon Derr · 12 years ago
  20. 43def35 net/9p: Check errno validity by Simon Derr · 12 years ago
  21. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  22. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  23. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  24. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  25. d31bb4f 9p: fix min_t() casting in p9pdu_vwritef() by Dan Carpenter · 12 years ago
  26. 5fcb08b 9p: BUG before corrupting memory by Sasha Levin · 12 years ago
  27. f07d901 net/9p: Add __force to cast of __user pointer by Joe Perches · 12 years ago
  28. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  29. 99262a3 Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  30. 991ad9e 9p: disconnect channel when PCI device is removed by Sasha Levin · 12 years ago
  31. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  32. 208f3c2 net/9p: handle flushed Tclunk/Tremove by Jim Garlick · 12 years ago
  33. a314f27 net/9p: don't allow Tflush to be interrupted by Jim Garlick · 12 years ago
  34. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 12 years ago
  35. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  36. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  37. ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
  38. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  39. 5635fd0 9p: move dereference after NULL check by Dan Carpenter · 13 years ago
  40. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  41. b49d8b5 net/9p: Fix kernel crash with msize 512K by Aneesh Kumar K.V · 13 years ago
  42. c9ffb05 net/9p: Fix the msize calculation. by Venkateswararao Jujjuri (JV) · 13 years ago
  43. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  44. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  45. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 13 years ago
  46. 5034990 fs/9p: Fid is not valid after a failed clunk. by Aneesh Kumar K.V · 13 years ago
  47. 7f78167 VirtIO can transfer VIRTQUEUE_NUM of pages. by jvrao · 13 years ago
  48. 114e6f3 Fix the size of receive buffer packing onto VirtIO ring. by jvrao · 13 years ago
  49. e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 13 years ago
  50. b85f7d92 net/9p: fix client code to fail more gracefully on protocol error by Eric Van Hensbergen · 13 years ago
  51. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  52. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  53. e75762f net/9p: enable 9p to work in non-default network namespace by Rob Landley · 13 years ago
  54. fe1cbab net/9p: p9_idpool_get return -1 on error by Aneesh Kumar K.V · 13 years ago
  55. 87211cd 9p: remove experimental tag from tested configurations by Eric Van Hensbergen · 13 years ago
  56. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 13 years ago
  57. 961a5a5 net/9p: Change linuxdoc names to match functions. by Rob Landley · 13 years ago
  58. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  59. 5b5ed8a 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts() by David S. Miller · 13 years ago
  60. 99517e3 9p: Kill set but not used variable 'ret' in parse_opts() by David S. Miller · 13 years ago
  61. 1b0bcbcf6 net/9p/protocol.c: Fix a memory leak by Pedro Scarapicchia Junior · 13 years ago
  62. 3cd7967 net/9p: Handle get_user_pages_fast return properly by M. Mohan Kumar · 13 years ago
  63. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 13 years ago
  64. bd8c8ad 9p: Fix sparse error by Aneesh Kumar K.V · 13 years ago
  65. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  66. 095d3da 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() by David S. Miller · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. 68da9ba [net/9p]: Introduce basic flow-control for VirtIO transport. by Venkateswararao Jujjuri (JV) · 13 years ago
  69. 316ad55 [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). by Venkateswararao Jujjuri (JV) · 13 years ago
  70. a01a984 [net/9p] Set the condition just before waking up. by Venkateswararao Jujjuri (JV) · 13 years ago
  71. 53bda3e [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring by Venkateswararao Jujjuri (JV) · 13 years ago
  72. 472e7f9 net/9p: Fix compile warning by Aneesh Kumar K.V · 13 years ago
  73. eeff66e net/9p: Convert the in the 9p rpc call path to GFP_NOFS by Aneesh Kumar K.V · 13 years ago
  74. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  75. 26a992d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  76. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 13 years ago
  77. f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 13 years ago
  78. ca41bb3 [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case. by Venkateswararao Jujjuri (JV) · 13 years ago
  79. 2c66523 [net/9p] readdir zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  80. 1fc5248 [net/9p] Write side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  81. bb2f8a5 [net/9p] Read side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 13 years ago
  82. 6f69c39 [net/9p] Add preferences to transport layer. by Venkateswararao Jujjuri (JV) · 13 years ago
  83. 4038866 [net/9p] Add gup/zero_copy support to VirtIO transport layer. by Venkateswararao Jujjuri (JV) · 13 years ago
  84. 9bb6c10 [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed. by Venkateswararao Jujjuri (JV) · 13 years ago
  85. 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 13 years ago
  86. aa70c58 net/9p: replace p9_poll_task with a work by Tejun Heo · 13 years ago
  87. 61edeee net/9p: use system_wq instead of p9_mux_wq by Tejun Heo · 13 years ago
  88. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  89. 219fd58 net/9p: Use proper data types by M. Mohan Kumar · 13 years ago
  90. 01b0c5c net/9p/protocol.c: Remove duplicated macros. by Thiago Farina · 14 years ago
  91. f6ac55b net/9p: Return error on read with NULL buffer by Sanchit Garg · 14 years ago
  92. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  93. 7b3bb3f net/9p: Return error if we fail to encode protocol data by Aneesh Kumar K.V · 14 years ago
  94. 52f44e0 net/9p: Add waitq to VirtIO transport. by Venkateswararao Jujjuri (JV) · 14 years ago
  95. 419b395 [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe. by Venkateswararao Jujjuri (JV) · 14 years ago
  96. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  97. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  98. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  99. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  100. 8e44a08 net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk(). by jvrao · 14 years ago