summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-3/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2016-12-149-20/+22
|\
| * dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun2016-10-241-1/+2
| * dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson2016-10-191-1/+1
| * dlm: remove lock_sock to avoid scheduling while atomicBob Peterson2016-10-191-4/+0
| * dlm: don't save callbacks after acceptBob Peterson2016-10-191-9/+12
| * dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-196-4/+6
| * dlm: make genl_ops constStephen Hemminger2016-10-191-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-5/+10
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/
* 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
OpenPOWER on IntegriCloud