1. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  2. 079d37d dlm: fix malfunction of dlm_tool caused by debugfs changes by Eric Ren · 8 years ago
  3. 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 8 years ago
  4. 505ee52 dlm: add log_info config option by Zhilong Liu · 8 years ago
  5. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  6. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 8 years ago
  7. 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
  8. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  9. b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 8 years ago
  10. 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 8 years ago
  11. 117aa41 [regression] fix braino in fs/dlm/user.c by Al Viro · 8 years ago
  12. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 8 years ago
  13. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  14. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  15. 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
  16. a6b1533 dlm: make posix locks interruptible by Eric Ren · 9 years ago
  17. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  18. 9ae0f36 dlm: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  19. 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
  20. b3a5bbfd7 dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  21. b96f465 dlm: fix lvb copy for user locks by David Teigland · 9 years ago
  22. 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago
  23. 00dcffa dlm: fix reconnecting but not sending data by Marcelo Ricardo Leitner · 9 years ago
  24. acee4e5 dlm: replace BUG_ON with a less severe handling by Marcelo Ricardo Leitner · 9 years ago
  25. ee44b4b dlm: use sctp 1-to-1 API by Marcelo Ricardo Leitner · 9 years ago
  26. 356344c dlm: fix not reconnecting on connecting error handling by Marcelo Ricardo Leitner · 9 years ago
  27. 0d737a8 dlm: fix race while closing connections by Marcelo Ricardo Leitner · 9 years ago
  28. 28926a0 dlm: fix connection stealing if using SCTP by Marcelo Ricardo Leitner · 9 years ago
  29. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  30. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  31. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  32. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  33. 2ab4bd8 dlm: adopt orphan locks by David Teigland · 10 years ago
  34. f365ef9 dlm: Use seq_puts() instead of seq_printf() for constant strings by Joe Perches · 10 years ago
  35. d6d906b dlm: Remove seq_printf() return checks and use seq_has_overflowed() by Joe Perches · 10 years ago
  36. c07127b dlm: fix missing endian conversion of rcom_status flags by Neale Ferguson · 10 years ago
  37. d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
  38. e0d9bf4 fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  39. 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 10 years ago
  40. c1d4518 fs/dlm/debug_fs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  41. 6edb568 fs/dlm/lockspace.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  42. 4f4c337 fs/dlm/config.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  43. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  44. 075f017 dlm: use INFO for recovery messages by David Teigland · 10 years ago
  45. 9505857 fs: Include appropriate header file in dlm/ast.c by Rashika Kheria · 10 years ago
  46. e8243f3 dlm: silence a harmless use after free warning by Dan Carpenter · 10 years ago
  47. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  48. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 10 years ago
  49. ece3584 dlm: set zero linger time on sctp socket by Dongmao Zhang · 10 years ago
  50. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 10 years ago
  51. a97f4a6 dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSY by Bart Van Assche · 11 years ago
  52. c6ca7bc dlm: remove signal blocking by David Teigland · 11 years ago
  53. ededf30 dlm: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  54. cfa805f dlm: Avoid LVB truncation by Bart Van Assche · 11 years ago
  55. 696b3d8 dlm: log an error for unmanaged lockspaces by David Teigland · 11 years ago
  56. ad917e7 dlm: config: using strlcpy instead of strncpy by Zhao Hongjiang · 11 years ago
  57. 06452eb dlm: remove duplicated include from lowcomms.c by Wei Yongjun · 11 years ago
  58. 86e92ad dlm: disable nagle for SCTP by Mike Christie · 11 years ago
  59. 5d68987 dlm: retry failed SCTP sends by Mike Christie · 11 years ago
  60. 98e1b60 dlm: try other IPs when sctp init assoc fails by Mike Christie · 11 years ago
  61. b390ca3 dlm: clear correct bit during sctp init failure handling by Mike Christie · 11 years ago
  62. e1631d0 dlm: set sctp assoc id during setup by Mike Christie · 11 years ago
  63. efad7e6 dlm: clear correct init bit during sctp setup by Mike Christie · 11 years ago
  64. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  65. 1b86643 net: sctp: introduce uapi header for sctp by Daniel Borkmann · 11 years ago
  66. 9000831 dlm: avoid unnecessary posix unlock by David Teigland · 11 years ago
  67. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  68. 2a86b3e dlm: convert to idr_alloc() by Tejun Heo · 11 years ago
  69. a67a380e dlm: don't use idr_remove_all() by Tejun Heo · 11 years ago
  70. cda9540 dlm: use idr_for_each_entry() in recover_idr_clear() error path by Tejun Heo · 11 years ago
  71. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  72. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  73. 850cb82 Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  74. d4b0bcf dlm: check the write size from user by David Teigland · 11 years ago
  75. f117228 dlm: avoid scanning unchanged toss lists by David Teigland · 11 years ago
  76. da8c666 dlm: fix lvb invalidation conditions by David Teigland · 12 years ago
  77. a3de56b fs/dlm: remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  78. eeee2b5 dlm: remove unused variable in *dlm_lowcomms_get_buffer() by Wei Yongjun · 12 years ago
  79. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  80. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  81. 2b75bc9 dlm: check the maximum size of a request from user by Sasha Levin · 12 years ago
  82. 9c5bef5 dlm: cleanup send_to_sock routine by Ying Xue · 12 years ago
  83. 4dd40f0 dlm: convert add_sock routine return value type to void by Ying Xue · 12 years ago
  84. b4c798c dlm: remove redundant variable assignments by Xue Ying · 12 years ago
  85. 475f230 dlm: fix unlock balance warnings by David Teigland · 12 years ago
  86. 6ad2291 dlm: fix uninitialized spinlock by David Teigland · 12 years ago
  87. 36b71a8 dlm: fix deadlock between dlm_send and dlm_controld by David Teigland · 12 years ago
  88. 96006ea dlm: fix missing dir remove by David Teigland · 12 years ago
  89. c503a62 dlm: fix conversion deadlock from recovery by David Teigland · 12 years ago
  90. 6d76817 dlm: use wait_event_timeout by David Teigland · 12 years ago
  91. 05c32f4 dlm: fix race between remove and lookup by David Teigland · 12 years ago
  92. 1d7c484 dlm: use idr instead of list for recovered rsbs by David Teigland · 12 years ago
  93. c04fecb dlm: use rsbtbl as resource directory by David Teigland · 12 years ago
  94. 75af271e dlm: NULL dereference on failure in kmem_cache_create() by Dan Carpenter · 12 years ago
  95. 4875647 dlm: fixes for nodir mode by David Teigland · 12 years ago
  96. 6d40c4a dlm: improve error and debug messages by David Teigland · 12 years ago
  97. 57638bf dlm: avoid unnecessary search in search_rsb by David Teigland · 12 years ago
  98. d6e2478 dlm: limit rcom debug messages by David Teigland · 12 years ago
  99. 13ef111 dlm: fix waiter recovery by David Teigland · 12 years ago
  100. 513ef59 dlm: prevent connections during shutdown by David Teigland · 12 years ago