summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren2016-08-261-14/+48
* dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-231-2/+1
* dlm: add log_info config optionZhilong Liu2016-06-213-1/+17
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1
* Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-03-171-12/+62
|\
| * DLM: Save and restore socket callbacks properlyBob Peterson2016-02-221-11/+59
| * DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-221-1/+3
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-31/+7
|/
* [regression] fix braino in fs/dlm/user.cAl Viro2016-01-211-1/+1
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-214/+74
|\
| * dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-131-214/+74
* | Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-11-051-1/+1
|\ \
| * | dlm: make posix locks interruptibleEric Ren2015-11-031-1/+1
| |/
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-09-032-446/+304
|\
| * dlm: print error from kernel_sendpageBob Peterson2015-08-271-0/+40
| * dlm: fix lvb copy for user locksDavid Teigland2015-08-251-3/+4
| * dlm: sctp_accept_from_sock() can be statickbuild test robot2015-08-171-1/+1
| * dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner2015-08-171-3/+3
| * dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner2015-08-171-2/+4
| * dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner2015-08-171-434/+237
| * dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner2015-08-171-0/+1
| * dlm: fix race while closing connectionsMarcelo Ricardo Leitner2015-08-171-14/+15
| * dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner2015-08-171-1/+11
* | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-052-8/+4
|/
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-8/+8
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-141/+122
|\
| * dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches2014-11-051-7/+5
| * dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches2014-11-051-134/+117
* | dlm: adopt orphan locksDavid Teigland2014-11-193-4/+88
|/
* dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson2014-10-141-1/+1
* locks: Remove unused conf argument from lm_grantJoe Perches2014-09-091-4/+4
* fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-10/+5
* dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-121-0/+5
* fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick2014-06-061-17/+17
* fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick2014-06-061-4/+17
* fs/dlm/config.c: convert simple_str to kstrFabian Frederick2014-06-061-6/+20
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* dlm: use INFO for recovery messagesDavid Teigland2014-02-148-47/+46
* fs: Include appropriate header file in dlm/ast.cRashika Kheria2014-02-121-0/+1
* dlm: silence a harmless use after free warningDan Carpenter2014-02-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-2/+2
|\
| * sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-2/+2
* | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-161-0/+8
|/
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-4/+6
OpenPOWER on IntegriCloud