1. 4f19d07 fs: dlm: check on existing node address by Alexander Aring · 4 years, 2 months ago
  2. 40c6b83 fs: dlm: constify addr_compare by Alexander Aring · 4 years, 2 months ago
  3. 1a26bfa fs: dlm: fix check for multi-homed hosts by Alexander Aring · 4 years, 2 months ago
  4. d11ccd4 fs: dlm: listen socket out of connection hash by Alexander Aring · 4 years, 2 months ago
  5. 13004e8 fs: dlm: refactor sctp sock parameter by Alexander Aring · 4 years, 2 months ago
  6. 42873c9 fs: dlm: move shutdown action to node creation by Alexander Aring · 4 years, 2 months ago
  7. 0672c3c fs: dlm: move connect callback in node creation by Alexander Aring · 4 years, 2 months ago
  8. 6cde210 fs: dlm: add helper for init connection by Alexander Aring · 4 years, 2 months ago
  9. 19633c7 fs: dlm: handle non blocked connect event by Alexander Aring · 4 years, 2 months ago
  10. 53a5eda fs: dlm: flush othercon at close by Alexander Aring · 4 years, 2 months ago
  11. 692f51c fs: dlm: add get buffer error handling by Alexander Aring · 4 years, 2 months ago
  12. 9f8f9c7 fs: dlm: define max send buffer by Alexander Aring · 4 years, 2 months ago
  13. 5cbec20 fs: dlm: fix proper srcu api call by Alexander Aring · 4 years, 2 months ago
  14. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  15. c024a81 Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 4 years, 3 months ago
  16. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  17. 4f2b30f fs: dlm: fix race in nodeid2con by Alexander Aring · 4 years, 3 months ago
  18. 4798cbb fs: dlm: rework receive handling by Alexander Aring · 4 years, 3 months ago
  19. 4e192ee fs: dlm: disallow buffer size below default by Alexander Aring · 4 years, 3 months ago
  20. e1a0ec3 fs: dlm: handle range check as callback by Alexander Aring · 4 years, 3 months ago
  21. 3f78cd7 fs: dlm: fix mark per nodeid setting by Alexander Aring · 4 years, 3 months ago
  22. 0461e0d fs: dlm: remove lock dependency warning by Alexander Aring · 4 years, 3 months ago
  23. 7ae0451 fs: dlm: use free_con to free connection by Alexander Aring · 4 years, 4 months ago
  24. 948c47e fs: dlm: handle possible othercon writequeues by Alexander Aring · 4 years, 4 months ago
  25. 0de9843 fs: dlm: move free writequeue into con free by Alexander Aring · 4 years, 4 months ago
  26. 3d2825c fs: dlm: fix configfs memory leak by Alexander Aring · 4 years, 4 months ago
  27. 043697f fs: dlm: fix dlm_local_addr memory leak by Alexander Aring · 4 years, 4 months ago
  28. a47666eb fs: dlm: make connection hash lockless by Alexander Aring · 4 years, 4 months ago
  29. aa7ab1e fs: dlm: synchronize dlm before shutdown by Alexander Aring · 4 years, 4 months ago
  30. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  31. 86cfccb Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 4 years, 5 months ago
  32. 055923b fs: dlm: implement tcp graceful shutdown by Alexander Aring · 4 years, 5 months ago
  33. ba3ab3c fs: dlm: change handling of reconnects by Alexander Aring · 4 years, 5 months ago
  34. 0ea47e4 fs: dlm: don't close socket on invalid message by Alexander Aring · 4 years, 5 months ago
  35. 9c9f168 fs: dlm: set skb mark per peer socket by Alexander Aring · 4 years, 6 months ago
  36. a5b7ab6 fs: dlm: set skb mark for listen socket by Alexander Aring · 4 years, 6 months ago
  37. 0ffddaf dlm: Fix kobject memleak by Wang Hai · 4 years, 7 months ago
  38. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  39. e3cea0c Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 4 years, 7 months ago
  40. c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
  41. 40ef92c sctp: add sctp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  42. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  43. 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
  44. ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
  45. 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 7 months ago
  46. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 7 months ago
  47. 0774dc7 dlm: use the tcp version of accept_from_sock for sctp as well by Christoph Hellwig · 4 years, 7 months ago
  48. fe20459 dlm: remove BUG() before panic() by Arnd Bergmann · 4 years, 8 months ago
  49. f084a4f dlm: Switch to using wait_event() by Ross Lagerwall · 4 years, 8 months ago
  50. 90db4f8 fs:dlm:remove unneeded semicolon in rcom.c by Wu Bo · 4 years, 9 months ago
  51. 3c80d37 dlm: user: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  52. a4e439a dlm: dlm_internal: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  53. 5311f70 dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD by Arnd Bergmann · 5 years ago
  54. 964a4ea Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 5 years ago
  55. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  56. a48f972 dlm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  57. b355516 dlm: check if workqueues are NULL before flushing/destroying by David Windsor · 6 years ago
  58. c9c5b5e dlm: Replace default_attrs in dlm_ktype with default_groups by Kimberly Brown · 6 years ago
  59. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  60. 2522fe4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 by Thomas Gleixner · 6 years ago
  61. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  62. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  63. 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
  64. 3595c55 dlm: fix invalid cluster name warning by David Teigland · 6 years ago
  65. 3456880 dlm: NULL check before some freeing functions is not needed by Thomas Meyer · 6 years ago
  66. f31a896 dlm: NULL check before kmem_cache_destroy is not needed by Wen Yang · 6 years ago
  67. 8fc6ed9 dlm: fix missing idr_destroy for recover_idr by David Teigland · 6 years ago
  68. d47b41a dlm: memory leaks on error path in dlm_user_request() by Vasily Averin · 6 years ago
  69. c017472 dlm: lost put_lkb on error path in receive_convert() and receive_unlock() by Vasily Averin · 6 years ago
  70. 23851e9 dlm: possible memory leak on error path in create_lkb() by Vasily Averin · 6 years ago
  71. b982896 dlm: fixed memory leaks after failed ls_remove_names allocation by Vasily Averin · 6 years ago
  72. 58a923a dlm: fix possible call to kfree() for non-initialized pointer by Denis V. Lunev · 6 years ago
  73. 216f0ef dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
  74. 9de30f3 dlm: don't leak kernel pointer to userspace by Tycho Andersen · 6 years ago
  75. 3f0806d dlm: don't allow zero length names by Tycho Andersen · 6 years ago
  76. d968b4e dlm: fix invalid free by Tycho Andersen · 6 years ago
  77. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  78. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  79. da3627c dlm: remove O_NONBLOCK flag in sctp_connect_to_sock by Gang He · 7 years ago
  80. f706d83 dlm: make sctp_connect_to_sock() return in specified time by Gang He · 7 years ago
  81. b09c603 dlm: fix a clerical error when set SCTP_NODELAY by Gang He · 7 years ago
  82. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  83. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  84. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. c8c7840 dlm: switch to sock_recvmsg() by Al Viro · 7 years ago
  86. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  87. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  88. f0b60bf Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 7 years ago
  89. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  90. 761594b dlm: make config_item_type const by Bhumika Goyal · 7 years ago
  91. 9250e52 dlm: remove dlm_send_rcom_lookup_dump by David Teigland · 7 years ago
  92. 9e1b021 dlm: recheck kthread_should_stop() before schedule() by Guoqing Jiang · 7 years ago
  93. 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  94. 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
  95. 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  96. ccbbea0 DLM: fix overflow dlm_cb_seq by tsutomu.owa@toshiba.co.jp · 7 years ago
  97. 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  98. 294e7e4 DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set by tsutomu.owa@toshiba.co.jp · 7 years ago
  99. 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  100. 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago