1. 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 6 months ago
  2. 36f9967 9p/xen: increase XEN_9PFS_RING_ORDER by Stefano Stabellini · 4 years, 7 months ago
  3. 388f696 9pnet: allow making incomplete read requests by Sergey Alirzaev · 5 years ago
  4. 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  5. 0ce772f 9p: Transport error uninitialized by Lu Shuaibing · 6 years ago
  6. 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
  7. 23bbbf5 Merge tag '9p-for-5.3' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  8. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  9. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  10. 80a316f 9p/xen: Add cleanup path in p9_trans_xen_init by YueHaibing · 6 years ago
  11. d454854 9p/virtio: Add cleanup path in p9_virtio_init by YueHaibing · 6 years ago
  12. bb06c38 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
  13. 3bbe8b1 9p: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  14. 574d356 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
  15. 52ad259 net/9p: include trans_common.h to fix missing prototype warning. by Adeodato Simó · 6 years ago
  16. ed61a13 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  17. 2cbfdf4 iov_iter: Fix 9p virtio breakage by Marc Zyngier · 6 years ago
  18. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  19. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  20. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  21. fb488fc 9p/trans_fd: put worker reqs on destroy by Dominique Martinet · 6 years ago
  22. e4ca13f 9p/trans_fd: abort p9_read_work if req status changed by Dominique Martinet · 6 years ago
  23. 72ea032 9p: potential NULL dereference by Dan Carpenter · 6 years ago
  24. ef5305f 9p: p9dirent_read: check network-provided name length by Dominique Martinet · 6 years ago
  25. 473c7dd 9p/rdma: remove useless check in cm_event_handler by Dominique Martinet · 6 years ago
  26. 2803cf4 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  27. 6d35190 9p: Rename req to rreq in trans_fd by Tomas Bortoli · 6 years ago
  28. 8b894ad 9p/rdma: do not disconnect on down_interruptible EAGAIN by Dominique Martinet · 6 years ago
  29. 728356d 9p: Add refcount to p9_req_t by Tomas Bortoli · 6 years ago
  30. 43cbcbe 9p: rename p9_free_req() function by Tomas Bortoli · 6 years ago
  31. 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
  32. 523adb6 9p: embed fcall in req to round down buffer allocs by Dominique Martinet · 6 years ago
  33. 6348b90 9p: Remove p9_idpool by Matthew Wilcox · 6 years ago
  34. 996d5b4 9p: Use a slab for allocating requests by Matthew Wilcox · 6 years ago
  35. 62e3941 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 6 years ago
  36. 2f9ad0a 9p/xen: fix check for xenbus_read error in front_probe by Dominique Martinet · 6 years ago
  37. 1f7a4c7 Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  38. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  39. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  40. edcd9d9 net/9p/trans_virtio.c: add null terminal for mount tag by piaojun · 6 years ago
  41. 23cba9c 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 6 years ago
  42. c69f297d 9p: fix whitespace issues by Stephen Hemminger · 6 years ago
  43. 10aa145 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
  44. f984579 9p: validate PDU length by Tomas Bortoli · 6 years ago
  45. 9f476d7 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  46. 430ac66 net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
  47. 31934da net/9p/virtio: Fix hard lockup in req_done by jiangyiwen · 6 years ago
  48. c7ebbae net/9p/trans_virtio.c: fix some spell mistakes in comments by piaojun · 6 years ago
  49. d28c756 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 6 years ago
  50. 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
  51. f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
  52. b5303be 9p: Change p9_fid_create calling convention by Matthew Wilcox · 6 years ago
  53. 2d58f63 9p: Fix comment on smp_wmb by Matthew Wilcox · 6 years ago
  54. 7913690 net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
  55. 92aef46 net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
  56. b87d1d2 9p/net/protocol.c: return -ENOMEM when kmalloc() failed by piaojun · 6 years ago
  57. 64ad31f net/9p/client.c: add missing '\n' at the end of p9_debug() by piaojun · 6 years ago
  58. 5a0c6ce net:mod: remove unneeded variable 'ret' in init_p9 by zhong jiang · 6 years ago
  59. 72bc4d3 net/9p: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  60. c290fba net/9p/client.c: put refcount of trans_mod in error case in parse_opts() by piaojun · 6 years ago
  61. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  62. e56ee57 net/9p/trans_xen.c: don't inclide rwlock.h directly by Sebastian Andrzej Siewior · 7 years ago
  63. 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  64. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  65. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  66. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. 7fdf3e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  68. 533d1da IB: Revert "remove redundant INFINIBAND kconfig dependencies" by Arnd Bergmann · 7 years ago
  69. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  71. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  72. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 680a2846 net/9p: fix spelling mistake: "suspsend" -> "suspend" by Colin Ian King · 7 years ago
  74. 4a026da net/9p: correct some comment errors in 9p file system code by Sun Lianwen · 7 years ago
  75. 9533b29 IB: remove redundant INFINIBAND kconfig dependencies by Greg Thelen · 7 years ago
  76. 3a443bd6 net/9p: correct the variable name in v9fs_get_trans_by_name() comment by Sun Lianwen · 7 years ago
  77. 9421c3e net/9p/client.c: fix potential refcnt problem of trans module by Chengguang Xu · 7 years ago
  78. a852224 net/9p: avoid -ERESTARTSYS leak to userspace by Greg Kurz · 7 years ago
  79. 2439f97 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  80. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  81. 26d9983 9p/trans_virtio: discard zero-length reply by Greg Kurz · 7 years ago
  82. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  83. d542296 9p: add missing module license for xen transport by Stephen Hemminger · 7 years ago
  84. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  85. 7594bf3 9p: untangle ->poll() mess by Al Viro · 7 years ago
  86. d18bee4 Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 61b272c 9p: Fix missing commas in mount options by Tuomas Tynkkynen · 7 years ago
  88. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  89. 9523fea net/9p: Switch to wait_event_killable() by Tuomas Tynkkynen · 7 years ago
  90. 670986e net/9p: switch p9_fd_read to kernel_write by Christoph Hellwig · 7 years ago
  91. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  92. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  93. c4fac91 9p: Implement show_options by David Howells · 7 years ago
  94. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  95. 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
  96. aaf0475 xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static by Wei Yongjun · 8 years ago
  97. 14e3995 xen/9pfs: fix return value check in xen_9pfs_front_probe() by Wei Yongjun · 8 years ago
  98. 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
  99. 4a80601 xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND by Arnd Bergmann · 8 years ago
  100. 31d4726 xen/9pfs: initialize len to 0 to detect xenbus_read errors by Stefano Stabellini · 8 years ago