1. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  2. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  3. 15e2721 net/9p: show error message if user 'msize' cannot be satisfied by Christian Schoenebeck · 3 years ago
  4. 019641d net/p9: load default transports by Thomas Weißschuh · 3 years, 2 months ago
  5. 99aa673 9p/xen: autoload when xenbus service is available by Thomas Weißschuh · 3 years, 2 months ago
  6. 1c582c6 9p/trans_fd: split into dedicated module by Thomas Weißschuh · 3 years, 2 months ago
  7. f2745669 9p/trans_virtio: Fix typo in the comment for p9_virtio_create() by zhuxinran · 3 years ago
  8. 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
  9. 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
  10. 4cd82a5 net/9p: autoload transport modules by Thomas Weißschuh · 3 years, 2 months ago
  11. 27eb4c3 9p/net: fix missing error check in p9_check_errors by Dominique Martinet · 3 years, 2 months ago
  12. 9c4d94d net/9p: increase default msize to 128k by Christian Schoenebeck · 3 years, 4 months ago
  13. 9210fc0 net/9p: use macro to define default msize by Christian Schoenebeck · 3 years, 4 months ago
  14. 22bb3b7 net/9p: increase tcp max msize to 1MB by Dominique Martinet · 3 years, 4 months ago
  15. 732b33d 9p/xen: Fix end of loop tests for list_for_each_entry by Harshvardhan Jha · 3 years, 5 months ago
  16. f997ea3 9p/trans_virtio: Remove sysfs file on probe failure by Xie Yongji · 3 years, 7 months ago
  17. 8ab1784 9p/trans_virtio: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  18. 03ff737 net: 9p: Correct function names in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
  19. 54e625e 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc by Xiongfeng Wang · 3 years, 9 months ago
  20. 8bf94a9 net: 9p: Correct function name errstr2errno() in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
  21. d65614a net: 9p: advance iov on empty read by Jisheng Zhang · 3 years, 10 months ago
  22. 864e898 net: remove redundant 'depends on NET' by Masahiro Yamada · 4 years ago
  23. 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
  24. ff5e72e 9p: apply review requests for fid refcounting by Dominique Martinet · 4 years, 2 months ago
  25. 6636b6d 9p: add refcount to p9_fid struct by Jianyong Wu · 4 years, 3 months ago
  26. 154372e fs/9p: fix create-unlink-getattr idiom by Eric Van Hensbergen · 4 years, 3 months ago
  27. 760b3d6 net: 9p: Fix kerneldoc warnings of missing parameters etc by Andrew Lunn · 4 years, 2 months ago
  28. 7ca1db2 net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid by Anant Thazhemadam · 4 years, 3 months ago
  29. 316a1be 9p/xen: Fix format argument warning by Ye Bin · 4 years, 3 months ago
  30. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  31. 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 4 months ago
  32. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  33. 74d6a5d 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work by Wang Hai · 4 years, 7 months ago
  34. 6db6ea7 net/9p: Fix sparse endian warning in trans_fd.c by Alexander Kapshuk · 4 years, 6 months ago
  35. a39c460 net/9p: validate fds in p9_fd_open by Christoph Hellwig · 4 years, 6 months ago
  36. 15e522a net: 9p: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  37. 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 6 months ago
  38. 36f9967 9p/xen: increase XEN_9PFS_RING_ORDER by Stefano Stabellini · 4 years, 7 months ago
  39. 388f696 9pnet: allow making incomplete read requests by Sergey Alirzaev · 5 years ago
  40. 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  41. 0ce772f 9p: Transport error uninitialized by Lu Shuaibing · 6 years ago
  42. 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
  43. 23bbbf5 Merge tag '9p-for-5.3' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  44. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  45. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  46. 80a316f 9p/xen: Add cleanup path in p9_trans_xen_init by YueHaibing · 6 years ago
  47. d454854 9p/virtio: Add cleanup path in p9_virtio_init by YueHaibing · 6 years ago
  48. bb06c38 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
  49. 3bbe8b1 9p: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  50. 574d356 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
  51. 52ad259 net/9p: include trans_common.h to fix missing prototype warning. by Adeodato Simó · 6 years ago
  52. ed61a13 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  53. 2cbfdf4 iov_iter: Fix 9p virtio breakage by Marc Zyngier · 6 years ago
  54. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  55. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  56. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  57. fb488fc 9p/trans_fd: put worker reqs on destroy by Dominique Martinet · 6 years ago
  58. e4ca13f 9p/trans_fd: abort p9_read_work if req status changed by Dominique Martinet · 6 years ago
  59. 72ea032 9p: potential NULL dereference by Dan Carpenter · 6 years ago
  60. ef5305f 9p: p9dirent_read: check network-provided name length by Dominique Martinet · 6 years ago
  61. 473c7dd 9p/rdma: remove useless check in cm_event_handler by Dominique Martinet · 6 years ago
  62. 2803cf4 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  63. 6d35190 9p: Rename req to rreq in trans_fd by Tomas Bortoli · 6 years ago
  64. 8b894ad 9p/rdma: do not disconnect on down_interruptible EAGAIN by Dominique Martinet · 6 years ago
  65. 728356d 9p: Add refcount to p9_req_t by Tomas Bortoli · 6 years ago
  66. 43cbcbe 9p: rename p9_free_req() function by Tomas Bortoli · 6 years ago
  67. 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
  68. 523adb6 9p: embed fcall in req to round down buffer allocs by Dominique Martinet · 6 years ago
  69. 6348b90 9p: Remove p9_idpool by Matthew Wilcox · 6 years ago
  70. 996d5b4 9p: Use a slab for allocating requests by Matthew Wilcox · 6 years ago
  71. 62e3941 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 6 years ago
  72. 2f9ad0a 9p/xen: fix check for xenbus_read error in front_probe by Dominique Martinet · 6 years ago
  73. 1f7a4c7 Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  74. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  75. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  76. edcd9d9 net/9p/trans_virtio.c: add null terminal for mount tag by piaojun · 6 years ago
  77. 23cba9c 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 6 years ago
  78. c69f297d 9p: fix whitespace issues by Stephen Hemminger · 6 years ago
  79. 10aa145 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
  80. f984579 9p: validate PDU length by Tomas Bortoli · 6 years ago
  81. 9f476d7 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  82. 430ac66 net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
  83. 31934da net/9p/virtio: Fix hard lockup in req_done by jiangyiwen · 6 years ago
  84. c7ebbae net/9p/trans_virtio.c: fix some spell mistakes in comments by piaojun · 6 years ago
  85. d28c756 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 6 years ago
  86. 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
  87. f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
  88. b5303be 9p: Change p9_fid_create calling convention by Matthew Wilcox · 6 years ago
  89. 2d58f63 9p: Fix comment on smp_wmb by Matthew Wilcox · 6 years ago
  90. 7913690 net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
  91. 92aef46 net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
  92. b87d1d2 9p/net/protocol.c: return -ENOMEM when kmalloc() failed by piaojun · 6 years ago
  93. 64ad31f net/9p/client.c: add missing '\n' at the end of p9_debug() by piaojun · 6 years ago
  94. 5a0c6ce net:mod: remove unneeded variable 'ret' in init_p9 by zhong jiang · 6 years ago
  95. 72bc4d3 net/9p: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  96. c290fba net/9p/client.c: put refcount of trans_mod in error case in parse_opts() by piaojun · 6 years ago
  97. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  98. e56ee57 net/9p/trans_xen.c: don't inclide rwlock.h directly by Sebastian Andrzej Siewior · 7 years ago
  99. 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  100. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago