aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmrecovery.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-91/+108
* 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
* ocfs2/dlm: Print more messages during lock migrationSunil Mushran2010-01-251-8/+38
* ocfs2/dlm: Ignore LVBs of locks in the Blocked listSunil Mushran2010-01-251-14/+34
* ocfs2/trivial: Remove trailing whitespacesSunil Mushran2010-01-251-19/+19
* ocfs2: return -EAGAIN instead of EAGAIN in dlmTiger Yang2009-12-021-9/+9
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu2009-07-081-1/+1
* ocfs2/dlm: Print message showing the recovery masterSunil Mushran2008-03-101-3/+3
* ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran2008-03-101-6/+34
* ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran2008-03-101-0/+9
* ocfs2: Use dlm_print_one_lock_resource for lock resource printTao Ma2008-03-101-1/+1
* ocfs2/dlm: Clear joining_node on hearbeat node downTao Ma2008-01-251-6/+6
* ocfs2_dlm: Call node eviction callbacks from heartbeat handlerMark Fasheh2008-01-251-0/+7
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-5/+5
* [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen2007-07-101-1/+1
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-101-52/+25
* ocfs2: fix sparse warnings in fs/ocfs2/dlmMark Fasheh2007-05-021-2/+2
* ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda2007-04-261-0/+2
* ocfs2: Added post handler callable function in o2net message handlerKurt Hackel2007-02-071-6/+12
* ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel2007-02-071-6/+6
* ocfs2_dlm: wake up sleepers on the lockres waitqueueKurt Hackel2007-02-071-0/+1
* ocfs2_dlm: Dlm dispatch was stopping too earlyKurt Hackel2007-02-071-3/+0
* ocfs2_dlm: Drop inflight refmap even if no locks found on the lockresKurt Hackel2007-02-071-5/+3
* ocfs2_dlm: Fix migrate lockres handler queue scanningKurt Hackel2007-02-071-6/+20
* ocfs2_dlm: Make dlmunlock() wait for migration to completeKurt Hackel2007-02-071-0/+1
* ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel2007-02-071-7/+116
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-3/+3
* WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+3
* ocfs2: Allow binary names in the DLMMark Fasheh2006-09-241-1/+2
* [PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() staticAdrian Bunk2006-06-291-2/+6
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-2/+2
* [PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk2006-06-261-1/+1
* ocfs2: move dlm work to a private work queueKurt Hackel2006-06-261-2/+11
* ocfs2: tune down some noisy messages during dlm recoveryKurt Hackel2006-06-261-1/+1
* ocfs2: display message before waiting for recovery to completeKurt Hackel2006-06-261-0/+7
* ocfs2: use GFP_NOFS in some dlm operationsKurt Hackel2006-06-261-5/+5
* ocfs2: wait for recovery when starting lock masteryKurt Hackel2006-06-261-0/+30
* ocfs2: continue recovery when a dead node is encounteredKurt Hackel2006-06-261-0/+1
* ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()Kurt Hackel2006-06-261-1/+0
* ocfs2: dlm_remaster_locks() should never exit without completingKurt Hackel2006-06-261-54/+62
* ocfs2: special case recovery lock in dlmlock_remote()Kurt Hackel2006-06-261-0/+4