summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmrecovery.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-051-4/+0
* ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun2018-04-051-3/+10
* ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge2018-04-051-4/+4
* fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge2018-04-051-7/+0
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-04-051-0/+9
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-151-0/+1
* ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-121-2/+0
* ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun2016-08-021-8/+21
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-03-251-1/+0
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-151-0/+8
* ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei2016-03-151-1/+13
* ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei2016-03-151-8/+10
* ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-051-0/+2
* ocfs2: dlm: remove redundant codeJunxiao Bi2016-01-141-5/+1
* ocfs2/dlm: fix a race between purge and migrationXue jiufei2016-01-141-1/+8
* ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-051-1/+1
* ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2015-10-231-1/+1
* ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2015-09-221-2/+6
* revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton2015-09-111-2/+4
* ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi2015-09-041-4/+2
* ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei2015-02-101-0/+7
* ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi2015-01-081-4/+1
* ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi2014-12-101-5/+13
* ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen2014-10-091-2/+5
* ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei2014-06-231-1/+2
* ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-041-1/+9
* ocfs2: dlm: fix recovery hungJunxiao Bi2014-04-031-2/+13
* ocfs2: dlm: fix lock migration crashJunxiao Bi2014-04-031-6/+8
* 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: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-111-1/+4
* 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
* ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2011-07-241-24/+22
* ocfs2/dlm: Clean up refmap helpersSunil Mushran2011-07-241-4/+4
* ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran2011-07-241-32/+25
* ocfs2/dlm: Clean up messages in o2dlmSunil Mushran2011-07-241-22/+31
* ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran2011-05-251-0/+1
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-4/+1
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-4/+0
* ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang2010-08-071-12/+10
* ocfs2/dlm: don't access beyond bitmap sizeWengang Wang2010-07-121-1/+1
* ocfs2: print node # when tcp failsWengang Wang2010-05-051-9/+18
* dlm: allow dlm do recovery during shutdownSrinivas Eeda2010-02-261-1/+1
* ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran2010-02-031-1/+6
* ocfs2/dlm: Handle EAGAIN for compatibility - v2Sunil Mushran2010-02-021-1/+7