1. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  2. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  3. 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
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. 761594b dlm: make config_item_type const by Bhumika Goyal · 7 years ago
  6. 9250e52 dlm: remove dlm_send_rcom_lookup_dump by David Teigland · 7 years ago
  7. 9e1b021 dlm: recheck kthread_should_stop() before schedule() by Guoqing Jiang · 7 years ago
  8. 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  9. 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
  10. 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  11. ccbbea0 DLM: fix overflow dlm_cb_seq by tsutomu.owa@toshiba.co.jp · 7 years ago
  12. 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  13. 294e7e4 DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set by tsutomu.owa@toshiba.co.jp · 7 years ago
  14. 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  15. 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago
  16. e412f92 DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd by tsutomu.owa@toshiba.co.jp · 7 years ago
  17. c553e17 DLM: close othercon at send/receive error by tsutomu.owa@toshiba.co.jp · 7 years ago
  18. 5966121 DLM: retry rcom when dlm_wait_function is timed out. by tsutomu.owa@toshiba.co.jp · 7 years ago
  19. c735582 DLM: fix to use sock_mutex correctly in xxx_accept_from_sock by tsutomu.owa@toshiba.co.jp · 7 years ago
  20. b2a6662 DLM: fix race condition between dlm_send and dlm_recv by tsutomu.owa@toshiba.co.jp · 7 years ago
  21. f0fb83c DLM: fix double list_del() by tsutomu.owa@toshiba.co.jp · 7 years ago
  22. 988419a DLM: fix remove save_cb argument from add_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  23. cc661fc DLM: Fix saving of NULL callbacks by Bob Peterson · 7 years ago
  24. 01da24d DLM: Eliminate CF_WRITE_PENDING flag by Bob Peterson · 7 years ago
  25. 61d9102 DLM: Eliminate CF_CONNECT_PENDING flag by Bob Peterson · 7 years ago
  26. 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
  27. 1c24285 dlm: use sock_create_lite inside tcp_accept_from_sock by Guoqing Jiang · 7 years ago
  28. 55acdd9 dlm: avoid double-free on error path in dlm_device_{register,unregister} by Edwin Török · 7 years ago
  29. 417f7c5 dlm: constify kset_uevent_ops structure by Bhumika Goyal · 7 years ago
  30. 3b0e761 dlm: print log message when cluster name is not set by Zhu Lingshan · 7 years ago
  31. 2ab93ae1 dlm: Delete an unnecessary variable initialisation in dlm_ls_start() by Markus Elfring · 7 years ago
  32. d12ad1a dlm: Improve a size determination in two functions by Markus Elfring · 7 years ago
  33. 2f48e06 dlm: Use kcalloc() in two functions by Markus Elfring · 7 years ago
  34. 790854b dlm: Use kmalloc_array() in make_member_array() by Markus Elfring · 7 years ago
  35. 0d37eca dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre() by Markus Elfring · 7 years ago
  36. 102e67d dlm: Improve a size determination in dlm_recover_waiters_pre() by Markus Elfring · 7 years ago
  37. fbb1008 dlm: Use kcalloc() in dlm_scan_waiters() by Markus Elfring · 7 years ago
  38. 2c257e9 dlm: Improve a size determination in table_seq_start() by Markus Elfring · 7 years ago
  39. 41922ce dlm: Add spaces for better code readability by Markus Elfring · 7 years ago
  40. 653996c dlm: Replace six seq_puts() calls by seq_putc() by Markus Elfring · 7 years ago
  41. 8e17437 dlm: Make dismatch error message more clear by Gang He · 7 years ago
  42. 8286d6b dlm: Fix kernel memory disclosure by Vlad Tsyrklevich · 7 years ago
  43. 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
  44. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  45. 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
  46. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  47. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  48. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  49. 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
  50. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  51. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  52. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  53. 26c1ec2 dlm: fix error return code in sctp_accept_from_sock() by Wei Yongjun · 8 years ago
  54. aa9f101 dlm: don't specify WQ_UNBOUND for the ast callback workqueue by Bob Peterson · 8 years ago
  55. d2fee58 dlm: remove lock_sock to avoid scheduling while atomic by Bob Peterson · 8 years ago
  56. 3735b4b dlm: don't save callbacks after accept by Bob Peterson · 8 years ago
  57. 7963b8a dlm: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  58. dbef1c0 dlm: make genl_ops const by Stephen Hemminger · 8 years ago
  59. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  60. 079d37d dlm: fix malfunction of dlm_tool caused by debugfs changes by Eric Ren · 8 years ago
  61. 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 8 years ago
  62. 505ee52 dlm: add log_info config option by Zhilong Liu · 8 years ago
  63. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  64. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 8 years ago
  65. 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
  66. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  67. b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 8 years ago
  68. 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 9 years ago
  69. 117aa41 [regression] fix braino in fs/dlm/user.c by Al Viro · 9 years ago
  70. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  71. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  72. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  73. 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
  74. a6b1533 dlm: make posix locks interruptible by Eric Ren · 9 years ago
  75. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  76. 9ae0f36 dlm: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  77. 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
  78. b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  79. b96f465 dlm: fix lvb copy for user locks by David Teigland · 9 years ago
  80. 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago
  81. 00dcffa dlm: fix reconnecting but not sending data by Marcelo Ricardo Leitner · 9 years ago
  82. acee4e5 dlm: replace BUG_ON with a less severe handling by Marcelo Ricardo Leitner · 9 years ago
  83. ee44b4b dlm: use sctp 1-to-1 API by Marcelo Ricardo Leitner · 9 years ago
  84. 356344c dlm: fix not reconnecting on connecting error handling by Marcelo Ricardo Leitner · 9 years ago
  85. 0d737a8 dlm: fix race while closing connections by Marcelo Ricardo Leitner · 9 years ago
  86. 28926a0 dlm: fix connection stealing if using SCTP by Marcelo Ricardo Leitner · 9 years ago
  87. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  88. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  89. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  90. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  91. 2ab4bd8 dlm: adopt orphan locks by David Teigland · 10 years ago
  92. f365ef9 dlm: Use seq_puts() instead of seq_printf() for constant strings by Joe Perches · 10 years ago
  93. d6d906b dlm: Remove seq_printf() return checks and use seq_has_overflowed() by Joe Perches · 10 years ago
  94. c07127b dlm: fix missing endian conversion of rcom_status flags by Neale Ferguson · 10 years ago
  95. d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
  96. e0d9bf4 fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  97. 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 10 years ago
  98. c1d4518 fs/dlm/debug_fs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  99. 6edb568 fs/dlm/lockspace.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  100. 4f4c337 fs/dlm/config.c: convert simple_str to kstr by Fabian Frederick · 10 years ago