aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-2/+2
2015-10-13dlm: 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/linux-dlmLinus Torvalds2-446/+304
2015-08-27dlm: print error from kernel_sendpageBob Peterson1-0/+40
2015-08-25dlm: fix lvb copy for user locksDavid Teigland1-3/+4
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-Hartman2-8/+4
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-8/+8
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-6/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-141/+122
2014-11-19dlm: adopt orphan locksDavid Teigland3-4/+88
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