summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm
AgeCommit message (Expand)AuthorFilesLines
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2014-10-06ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-05-06ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-05-06ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-01-22ocfs2: remove versioning informationGoldwyn Rodrigues4-78/+2
2013-11-13ocfs2: break useless while loopJunxiao Bi1-1/+3
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei1-0/+4
2013-11-13ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2013-09-12ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-12ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang9-90/+40
2013-09-12ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei1-1/+4
2013-07-04ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei1-0/+1
2013-07-04ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei1-0/+1
2013-07-04fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi1-2/+1
2013-07-04fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi1-3/+0
2013-06-13ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei1-0/+1
2013-04-30ocfs2/dlm: remove redundant null pointer checkSachin Kamat1-4/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter1-1/+1
2013-02-22ocfs2: remove kfree() redundant null checksTim Gardner1-3/+1
2012-05-30ocfs2: trivial endianness misannotationsAl Viro3-5/+5
2011-12-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-271/+238
2011-11-17fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall1-1/+1
2011-11-01fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran1-7/+0
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran1-10/+8
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran3-39/+32
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2-26/+24
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran3-11/+15
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran3-79/+66
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran1-32/+25
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran5-70/+71
2011-05-26ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2-95/+57
2011-05-26ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran4-11/+82
2011-05-24ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran2-84/+63
2011-05-13ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran1-0/+3
2011-05-13ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-42/+29
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker6-30/+13
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-02-22ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran1-12/+16
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-4/+1
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma6-26/+12
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-268/+244
2010-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+27
2010-12-23ocfs2/dlm: Hard code the values for enumsSunil Mushran1-43/+43
2010-12-23ocfs2/dlm: Minor cleanupSunil Mushran1-14/+8
2010-12-23ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran2-117/+66