summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove some unused codeXue jiufei2014-06-042-2/+0
* ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei2014-06-041-1/+12
* ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-041-1/+9
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-043-5/+5
* ocfs2: fix double kmem_cache_destroy in dlm_initJoseph Qi2014-05-231-2/+6
* ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo2014-04-031-12/+9
* ocfs2: dlm: fix recovery hungJunxiao Bi2014-04-031-2/+13
* ocfs2: dlm: fix lock migration crashJunxiao Bi2014-04-031-6/+8
* ocfs2: fix null pointer dereference when access dlm_state before launching dl...Zongxun Wang2014-04-031-3/+3
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-214-78/+2
* ocfs2: break useless while loopJunxiao Bi2013-11-131-1/+3
* ocfs2: delay migration when the lockres is in migration stateXue jiufei2013-11-131-0/+4
* ocfs2: skip locks in the blocked listXue jiufei2013-11-131-0/+7
* ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei2013-09-111-0/+8
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-119-90/+40
* ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-111-1/+4
* ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei2013-07-031-0/+1
* ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei2013-07-031-0/+1
* fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi2013-07-031-2/+1
* fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi2013-07-031-3/+0
* ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-121-0/+1
* ocfs2/dlm: remove redundant null pointer checkSachin Kamat2013-04-291-4/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter2013-02-261-1/+1
* | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-211-3/+1
|/
* ocfs2: trivial endianness misannotationsAl Viro2012-05-293-5/+5
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-016-271/+238
|\
| * fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall2011-11-171-1/+1
| * ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2011-07-241-7/+0
| * ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran2011-07-241-10/+8
| * ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran2011-07-243-39/+32
| * ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2011-07-242-26/+24
| * ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran2011-07-243-11/+15
| * ocfs2/dlm: Clean up refmap helpersSunil Mushran2011-07-243-79/+66
| * ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran2011-07-241-32/+25
| * ocfs2/dlm: Clean up messages in o2dlmSunil Mushran2011-07-245-70/+71
* | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
|/
* ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2011-05-252-95/+57
* ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran2011-05-254-11/+82
* ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran2011-05-232-84/+63
* ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran2011-05-131-0/+3
* ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran2011-05-131-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-286-42/+29
|\
| * Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-286-30/+13
| |\
| | * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-4/+1
| | * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-216-26/+12
| * | ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran2011-02-221-12/+16
| |/
* | fs: change to new flag variablematt mooney2011-03-171-1/+1
|/
OpenPOWER on IntegriCloud