1. 22fd4f3 xen/9p: use alloc/free_pages_exact() by Juergen Gross · 3 years ago
  2. 4ce897d 9p/trans_virtio: Remove sysfs file on probe failure by Xie Yongji · 3 years, 10 months ago
  3. 47f2ff1 9p/xen: Fix end of loop tests for list_for_each_entry by Harshvardhan Jha · 3 years, 7 months ago
  4. d39cd0d net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid by Anant Thazhemadam · 4 years, 5 months ago
  5. e48afaf net/9p: validate fds in p9_fd_open by Christoph Hellwig · 4 years, 8 months ago
  6. 019221c 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work by Wang Hai · 4 years, 9 months ago
  7. d1f7217 9p/trans_fd: abort p9_read_work if req status changed by Dominique Martinet · 6 years ago
  8. 4d96a2a 9p/virtio: Add cleanup path in p9_virtio_init by YueHaibing · 6 years ago
  9. 70a6ceb 9p/xen: Add cleanup path in p9_trans_xen_init by YueHaibing · 6 years ago
  10. d4fe45d net/9p: include trans_common.h to fix missing prototype warning. by Adeodato Simó · 6 years ago
  11. 84693d0 9p: p9dirent_read: check network-provided name length by Dominique Martinet · 6 years ago
  12. 9e69c67 9p/rdma: remove useless check in cm_event_handler by Dominique Martinet · 6 years ago
  13. ce32208 9p/rdma: do not disconnect on down_interruptible EAGAIN by Dominique Martinet · 7 years ago
  14. 26b3b1d 9p/xen: fix check for xenbus_read error in front_probe by Dominique Martinet · 7 years ago
  15. fdf0c59 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  16. 1cbd341 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
  17. 1862131 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
  18. 18280c1 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 7 years ago
  19. c284280 net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 7 years ago
  20. 4cd1952 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 7 years ago
  21. 5f04d29 net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 7 years ago
  22. 312479e net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 7 years ago
  23. f92953b 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 7 years ago
  24. 3906710 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 7 years ago
  25. 4d3016e 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 7 years ago
  26. 8a8c958 9p/trans_virtio: discard zero-length reply by Greg Kurz · 7 years ago
  27. b5c87f2 net/9p: Switch to wait_event_killable() by Tuomas Tynkkynen · 7 years ago
  28. d8319b3 9p: Fix missing commas in mount options by Tuomas Tynkkynen · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. 670986e net/9p: switch p9_fd_read to kernel_write by Christoph Hellwig · 8 years ago
  31. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 8 years ago
  32. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  33. c4fac91 9p: Implement show_options by David Howells · 8 years ago
  34. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  35. 9e856e4 Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  36. aaf0475 xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static by Wei Yongjun · 8 years ago
  37. 14e3995 xen/9pfs: fix return value check in xen_9pfs_front_probe() by Wei Yongjun · 8 years ago
  38. a964807 Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  39. 4a80601 xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND by Arnd Bergmann · 8 years ago
  40. 31d4726 xen/9pfs: initialize len to 0 to detect xenbus_read errors by Stefano Stabellini · 8 years ago
  41. 7f25483 xen/9pfs: build 9pfs Xen transport driver by Stefano Stabellini · 8 years ago
  42. f66c72b xen/9pfs: receive responses by Stefano Stabellini · 8 years ago
  43. f023f18 xen/9pfs: send requests to the backend by Stefano Stabellini · 8 years ago
  44. 71ebd71 xen/9pfs: connect to the backend by Stefano Stabellini · 8 years ago
  45. 868eb12 xen/9pfs: introduce Xen 9pfs transport driver by Stefano Stabellini · 8 years ago
  46. 1c512a7 net/9p: switch to copy_from_iter_full() by Al Viro · 8 years ago
  47. 71d6ad0 p9_client_readdir() fix by Al Viro · 8 years ago
  48. 0710f3f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  50. 7880b43 9p: constify ->d_name handling by Al Viro · 8 years ago
  51. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  52. 1b8553c 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc() by Vegard Nossum · 9 years ago
  53. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  54. 7cf20fc net/9p: convert to new CQ API by Christoph Hellwig · 9 years ago
  55. c52cb43 Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  56. 222e4ad ... and a couple in net/9p by Al Viro · 9 years ago
  57. 474fe9f 9p/trans_virtio: don't bother with p9_tag_lookup() by Al Viro · 10 years ago
  58. 3053600 9p: trans_fd, bail out if recv fcall if missing by Dominique Martinet · 9 years ago
  59. 947867a 9p: trans_fd, read rework to use p9_parse_header by Dominique Martinet · 10 years ago
  60. c7c72c5 net/9p: Add device name details on error by Aneesh Kumar K.V · 10 years ago
  61. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  62. 2f31fa8 net/9p: Remove ib_get_dma_mr calls by Jason Gunthorpe · 10 years ago
  63. 999b8b8 9p: ensure err is initialized to 0 in p9_client_read/write by Vincent Bernat · 10 years ago
  64. d1a343a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  65. ea52bf8 9p/trans_virtio: reset virtio device on remove by Pierre Morel · 10 years ago
  66. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 10 years ago
  68. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 10 years ago
  69. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 10 years ago
  70. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 10 years ago
  71. dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
  72. dcdbd7b net/9p: remove (now-)unused helpers by Al Viro · 10 years ago
  73. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 10 years ago
  74. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
  75. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
  76. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 10 years ago
  77. f569d3e net/9p: add a privport option for RDMA transport. by Dominique Martinet · 10 years ago
  78. b99baa4 net/9p: Initialize opts->privport as it should be. by Dominique Martinet · 10 years ago
  79. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. 179a5bc net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show() by Andrey Ryabinin · 10 years ago
  81. 6250a8b 9p: use unsigned integers for nwqid/count by Kirill A. Shutemov · 10 years ago
  82. 9bfc52c 9p: remove unused variable in p9_fd_create() by Fabian Frederick · 10 years ago
  83. 8051a2a 9p/trans_virtio: fix hot-unplug by Michael S. Tsirkin · 10 years ago
  84. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  85. 7754f53 virtio/9p: verify device has config space by Michael S. Tsirkin · 10 years ago
  86. 64b4cc3 9p/trans_virtio: enable VQs early by Michael S. Tsirkin · 10 years ago
  87. d8282ea 9P: remove unnecessary break after return by Fabian Frederick · 11 years ago
  88. 582076a Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  89. 8a5daf1 9pnet_rdma: check token type before int conversion by Simon Derr · 11 years ago
  90. 263c582 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. by Simon Derr · 11 years ago
  91. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 11 years ago
  92. 931700d 9pnet_rdma: add cancelled() by Simon Derr · 11 years ago
  93. 3f9d5b8 9pnet_rdma: update request status during send by Simon Derr · 11 years ago
  94. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
  95. 05a782d net: Mark function as static in 9p/client.c by Rashika · 11 years ago
  96. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 11 years ago
  97. b6f52ae 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers by Richard Yao · 11 years ago
  98. fd944bd net: Mark function as static in 9p/client.c by Rashika Kheria · 11 years ago
  99. f94741f net/9p: remove virtio default hack and set appropriate bits instead by Eric Van Hensbergen · 11 years ago
  100. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago