summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmrecovery.c
AgeCommit message (Expand)Author
2020-01-31ocfs2/dlm: remove redundant assignment to retColin Ian King
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-01-14ocfs2: dlm: remove redundant codeJunxiao Bi
2016-01-14ocfs2/dlm: fix a race between purge and migrationXue jiufei
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi
2015-09-22ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton
2015-09-04ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi
2015-02-10ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei
2015-01-08ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi
2014-12-10ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi
2014-10-09ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi
2013-11-13ocfs2: skip locks in the blocked listXue jiufei
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei
2013-07-03ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei
2013-07-03fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi
2013-07-03fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
2010-08-07ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang
2010-07-12ocfs2/dlm: don't access beyond bitmap sizeWengang Wang