ocfs2/trivial: Remove trailing whitespaces
[safe/jmp/linux-2.6] / fs / ocfs2 / dlm / dlmrecovery.c
2010-01-26 Sunil Mushranocfs2/trivial: Remove trailing whitespaces
2009-12-03 Tiger Yangocfs2: return -EAGAIN instead of EAGAIN in dlm
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-07-08 Jeff Liuocfs2: trivial fix for s/migrate/migration/ in dlmrecov...
2008-03-10 Sunil Mushranocfs2/dlm: Print message showing the recovery master
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lockres_put()s in migration...
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lock_put()s
2008-03-10 Tao Maocfs2: Use dlm_print_one_lock_resource for lock resourc...
2008-01-25 Tao Maocfs2/dlm: Clear joining_node on hearbeat node down
2008-01-25 Mark Fashehocfs2_dlm: Call node eviction callbacks from heartbeat...
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-07-11 Shani Moideen[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with...
2007-07-11 Christoph Hellwig[PATCH] ocfs2: use list_for_each_entry where benefical
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2/dlm
2007-04-26 Srinivas Eedaocfs2_dlm: fix race in dlm_remaster_locks
2007-02-07 Kurt Hackelocfs2: Added post handler callable function in o2net...
2007-02-07 Kurt Hackelocfs2_dlm: Cookies in locks not being printed correctly...
2007-02-07 Kurt Hackelocfs2_dlm: wake up sleepers on the lockres waitqueue
2007-02-07 Kurt Hackelocfs2_dlm: Dlm dispatch was stopping too early
2007-02-07 Kurt Hackelocfs2_dlm: Drop inflight refmap even if no locks found...
2007-02-07 Kurt Hackelocfs2_dlm: Fix migrate lockres handler queue scanning
2007-02-07 Kurt Hackelocfs2_dlm: Make dlmunlock() wait for migration to complete
2007-02-07 Kurt Hackelocfs2_dlm: fix cluster-wide refcounting of lock resources
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-09-24 Mark Fashehocfs2: Allow binary names in the DLM
2006-06-29 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_ma...
2006-06-28 Ingo Molnar[PATCH] spin/rwlock init cleanups
2006-06-26 Adrian Bunk[PATCH] fs/ocfs2/dlm/: cleanups
2006-06-26 Kurt Hackelocfs2: move dlm work to a private work queue
2006-06-26 Kurt Hackelocfs2: tune down some noisy messages during dlm recovery
2006-06-26 Kurt Hackelocfs2: display message before waiting for recovery...
2006-06-26 Kurt Hackelocfs2: use GFP_NOFS in some dlm operations
2006-06-26 Kurt Hackelocfs2: wait for recovery when starting lock mastery
2006-06-26 Kurt Hackelocfs2: continue recovery when a dead node is encountered
2006-06-26 Kurt Hackelocfs2: remove unneccesary spin_unlock() in dlm_remaster...
2006-06-26 Kurt Hackelocfs2: dlm_remaster_locks() should never exit without...
2006-06-26 Kurt Hackelocfs2: special case recovery lock in dlmlock_remote()
2006-06-26 Kurt Hackelocfs2: update lvb immediately during recovery
2006-06-26 Kurt Hackelocfs2: dump mismatching migrated lvbs before BUG()
2006-06-26 Kurt Hackelocfs2: make dlm recovery finalization 2 stage
2006-06-26 Kurt Hackelocfs2: dlm recovery / lockres reference count fix
2006-06-26 Kurt Hackelocfs2: clean up recovery related messages
2006-06-26 Kurt Hackelocfs2: handle network errors during recovery
2006-06-26 Kurt Hackelocfs2: only recover one dead node at a time
2006-06-26 Kurt Hackelocfs2: Better tracking for recovery state changes
2006-06-26 Kurt Hackelocfs2: Fix empty lvb check
2006-06-26 Kurt Hackelocfs2: fix inverted logic in dlm_is_node_dead
2006-06-26 Daniel Phillipsocfs2: allocate lockres hash pages in an array
2006-06-26 Mark Fashehocfs2: calculate lockid hash values outside of the...
2006-06-26 Akinobu Mita[PATCH] fs: use list_move()
2006-03-24 Kurt Hackelocfs2: don't use MLF* in dlm/ files
2006-03-24 Kurt Hackel[PATCH] ocfs2: dlm recovery fixes
2006-03-01 Mark Fasheh[PATCH] ocfs2: use hlists for lockres hash
2006-02-16 Kurt Hackel[PATCH] ocfs2: add dlm_wait_for_node_death
2006-02-16 Kurt Hackel[PATCH] ocfs2: recheck recovery state after getting...
2006-02-03 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux...
2006-02-03 Kurt Hackel[PATCH] ocfs2/dlm: fixes
2006-01-03 Kurt Hackel[PATCH] OCFS2: The Second Oracle Cluster Filesystem