aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmrecovery.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2021-11-06ocfs2/dlm: remove redundant assignment of variable retColin Ian King1-1/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-04-30ocfs2/dlm: remove unused functionJiapeng Chong1-7/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retColin Ian King1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada1-4/+4
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva1-5/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-16/+1
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge1-4/+0
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun1-3/+10
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge1-7/+0
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao1-0/+9
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun1-8/+21
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi1-1/+0
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue1-0/+8
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei1-1/+13
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-01-14ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1
2016-01-14ocfs2/dlm: fix a race between purge and migrationXue jiufei1-1/+8
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi1-1/+1
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi1-1/+1
2015-09-22ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi1-2/+6
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-04ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-02-10ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei1-0/+7
2015-01-08ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi1-4/+1
2014-12-10ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi1-5/+13
2014-10-09ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei1-1/+2
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei1-1/+9
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2013-11-13ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei1-1/+4
2013-07-03ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei1-0/+1
2013-07-03fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi1-2/+1
2013-07-03fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi1-3/+0
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei1-0/+1
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat1-4/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran1-24/+22
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran1-4/+4
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran1-32/+25
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran1-22/+31
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran1-0/+1
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-4/+1
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-4/+0
2010-08-07ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang1-12/+10
2010-07-12ocfs2/dlm: don't access beyond bitmap sizeWengang Wang1-1/+1
2010-05-05ocfs2: print node # when tcp failsWengang Wang1-9/+18
2010-02-26dlm: allow dlm do recovery during shutdownSrinivas Eeda1-1/+1
2010-02-03ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran1-1/+6
2010-02-02ocfs2/dlm: Handle EAGAIN for compatibility - v2Sunil Mushran1-1/+7
2010-01-25ocfs2/dlm: Print more messages during lock migrationSunil Mushran1-8/+38
2010-01-25ocfs2/dlm: Ignore LVBs of locks in the Blocked listSunil Mushran1-14/+34
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-19/+19
2009-12-02ocfs2: return -EAGAIN instead of EAGAIN in dlmTiger Yang1-9/+9
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-07-08ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu1-1/+1
2008-03-10ocfs2/dlm: Print message showing the recovery masterSunil Mushran1-3/+3
2008-03-10ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran1-6/+34
2008-03-10ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran1-0/+9
2008-03-10ocfs2: Use dlm_print_one_lock_resource for lock resource printTao Ma1-1/+1
2008-01-25ocfs2/dlm: Clear joining_node on hearbeat node downTao Ma1-6/+6
2008-01-25ocfs2_dlm: Call node eviction callbacks from heartbeat handlerMark Fasheh1-0/+7
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-5/+5
2007-07-10[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen1-1/+1
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig1-52/+25
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/dlmMark Fasheh1-2/+2
2007-04-26ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda1-0/+2
2007-02-07ocfs2: Added post handler callable function in o2net message handlerKurt Hackel1-6/+12
2007-02-07ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel1-6/+6
2007-02-07ocfs2_dlm: wake up sleepers on the lockres waitqueueKurt Hackel1-0/+1
2007-02-07ocfs2_dlm: Dlm dispatch was stopping too earlyKurt Hackel1-3/+0
2007-02-07ocfs2_dlm: Drop inflight refmap even if no locks found on the lockresKurt Hackel1-5/+3
2007-02-07ocfs2_dlm: Fix migrate lockres handler queue scanningKurt Hackel1-6/+20
2007-02-07ocfs2_dlm: Make dlmunlock() wait for migration to completeKurt Hackel1-0/+1
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel1-7/+116
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+3
2006-09-24ocfs2: Allow binary names in the DLMMark Fasheh1-1/+2
2006-06-29[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() staticAdrian Bunk1-2/+6
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-2/+2
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk1-1/+1
2006-06-26ocfs2: move dlm work to a private work queueKurt Hackel1-2/+11
2006-06-26ocfs2: tune down some noisy messages during dlm recoveryKurt Hackel1-1/+1
2006-06-26ocfs2: display message before waiting for recovery to completeKurt Hackel1-0/+7
2006-06-26ocfs2: use GFP_NOFS in some dlm operationsKurt Hackel1-5/+5
2006-06-26ocfs2: wait for recovery when starting lock masteryKurt Hackel1-0/+30
2006-06-26ocfs2: continue recovery when a dead node is encounteredKurt Hackel1-0/+1
2006-06-26ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()Kurt Hackel1-1/+0
2006-06-26ocfs2: dlm_remaster_locks() should never exit without completingKurt Hackel1-54/+62
2006-06-26ocfs2: special case recovery lock in dlmlock_remote()Kurt Hackel1-0/+4
2006-06-26ocfs2: update lvb immediately during recoveryKurt Hackel1-18/+26
2006-06-26ocfs2: dump mismatching migrated lvbs before BUG()Kurt Hackel1-2/+13
2006-06-26ocfs2: make dlm recovery finalization 2 stageKurt Hackel1-17/+95
2006-06-26ocfs2: dlm recovery / lockres reference count fixKurt Hackel1-3/+13
2006-06-26ocfs2: clean up recovery related messagesKurt Hackel1-12/+90
2006-06-26ocfs2: handle network errors during recoveryKurt Hackel1-17/+36
2006-06-26ocfs2: only recover one dead node at a timeKurt Hackel1-3/+35
2006-06-26ocfs2: Better tracking for recovery state changesKurt Hackel1-9/+28
2006-06-26ocfs2: Fix empty lvb checkKurt Hackel1-5/+7
2006-06-26ocfs2: fix inverted logic in dlm_is_node_deadKurt Hackel1-1/+1
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips1-2/+2
2006-06-26ocfs2: calculate lockid hash values outside of the spinlockMark Fasheh1-1/+4
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-6/+3
2006-03-24ocfs2: don't use MLF* in dlm/ filesKurt Hackel1-4/+8
2006-03-24[PATCH] ocfs2: dlm recovery fixesKurt Hackel1-17/+21
2006-03-01[PATCH] ocfs2: use hlists for lockres hashMark Fasheh1-11/+12
2006-02-16[PATCH] ocfs2: add dlm_wait_for_node_deathKurt Hackel1-0/+18
2006-02-16[PATCH] ocfs2: recheck recovery state after getting lockKurt Hackel1-0/+24
2006-02-03[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>Adrian Bunk1-0/+1
2006-02-03[PATCH] ocfs2/dlm: fixesKurt Hackel1-37/+212
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel1-0/+2132