aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* 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
* dlm: clear correct bit during sctp init failure handlingMike Christie2013-06-141-1/+1
* dlm: set sctp assoc id during setupMike Christie2013-06-141-0/+1
* dlm: clear correct init bit during sctp setupMike Christie2013-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\
| * net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-091-1/+1
* | dlm: avoid unnecessary posix unlockDavid Teigland2013-04-081-3/+15
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+4
* dlm: convert to idr_alloc()Tejun Heo2013-02-272-26/+19
* dlm: don't use idr_remove_all()Tejun Heo2013-02-272-2/+1
* dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo2013-02-271-13/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
* | Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2013-02-212-0/+18
|\ \
| * | dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-072-0/+18
| |/
* | dlm: check the write size from userDavid Teigland2013-02-041-4/+4
|/
* dlm: fix lvb invalidation conditionsDavid Teigland2012-11-163-10/+44
* fs/dlm: remove CONFIG_EXPERIMENTALKees Cook2012-11-011-1/+1
* dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun2012-11-011-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-4/+4
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-4/+4
* | dlm: check the maximum size of a request from userSasha Levin2012-09-101-0/+7
* | dlm: cleanup send_to_sock routineYing Xue2012-08-131-4/+1
* | dlm: convert add_sock routine return value type to voidYing Xue2012-08-101-2/+1
* | dlm: remove redundant variable assignmentsXue Ying2012-08-101-2/+0
* | dlm: fix unlock balance warningsDavid Teigland2012-08-086-30/+78
* | dlm: fix uninitialized spinlockDavid Teigland2012-08-081-2/+2
* | dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-085-90/+200
|/
* dlm: fix missing dir removeDavid Teigland2012-07-161-2/+68
* dlm: fix conversion deadlock from recoveryDavid Teigland2012-07-162-17/+48
* dlm: use wait_event_timeoutDavid Teigland2012-07-161-18/+11
* dlm: fix race between remove and lookupDavid Teigland2012-07-163-39/+176
* dlm: use idr instead of list for recovered rsbsDavid Teigland2012-07-164-23/+101
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-1614-588/+1215
* dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter2012-05-151-5/+3
* dlm: fixes for nodir modeDavid Teigland2012-05-029-162/+303
* dlm: improve error and debug messagesDavid Teigland2012-04-264-90/+164
* dlm: avoid unnecessary search in search_rsbDavid Teigland2012-04-261-0/+3
* dlm: limit rcom debug messagesDavid Teigland2012-04-262-28/+28
* dlm: fix waiter recoveryDavid Teigland2012-04-261-12/+31
* dlm: prevent connections during shutdownDavid Teigland2012-04-261-8/+20
* Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds2012-04-231-0/+12
|\