aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson1-1/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches1-4/+4
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong1-0/+5
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-02-14dlm: use INFO for recovery messagesDavid Teigland8-47/+46
2014-02-12fs: Include appropriate header file in dlm/ast.cRashika Kheria1-0/+1
2014-02-12dlm: silence a harmless use after free warningDan Carpenter1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-2/+2
2013-12-16dlm: set zero linger time on sctp socketDongmao Zhang1-0/+8
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-4/+6
2013-10-16dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche1-3/+1
2013-08-12dlm: remove signal blockingDavid Teigland1-19/+6
2013-07-30dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-4/+1
2013-06-26dlm: Avoid LVB truncationBart Van Assche1-4/+4
2013-06-25dlm: log an error for unmanaged lockspacesDavid Teigland1-1/+8
2013-06-25dlm: config: using strlcpy instead of strncpyZhao Hongjiang1-2/+3
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun1-1/+0
2013-06-14dlm: disable nagle for SCTPMike Christie1-0/+6
2013-06-14dlm: retry failed SCTP sendsMike Christie1-29/+75
2013-06-14dlm: try other IPs when sctp init assoc failsMike Christie1-11/+50
2013-06-14dlm: clear correct bit during sctp init failure handlingMike Christie1-1/+1
2013-06-14dlm: set sctp assoc id during setupMike Christie1-0/+1
2013-06-14dlm: clear correct init bit during sctp setupMike Christie1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann1-1/+1
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland1-3/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+4
2013-02-27dlm: convert to idr_alloc()Tejun Heo2-26/+19
2013-02-27dlm: don't use idr_remove_all()Tejun Heo2-2/+1
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo1-13/+10
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-21Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds2-0/+18
2013-02-04dlm: check the write size from userDavid Teigland1-4/+4
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland2-0/+18
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland3-10/+44
2012-11-01fs/dlm: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun1-3/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-4/+4
2012-09-10dlm: check the maximum size of a request from userSasha Levin1-0/+7
2012-08-13dlm: cleanup send_to_sock routineYing Xue1-4/+1
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue1-2/+1
2012-08-10dlm: remove redundant variable assignmentsXue Ying1-2/+0
2012-08-08dlm: fix unlock balance warningsDavid Teigland6-30/+78