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