summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* [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
* dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche2013-10-161-3/+1
* dlm: remove signal blockingDavid Teigland2013-08-121-19/+6
* dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-4/+1
* dlm: Avoid LVB truncationBart Van Assche2013-06-261-4/+4
* dlm: log an error for unmanaged lockspacesDavid Teigland2013-06-251-1/+8
* dlm: config: using strlcpy instead of strncpyZhao Hongjiang2013-06-251-2/+3
* dlm: remove duplicated include from lowcomms.cWei Yongjun2013-06-191-1/+0
* dlm: disable nagle for SCTPMike Christie2013-06-141-0/+6
* dlm: retry failed SCTP sendsMike Christie2013-06-141-29/+75
* dlm: try other IPs when sctp init assoc failsMike Christie2013-06-141-11/+50
OpenPOWER on IntegriCloud