1. ea405878 9p/virtio: Add cleanup path in p9_virtio_init by YueHaibing · 5 years ago
  2. e7d8130 net/9p: include trans_common.h to fix missing prototype warning. by Adeodato Simó · 5 years ago
  3. 99af179 9p: p9dirent_read: check network-provided name length by Dominique Martinet · 6 years ago
  4. c01ddaa 9p/rdma: remove useless check in cm_event_handler by Dominique Martinet · 6 years ago
  5. ad93d62 9p/rdma: do not disconnect on down_interruptible EAGAIN by Dominique Martinet · 6 years ago
  6. fea7d0d 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  7. b5d6f47 9p/net: fix memory leak in p9_client_create by zhengbin · 5 years ago
  8. 00f0194 9p/net: put a lower bound on msize by Dominique Martinet · 5 years ago
  9. 0cf4fa7 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 6 years ago
  10. 45b7e1d net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
  11. eb1ca07 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  12. 3ac733e 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
  13. 35c740d net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
  14. c53310d net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
  15. b69ef7c 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 6 years ago
  16. 5c45154 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 6 years ago
  17. 39e0a6b 9p/trans_virtio: discard zero-length reply by Greg Kurz · 6 years ago
  18. 8bd466c net/9p: Switch to wait_event_killable() by Tuomas Tynkkynen · 7 years ago
  19. b2b93bb p9_client_readdir() fix by Al Viro · 7 years ago
  20. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  21. 1b8553c 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc() by Vegard Nossum · 8 years ago
  22. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  23. 7cf20fc net/9p: convert to new CQ API by Christoph Hellwig · 8 years ago
  24. c52cb43 Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 8 years ago
  25. 222e4ad ... and a couple in net/9p by Al Viro · 8 years ago
  26. 474fe9f 9p/trans_virtio: don't bother with p9_tag_lookup() by Al Viro · 9 years ago
  27. 3053600 9p: trans_fd, bail out if recv fcall if missing by Dominique Martinet · 9 years ago
  28. 947867a 9p: trans_fd, read rework to use p9_parse_header by Dominique Martinet · 9 years ago
  29. c7c72c5 net/9p: Add device name details on error by Aneesh Kumar K.V · 9 years ago
  30. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  31. 2f31fa8 net/9p: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  32. 999b8b8 9p: ensure err is initialized to 0 in p9_client_read/write by Vincent Bernat · 9 years ago
  33. d1a343a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  34. ea52bf8 9p/trans_virtio: reset virtio device on remove by Pierre Morel · 9 years ago
  35. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  36. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  37. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  38. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  39. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  40. dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  41. dcdbd7b net/9p: remove (now-)unused helpers by Al Viro · 9 years ago
  42. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 9 years ago
  43. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  44. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  45. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 9 years ago
  46. f569d3e net/9p: add a privport option for RDMA transport. by Dominique Martinet · 9 years ago
  47. b99baa4 net/9p: Initialize opts->privport as it should be. by Dominique Martinet · 9 years ago
  48. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  49. 179a5bc net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show() by Andrey Ryabinin · 9 years ago
  50. 6250a8b 9p: use unsigned integers for nwqid/count by Kirill A. Shutemov · 9 years ago
  51. 9bfc52c 9p: remove unused variable in p9_fd_create() by Fabian Frederick · 10 years ago
  52. 8051a2a 9p/trans_virtio: fix hot-unplug by Michael S. Tsirkin · 9 years ago
  53. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 9 years ago
  54. 7754f53 virtio/9p: verify device has config space by Michael S. Tsirkin · 9 years ago
  55. 64b4cc3 9p/trans_virtio: enable VQs early by Michael S. Tsirkin · 10 years ago
  56. d8282ea 9P: remove unnecessary break after return by Fabian Frederick · 10 years ago
  57. 582076a Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
  58. 8a5daf1 9pnet_rdma: check token type before int conversion by Simon Derr · 10 years ago
  59. 263c582 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. by Simon Derr · 10 years ago
  60. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 10 years ago
  61. 931700d 9pnet_rdma: add cancelled() by Simon Derr · 10 years ago
  62. 3f9d5b8 9pnet_rdma: update request status during send by Simon Derr · 10 years ago
  63. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 10 years ago
  64. 05a782d net: Mark function as static in 9p/client.c by Rashika · 10 years ago
  65. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 10 years ago
  66. b6f52ae 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers by Richard Yao · 10 years ago
  67. fd944bd net: Mark function as static in 9p/client.c by Rashika Kheria · 10 years ago
  68. f94741f net/9p: remove virtio default hack and set appropriate bits instead by Eric Van Hensbergen · 10 years ago
  69. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  70. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  71. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  72. 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
  73. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  74. e0d6cb9 9p: send uevent after adding/removing mount_tag attribute by Michael Marineau · 11 years ago
  75. 60ff779 9p: client: remove unused code and any reference to "cancelled" function by Andi Shyti · 11 years ago
  76. 59ea52d net: trans_rdma: remove unused function by Andi Shyti · 11 years ago
  77. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  78. 110ecd6 9p: fix off by one causing access violations and memory corruption by Sasha Levin · 11 years ago
  79. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  80. 899dd38 Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  81. 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
  82. 1cff330 9P/RDMA: count posted buffers without a pending request by Simon Derr · 11 years ago
  83. 2f52d07 9P/RDMA: Improve error handling in rdma_request by Simon Derr · 11 years ago
  84. b530e25 9P/RDMA: Do not free req->rc in error handling in rdma_request() by Simon Derr · 11 years ago
  85. fd453d0 9P/RDMA: Use a semaphore to protect the RQ by Simon Derr · 11 years ago
  86. 47229ff 9P/RDMA: Protect against duplicate replies by Simon Derr · 11 years ago
  87. 3fcc62f 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB by Simon Derr · 11 years ago
  88. 5387320 9pnet: refactor struct p9_fcall alloc code by Simon Derr · 11 years ago
  89. 17b6fd9 9P/RDMA: rdma_request() needs not allocate req->rc by Simon Derr · 11 years ago
  90. ea071aa 9P: Fix fcall allocation for rdma by Simon Derr · 11 years ago
  91. 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 11 years ago
  92. 1b79821 Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  93. 6390460 net/9p: Handle error in zero copy request correctly for 9p2000.u by Aneesh Kumar K.V · 11 years ago
  94. 42fe648 net/9p: Handle error in zero copy request correctly for 9p2000.u by Aneesh Kumar K.V · 11 years ago
  95. 535bcd3 net/9p: Use virtio transpart as the default transport by Aneesh Kumar K.V · 11 years ago
  96. 095e799 net/9p: Make 9P2000.L the default protocol for 9p file system by Aneesh Kumar K.V · 11 years ago
  97. 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
  98. 0b36f1a 9p/trans_virtio.c: use virtio_add_sgs[] by Rusty Russell · 11 years ago
  99. dc893e1 Revert parts of "hlist: drop the node parameter from iterators" by Arnd Bergmann · 11 years ago
  100. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago