- 5c79f40 dlm: fix missing lkb refcount handling by Alexander Aring · 2 years, 8 months ago
- 2c55155 dlm: fix plock invalid read by Alexander Aring · 2 years, 9 months ago
- 3beab7a fs: dlm: filter user dlm messages for kernel locks by Alexander Aring · 3 years, 2 months ago
- cfcb65a fs: dlm: fix memory leak when fenced by Alexander Aring · 3 years, 7 months ago
- 1866814 fs: dlm: cancel work sync othercon by Alexander Aring · 3 years, 7 months ago
- 5c85044 fs: dlm: fix debugfs dump by Alexander Aring · 3 years, 10 months ago
- 1532860 fs: dlm: fix configfs memory leak by Alexander Aring · 4 years, 4 months ago
- da8baae dlm: Fix kobject memleak by Wang Hai · 4 years, 7 months ago
- 49302f4 dlm: remove BUG() before panic() by Arnd Bergmann · 4 years, 8 months ago
- 6d9f550 dlm: fix invalid cluster name warning by David Teigland · 6 years ago
- 4aec7a7 dlm: NULL check before kmem_cache_destroy is not needed by Wen Yang · 6 years ago
- 72c9c04 dlm: fix missing idr_destroy for recover_idr by David Teigland · 6 years ago
- f4b7549 dlm: don't leak kernel pointer to userspace by Tycho Andersen · 6 years ago
- 81a30f8 dlm: fix invalid free by Tycho Andersen · 6 years ago
- 0358015 dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
- 579d0aa dlm: memory leaks on error path in dlm_user_request() by Vasily Averin · 6 years ago
- 0f090eb dlm: lost put_lkb on error path in receive_convert() and receive_unlock() by Vasily Averin · 6 years ago
- 4e28e1e dlm: possible memory leak on error path in create_lkb() by Vasily Averin · 6 years ago
- 5dbe8eb dlm: fixed memory leaks after failed ls_remove_names allocation by Vasily Averin · 6 years ago
- 5c23d3e dlm: avoid double-free on error path in dlm_device_{register,unregister} by Edwin Török · 7 years ago
- 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
- 079d37d dlm: fix malfunction of dlm_tool caused by debugfs changes by Eric Ren · 8 years ago
- 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 9 years ago
- 505ee52 dlm: add log_info config option by Zhilong Liu · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 9 years ago
- d77bed0 Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
- 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
- b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 9 years ago
- 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 9 years ago
- 117aa41 [regression] fix braino in fs/dlm/user.c by Al Viro · 9 years ago
- 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
- 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
- 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
- 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
- a6b1533 dlm: make posix locks interruptible by Eric Ren · 9 years ago
- 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
- 9ae0f36 dlm: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
- 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
- b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
- b96f465 dlm: fix lvb copy for user locks by David Teigland · 9 years ago
- 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago
- 00dcffa dlm: fix reconnecting but not sending data by Marcelo Ricardo Leitner · 9 years ago
- acee4e5 dlm: replace BUG_ON with a less severe handling by Marcelo Ricardo Leitner · 9 years ago
- ee44b4b dlm: use sctp 1-to-1 API by Marcelo Ricardo Leitner · 9 years ago
- 356344c dlm: fix not reconnecting on connecting error handling by Marcelo Ricardo Leitner · 9 years ago
- 0d737a8 dlm: fix race while closing connections by Marcelo Ricardo Leitner · 9 years ago
- 28926a0 dlm: fix connection stealing if using SCTP by Marcelo Ricardo Leitner · 9 years ago
- f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
- eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
- 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
- cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2ab4bd8 dlm: adopt orphan locks by David Teigland · 10 years ago
- f365ef9 dlm: Use seq_puts() instead of seq_printf() for constant strings by Joe Perches · 10 years ago
- d6d906b dlm: Remove seq_printf() return checks and use seq_has_overflowed() by Joe Perches · 10 years ago
- c07127b dlm: fix missing endian conversion of rcom_status flags by Neale Ferguson · 10 years ago
- d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
- e0d9bf4 fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
- 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 11 years ago
- c1d4518 fs/dlm/debug_fs.c: replace seq_printf by seq_puts by Fabian Frederick · 11 years ago
- 6edb568 fs/dlm/lockspace.c: convert simple_str to kstr by Fabian Frederick · 11 years ago
- 4f4c337 fs/dlm/config.c: convert simple_str to kstr by Fabian Frederick · 11 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- 075f017 dlm: use INFO for recovery messages by David Teigland · 11 years ago
- 9505857 fs: Include appropriate header file in dlm/ast.c by Rashika Kheria · 11 years ago
- e8243f3 dlm: silence a harmless use after free warning by Dan Carpenter · 11 years ago
- 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 11 years ago
- ece3584 dlm: set zero linger time on sctp socket by Dongmao Zhang · 11 years ago
- c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
- a97f4a6 dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSY by Bart Van Assche · 11 years ago
- c6ca7bc dlm: remove signal blocking by David Teigland · 11 years ago
- ededf30 dlm: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
- cfa805f dlm: Avoid LVB truncation by Bart Van Assche · 12 years ago
- 696b3d8 dlm: log an error for unmanaged lockspaces by David Teigland · 12 years ago
- ad917e7 dlm: config: using strlcpy instead of strncpy by Zhao Hongjiang · 12 years ago
- 06452eb dlm: remove duplicated include from lowcomms.c by Wei Yongjun · 12 years ago
- 86e92ad dlm: disable nagle for SCTP by Mike Christie · 12 years ago
- 5d68987 dlm: retry failed SCTP sends by Mike Christie · 12 years ago
- 98e1b60 dlm: try other IPs when sctp init assoc fails by Mike Christie · 12 years ago
- b390ca3 dlm: clear correct bit during sctp init failure handling by Mike Christie · 12 years ago
- e1631d0 dlm: set sctp assoc id during setup by Mike Christie · 12 years ago
- efad7e6 dlm: clear correct init bit during sctp setup by Mike Christie · 12 years ago
- 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
- 1b86643 net: sctp: introduce uapi header for sctp by Daniel Borkmann · 12 years ago
- 9000831 dlm: avoid unnecessary posix unlock by David Teigland · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 2a86b3e dlm: convert to idr_alloc() by Tejun Heo · 12 years ago
- a67a380 dlm: don't use idr_remove_all() by Tejun Heo · 12 years ago
- cda9540 dlm: use idr_for_each_entry() in recover_idr_clear() error path by Tejun Heo · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
- 850cb82 Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
- d4b0bcf dlm: check the write size from user by David Teigland · 12 years ago
- f117228 dlm: avoid scanning unchanged toss lists by David Teigland · 12 years ago
- da8c666 dlm: fix lvb invalidation conditions by David Teigland · 12 years ago
- a3de56b fs/dlm: remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
- eeee2b5 dlm: remove unused variable in *dlm_lowcomms_get_buffer() by Wei Yongjun · 12 years ago
- aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
- 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago