summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-12dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson1-0/+10
2019-01-13dlm: memory leaks on error path in dlm_user_request()Vasily Averin1-7/+7
2019-01-13dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin1-0/+2
2019-01-13dlm: possible memory leak on error path in create_lkb()Vasily Averin1-0/+1
2019-01-13dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2017-09-09dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner1-6/+2
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren1-14/+48
2016-06-23dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla1-2/+1
2016-06-21dlm: add log_info config optionZhilong Liu3-1/+17
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price1-2/+1
2016-03-17Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-12/+62
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig17-634/+286
2016-02-22DLM: Save and restore socket callbacks properlyBob Peterson1-11/+59
2016-02-22DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson1-1/+3
2016-01-21[regression] fix braino in fs/dlm/user.cAl Viro1-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet22-52/+60
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds58-5515/+2676
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-1/+1
2015-11-03dlm: make posix locks interruptibleEric Ren1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington12-59/+22
2015-10-14dlm: use per-attribute show and store methodsChristoph Hellwig1-214/+74
2015-09-03Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-447/+305
2015-08-27dlm: print error from kernel_sendpageBob Peterson1-0/+40
2015-08-25dlm: fix lvb copy for user locksDavid Teigland2-4/+5
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot1-1/+1
2015-08-17dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner1-3/+3
2015-08-17dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner1-2/+4
2015-08-17dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner1-434/+237
2015-08-17dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner1-0/+1
2015-08-17dlm: fix race while closing connectionsMarcelo Ricardo Leitner1-14/+15
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner1-1/+11
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman16-59/+27
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman13-26/+26
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg51-158/+203
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds157-2166/+1666
2014-11-19dlm: adopt orphan locksDavid Teigland4-5/+89
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches1-7/+5
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches1-134/+117
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson1-1/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches3-14/+8
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong1-0/+5
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller58-121/+112
2014-02-14dlm: use INFO for recovery messagesDavid Teigland8-47/+46
[next]