summaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)AuthorLines
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-6/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-141/+122
2014-11-19dlm: adopt orphan locksDavid Teigland-4/+88
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches-7/+5
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches-134/+117
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson-1/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches-4/+4
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick-10/+5
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong-0/+5
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick-17/+17
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick-4/+17
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick-6/+20
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-02-14dlm: use INFO for recovery messagesDavid Teigland-47/+46
2014-02-12fs: Include appropriate header file in dlm/ast.cRashika Kheria-0/+1
2014-02-12dlm: silence a harmless use after free warningDan Carpenter-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong-2/+2
2013-12-16dlm: set zero linger time on sctp socketDongmao Zhang-0/+8
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-4/+6
2013-10-16dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche-3/+1
2013-08-12dlm: remove signal blockingDavid Teigland-19/+6
2013-07-30dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo-4/+1
2013-06-26dlm: Avoid LVB truncationBart Van Assche-4/+4
2013-06-25dlm: log an error for unmanaged lockspacesDavid Teigland-1/+8
2013-06-25dlm: config: using strlcpy instead of strncpyZhao Hongjiang-2/+3
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun-1/+0
2013-06-14dlm: disable nagle for SCTPMike Christie-0/+6
2013-06-14dlm: retry failed SCTP sendsMike Christie-29/+75
2013-06-14dlm: try other IPs when sctp init assoc failsMike Christie-11/+50
2013-06-14dlm: clear correct bit during sctp init failure handlingMike Christie-1/+1
2013-06-14dlm: set sctp assoc id during setupMike Christie-0/+1
2013-06-14dlm: clear correct init bit during sctp setupMike Christie-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann-1/+1
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland-3/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-7/+4
2013-02-27dlm: convert to idr_alloc()Tejun Heo-26/+19
2013-02-27dlm: don't use idr_remove_all()Tejun Heo-2/+1
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo-13/+10
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang-1/+1
2013-02-21Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-0/+18
2013-02-04dlm: check the write size from userDavid Teigland-4/+4
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland-0/+18
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland-10/+44
2012-11-01fs/dlm: remove CONFIG_EXPERIMENTALKees Cook-1/+1
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun-3/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-4/+4