summaryrefslogtreecommitdiff
path: root/fs/dlm
AgeCommit message (Expand)Author
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-24dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun
2016-10-19dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson
2016-10-19dlm: remove lock_sock to avoid scheduling while atomicBob Peterson
2016-10-19dlm: don't save callbacks after acceptBob Peterson
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-19dlm: make genl_ops constStephen Hemminger
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren
2016-06-23dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla
2016-06-21dlm: add log_info config optionZhilong Liu
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price
2016-03-17Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-02-22DLM: Save and restore socket callbacks properlyBob Peterson
2016-02-22DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson
2016-01-21[regression] fix braino in fs/dlm/user.cAl Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2015-11-03dlm: make posix locks interruptibleEric Ren
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-10-13dlm: use per-attribute show and store methodsChristoph Hellwig
2015-09-03Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2015-08-27dlm: print error from kernel_sendpageBob Peterson
2015-08-25dlm: fix lvb copy for user locksDavid Teigland
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot
2015-08-17dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner
2015-08-17dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner
2015-08-17dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner
2015-08-17dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner
2015-08-17dlm: fix race while closing connectionsMarcelo Ricardo Leitner
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-11-19dlm: adopt orphan locksDavid Teigland
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller