aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-08-07dlm: use sock_create_lite inside tcp_accept_from_sockGuoqing Jiang1-1/+1
2017-08-07dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-08-07dlm: constify kset_uevent_ops structureBhumika Goyal1-1/+1
2017-08-07dlm: print log message when cluster name is not setZhu Lingshan1-0/+4
2017-08-07dlm: Delete an unnecessary variable initialisation in dlm_ls_start()Markus Elfring1-1/+1
2017-08-07dlm: Improve a size determination in two functionsMarkus Elfring1-2/+2
2017-08-07dlm: Use kcalloc() in two functionsMarkus Elfring1-4/+2
2017-08-07dlm: Use kmalloc_array() in make_member_array()Markus Elfring1-2/+1
2017-08-07dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre()Markus Elfring1-3/+1
2017-08-07dlm: Improve a size determination in dlm_recover_waiters_pre()Markus Elfring1-1/+1
2017-08-07dlm: Use kcalloc() in dlm_scan_waiters()Markus Elfring1-1/+1
2017-08-07dlm: Improve a size determination in table_seq_start()Markus Elfring1-1/+1
2017-08-07dlm: Add spaces for better code readabilityMarkus Elfring1-5/+5
2017-08-07dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring1-7/+6
2017-08-07dlm: Make dismatch error message more clearGang He1-1/+2
2017-08-07dlm: Fix kernel memory disclosureVlad Tsyrklevich1-0/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-3/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds9-20/+22
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-5/+10
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-24dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun1-1/+2
2016-10-19dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson1-1/+1
2016-10-19dlm: remove lock_sock to avoid scheduling while atomicBob Peterson1-4/+0
2016-10-19dlm: don't save callbacks after acceptBob Peterson1-9/+12
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker6-4/+6
2016-10-19dlm: make genl_ops constStephen Hemminger1-1/+1
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. Shutemov1-4/+4
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/linux-dlmLinus Torvalds1-12/+62
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-31/+7
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 Viro1-8/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-214/+74
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-1/+1
2015-11-03dlm: make posix locks interruptibleEric Ren1-1/+1