aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmrecovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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