- 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
- c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
- 40ef92c sctp: add sctp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
- 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 7 months ago
- b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 7 months ago
- 0774dc7 dlm: use the tcp version of accept_from_sock for sctp as well by Christoph Hellwig · 4 years, 7 months ago
- fe20459 dlm: remove BUG() before panic() by Arnd Bergmann · 4 years, 8 months ago
- f084a4f dlm: Switch to using wait_event() by Ross Lagerwall · 4 years, 8 months ago
- 90db4f8 fs:dlm:remove unneeded semicolon in rcom.c by Wu Bo · 4 years, 8 months ago
- 3c80d37 dlm: user: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- a4e439a dlm: dlm_internal: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- 5311f70 dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD by Arnd Bergmann · 5 years ago
- 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
- 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
- a48f972 dlm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- b355516 dlm: check if workqueues are NULL before flushing/destroying by David Windsor · 6 years ago
- c9c5b5e dlm: Replace default_attrs in dlm_ktype with default_groups by Kimberly Brown · 6 years ago
- 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
- 2522fe4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
- 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
- 3595c55 dlm: fix invalid cluster name warning by David Teigland · 6 years ago
- 3456880 dlm: NULL check before some freeing functions is not needed by Thomas Meyer · 6 years ago
- f31a896 dlm: NULL check before kmem_cache_destroy is not needed by Wen Yang · 6 years ago
- 8fc6ed9 dlm: fix missing idr_destroy for recover_idr by David Teigland · 6 years ago
- d47b41a dlm: memory leaks on error path in dlm_user_request() by Vasily Averin · 6 years ago
- c017472 dlm: lost put_lkb on error path in receive_convert() and receive_unlock() by Vasily Averin · 6 years ago
- 23851e9 dlm: possible memory leak on error path in create_lkb() by Vasily Averin · 6 years ago
- b982896 dlm: fixed memory leaks after failed ls_remove_names allocation by Vasily Averin · 6 years ago
- 58a923a dlm: fix possible call to kfree() for non-initialized pointer by Denis V. Lunev · 6 years ago
- 216f0ef dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
- 9de30f3 dlm: don't leak kernel pointer to userspace by Tycho Andersen · 6 years ago
- 3f0806d dlm: don't allow zero length names by Tycho Andersen · 6 years ago
- d968b4e dlm: fix invalid free by Tycho Andersen · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
- da3627c dlm: remove O_NONBLOCK flag in sctp_connect_to_sock by Gang He · 7 years ago
- f706d83 dlm: make sctp_connect_to_sock() return in specified time by Gang He · 7 years ago
- b09c603 dlm: fix a clerical error when set SCTP_NODELAY by Gang He · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- c8c7840 dlm: switch to sock_recvmsg() by Al Viro · 7 years ago
- 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
- abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
- 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
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 761594b dlm: make config_item_type const by Bhumika Goyal · 7 years ago
- 9250e52 dlm: remove dlm_send_rcom_lookup_dump by David Teigland · 7 years ago
- 9e1b021 dlm: recheck kthread_should_stop() before schedule() by Guoqing Jiang · 7 years ago
- 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
- 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
- 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
- ccbbea0 DLM: fix overflow dlm_cb_seq by tsutomu.owa@toshiba.co.jp · 7 years ago
- 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
- 294e7e4 DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set by tsutomu.owa@toshiba.co.jp · 7 years ago
- 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
- 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago
- e412f92 DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd by tsutomu.owa@toshiba.co.jp · 7 years ago
- c553e17 DLM: close othercon at send/receive error by tsutomu.owa@toshiba.co.jp · 7 years ago
- 5966121 DLM: retry rcom when dlm_wait_function is timed out. by tsutomu.owa@toshiba.co.jp · 7 years ago
- c735582 DLM: fix to use sock_mutex correctly in xxx_accept_from_sock by tsutomu.owa@toshiba.co.jp · 7 years ago
- b2a6662 DLM: fix race condition between dlm_send and dlm_recv by tsutomu.owa@toshiba.co.jp · 7 years ago
- f0fb83c DLM: fix double list_del() by tsutomu.owa@toshiba.co.jp · 7 years ago
- 988419a DLM: fix remove save_cb argument from add_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
- cc661fc DLM: Fix saving of NULL callbacks by Bob Peterson · 7 years ago
- 01da24d DLM: Eliminate CF_WRITE_PENDING flag by Bob Peterson · 7 years ago
- 61d9102b DLM: Eliminate CF_CONNECT_PENDING flag by Bob Peterson · 7 years ago
- 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
- 1c24285 dlm: use sock_create_lite inside tcp_accept_from_sock by Guoqing Jiang · 7 years ago
- 55acdd9 dlm: avoid double-free on error path in dlm_device_{register,unregister} by Edwin Török · 7 years ago
- 417f7c5 dlm: constify kset_uevent_ops structure by Bhumika Goyal · 7 years ago
- 3b0e761 dlm: print log message when cluster name is not set by Zhu Lingshan · 7 years ago
- 2ab93ae dlm: Delete an unnecessary variable initialisation in dlm_ls_start() by Markus Elfring · 8 years ago
- d12ad1a dlm: Improve a size determination in two functions by Markus Elfring · 8 years ago
- 2f48e06 dlm: Use kcalloc() in two functions by Markus Elfring · 8 years ago
- 790854b dlm: Use kmalloc_array() in make_member_array() by Markus Elfring · 8 years ago
- 0d37eca dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre() by Markus Elfring · 8 years ago
- 102e67d dlm: Improve a size determination in dlm_recover_waiters_pre() by Markus Elfring · 8 years ago
- fbb1008 dlm: Use kcalloc() in dlm_scan_waiters() by Markus Elfring · 8 years ago
- 2c257e9 dlm: Improve a size determination in table_seq_start() by Markus Elfring · 8 years ago
- 41922ce dlm: Add spaces for better code readability by Markus Elfring · 8 years ago
- 653996c dlm: Replace six seq_puts() calls by seq_putc() by Markus Elfring · 8 years ago
- 8e17437 dlm: Make dismatch error message more clear by Gang He · 8 years ago
- 8286d6b dlm: Fix kernel memory disclosure by Vlad Tsyrklevich · 8 years ago
- 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
- 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 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
- 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
- 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
- a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
- 26c1ec2 dlm: fix error return code in sctp_accept_from_sock() by Wei Yongjun · 8 years ago