Remove SLAB_CTOR_CONSTRUCTOR
[safe/jmp/linux-2.6] / fs / ocfs2 / dlm / dlmrecovery.c
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