1. 446a04d dlm: fix invalid cluster name warning by David Teigland · 6 years ago
  2. 3b0107c dlm: NULL check before kmem_cache_destroy is not needed by Wen Yang · 6 years ago
  3. 1bcac29 dlm: fix missing idr_destroy for recover_idr by David Teigland · 6 years ago
  4. ed22415 dlm: fix possible call to kfree() for non-initialized pointer by Denis V. Lunev · 6 years ago
  5. 5c2a399 dlm: don't leak kernel pointer to userspace by Tycho Andersen · 6 years ago
  6. afb4717 dlm: fix invalid free by Tycho Andersen · 6 years ago
  7. e7a41b2 dlm: check if workqueues are NULL before flushing/destroying by David Windsor · 5 years ago
  8. ee9268a dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
  9. 30d3dfd dlm: memory leaks on error path in dlm_user_request() by Vasily Averin · 6 years ago
  10. c5fa01a dlm: lost put_lkb on error path in receive_convert() and receive_unlock() by Vasily Averin · 6 years ago
  11. 2947765 dlm: possible memory leak on error path in create_lkb() by Vasily Averin · 6 years ago
  12. 03acbec dlm: fixed memory leaks after failed ls_remove_names allocation by Vasily Averin · 6 years ago
  13. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  14. da3627c dlm: remove O_NONBLOCK flag in sctp_connect_to_sock by Gang He · 6 years ago
  15. f706d83 dlm: make sctp_connect_to_sock() return in specified time by Gang He · 6 years ago
  16. b09c603 dlm: fix a clerical error when set SCTP_NODELAY by Gang He · 6 years ago
  17. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  18. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  19. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  20. c8c7840 dlm: switch to sock_recvmsg() by Al Viro · 7 years ago
  21. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  22. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  23. 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
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 761594b dlm: make config_item_type const by Bhumika Goyal · 7 years ago
  26. 9250e52 dlm: remove dlm_send_rcom_lookup_dump by David Teigland · 7 years ago
  27. 9e1b021 dlm: recheck kthread_should_stop() before schedule() by Guoqing Jiang · 7 years ago
  28. 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  29. 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
  30. 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  31. ccbbea0 DLM: fix overflow dlm_cb_seq by tsutomu.owa@toshiba.co.jp · 7 years ago
  32. 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  33. 294e7e4 DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set by tsutomu.owa@toshiba.co.jp · 7 years ago
  34. 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  35. 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago
  36. e412f92 DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd by tsutomu.owa@toshiba.co.jp · 7 years ago
  37. c553e17 DLM: close othercon at send/receive error by tsutomu.owa@toshiba.co.jp · 7 years ago
  38. 5966121 DLM: retry rcom when dlm_wait_function is timed out. by tsutomu.owa@toshiba.co.jp · 7 years ago
  39. c735582 DLM: fix to use sock_mutex correctly in xxx_accept_from_sock by tsutomu.owa@toshiba.co.jp · 7 years ago
  40. b2a6662 DLM: fix race condition between dlm_send and dlm_recv by tsutomu.owa@toshiba.co.jp · 7 years ago
  41. f0fb83c DLM: fix double list_del() by tsutomu.owa@toshiba.co.jp · 7 years ago
  42. 988419a DLM: fix remove save_cb argument from add_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  43. cc661fc DLM: Fix saving of NULL callbacks by Bob Peterson · 7 years ago
  44. 01da24d DLM: Eliminate CF_WRITE_PENDING flag by Bob Peterson · 7 years ago
  45. 61d9102 DLM: Eliminate CF_CONNECT_PENDING flag by Bob Peterson · 7 years ago
  46. 066dea8 Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  47. 1c24285 dlm: use sock_create_lite inside tcp_accept_from_sock by Guoqing Jiang · 7 years ago
  48. 55acdd9 dlm: avoid double-free on error path in dlm_device_{register,unregister} by Edwin Török · 7 years ago
  49. 417f7c5 dlm: constify kset_uevent_ops structure by Bhumika Goyal · 7 years ago
  50. 3b0e761 dlm: print log message when cluster name is not set by Zhu Lingshan · 7 years ago
  51. 2ab93ae1 dlm: Delete an unnecessary variable initialisation in dlm_ls_start() by Markus Elfring · 7 years ago
  52. d12ad1a dlm: Improve a size determination in two functions by Markus Elfring · 7 years ago
  53. 2f48e06 dlm: Use kcalloc() in two functions by Markus Elfring · 7 years ago
  54. 790854b dlm: Use kmalloc_array() in make_member_array() by Markus Elfring · 7 years ago
  55. 0d37eca dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre() by Markus Elfring · 7 years ago
  56. 102e67d dlm: Improve a size determination in dlm_recover_waiters_pre() by Markus Elfring · 7 years ago
  57. fbb1008 dlm: Use kcalloc() in dlm_scan_waiters() by Markus Elfring · 7 years ago
  58. 2c257e9 dlm: Improve a size determination in table_seq_start() by Markus Elfring · 7 years ago
  59. 41922ce dlm: Add spaces for better code readability by Markus Elfring · 7 years ago
  60. 653996c dlm: Replace six seq_puts() calls by seq_putc() by Markus Elfring · 7 years ago
  61. 8e17437 dlm: Make dismatch error message more clear by Gang He · 7 years ago
  62. 8286d6b dlm: Fix kernel memory disclosure by Vlad Tsyrklevich · 7 years ago
  63. 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
  64. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  65. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  66. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  67. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  68. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  69. 19d37ce Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  70. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  71. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  72. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  73. 26c1ec2 dlm: fix error return code in sctp_accept_from_sock() by Wei Yongjun · 8 years ago
  74. aa9f101 dlm: don't specify WQ_UNBOUND for the ast callback workqueue by Bob Peterson · 8 years ago
  75. d2fee58 dlm: remove lock_sock to avoid scheduling while atomic by Bob Peterson · 8 years ago
  76. 3735b4b dlm: don't save callbacks after accept by Bob Peterson · 8 years ago
  77. 7963b8a dlm: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  78. dbef1c0 dlm: make genl_ops const by Stephen Hemminger · 8 years ago
  79. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  80. 079d37d dlm: fix malfunction of dlm_tool caused by debugfs changes by Eric Ren · 8 years ago
  81. 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 8 years ago
  82. 505ee52 dlm: add log_info config option by Zhilong Liu · 8 years ago
  83. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  84. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 8 years ago
  85. d77bed0 Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  86. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  87. b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 8 years ago
  88. 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 9 years ago
  89. 117aa41 [regression] fix braino in fs/dlm/user.c by Al Viro · 9 years ago
  90. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  91. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  92. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  93. d000f8d Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
  94. a6b1533 dlm: make posix locks interruptible by Eric Ren · 9 years ago
  95. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  96. 9ae0f36 dlm: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  97. 9cbf22b Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
  98. b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  99. b96f465 dlm: fix lvb copy for user locks by David Teigland · 9 years ago
  100. 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago