aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-08dlm: fix uninitialized spinlockDavid Teigland1-2/+2
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland5-90/+200
2012-07-16dlm: fix missing dir removeDavid Teigland1-2/+68
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland2-17/+48
2012-07-16dlm: use wait_event_timeoutDavid Teigland1-18/+11
2012-07-16dlm: fix race between remove and lookupDavid Teigland3-39/+176
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland4-23/+101
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland14-588/+1215
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter1-5/+3
2012-05-02dlm: fixes for nodir modeDavid Teigland9-162/+303
2012-04-26dlm: improve error and debug messagesDavid Teigland4-90/+164
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland1-0/+3
2012-04-26dlm: limit rcom debug messagesDavid Teigland2-28/+28
2012-04-26dlm: fix waiter recoveryDavid Teigland1-12/+31