| Commit message (Expand) | Author | Age | Files | Lines |
* | ocfs2: fix sparse warnings in fs/ocfs2/dlm | Mark Fasheh | 2007-05-02 | 1 | -2/+2 |
* | ocfs2_dlm: fix race in dlm_remaster_locks | Srinivas Eeda | 2007-04-26 | 1 | -0/+2 |
* | ocfs2: Added post handler callable function in o2net message handler | Kurt Hackel | 2007-02-07 | 1 | -6/+12 |
* | ocfs2_dlm: Cookies in locks not being printed correctly in error messages | Kurt Hackel | 2007-02-07 | 1 | -6/+6 |
* | ocfs2_dlm: wake up sleepers on the lockres waitqueue | Kurt Hackel | 2007-02-07 | 1 | -0/+1 |
* | ocfs2_dlm: Dlm dispatch was stopping too early | Kurt Hackel | 2007-02-07 | 1 | -3/+0 |
* | ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres | Kurt Hackel | 2007-02-07 | 1 | -5/+3 |
* | ocfs2_dlm: Fix migrate lockres handler queue scanning | Kurt Hackel | 2007-02-07 | 1 | -6/+20 |
* | ocfs2_dlm: Make dlmunlock() wait for migration to complete | Kurt Hackel | 2007-02-07 | 1 | -0/+1 |
* | ocfs2_dlm: fix cluster-wide refcounting of lock resources | Kurt Hackel | 2007-02-07 | 1 | -7/+116 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -3/+3 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -2/+3 |
* | ocfs2: Allow binary names in the DLM | Mark Fasheh | 2006-09-24 | 1 | -1/+2 |
* | [PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() static | Adrian Bunk | 2006-06-29 | 1 | -2/+6 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 1 | -2/+2 |
* | [PATCH] fs/ocfs2/dlm/: cleanups | Adrian Bunk | 2006-06-26 | 1 | -1/+1 |
* | ocfs2: move dlm work to a private work queue | Kurt Hackel | 2006-06-26 | 1 | -2/+11 |
* | ocfs2: tune down some noisy messages during dlm recovery | Kurt Hackel | 2006-06-26 | 1 | -1/+1 |
* | ocfs2: display message before waiting for recovery to complete | Kurt Hackel | 2006-06-26 | 1 | -0/+7 |
* | ocfs2: use GFP_NOFS in some dlm operations | Kurt Hackel | 2006-06-26 | 1 | -5/+5 |
* | ocfs2: wait for recovery when starting lock mastery | Kurt Hackel | 2006-06-26 | 1 | -0/+30 |
* | ocfs2: continue recovery when a dead node is encountered | Kurt Hackel | 2006-06-26 | 1 | -0/+1 |
* | ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() | Kurt Hackel | 2006-06-26 | 1 | -1/+0 |
* | ocfs2: dlm_remaster_locks() should never exit without completing | Kurt Hackel | 2006-06-26 | 1 | -54/+62 |
* | ocfs2: special case recovery lock in dlmlock_remote() | Kurt Hackel | 2006-06-26 | 1 | -0/+4 |
* | ocfs2: update lvb immediately during recovery | Kurt Hackel | 2006-06-26 | 1 | -18/+26 |
* | ocfs2: dump mismatching migrated lvbs before BUG() | Kurt Hackel | 2006-06-26 | 1 | -2/+13 |
* | ocfs2: make dlm recovery finalization 2 stage | Kurt Hackel | 2006-06-26 | 1 | -17/+95 |
* | ocfs2: dlm recovery / lockres reference count fix | Kurt Hackel | 2006-06-26 | 1 | -3/+13 |
* | ocfs2: clean up recovery related messages | Kurt Hackel | 2006-06-26 | 1 | -12/+90 |
* | ocfs2: handle network errors during recovery | Kurt Hackel | 2006-06-26 | 1 | -17/+36 |
* | ocfs2: only recover one dead node at a time | Kurt Hackel | 2006-06-26 | 1 | -3/+35 |
* | ocfs2: Better tracking for recovery state changes | Kurt Hackel | 2006-06-26 | 1 | -9/+28 |
* | ocfs2: Fix empty lvb check | Kurt Hackel | 2006-06-26 | 1 | -5/+7 |
* | ocfs2: fix inverted logic in dlm_is_node_dead | Kurt Hackel | 2006-06-26 | 1 | -1/+1 |
* | ocfs2: allocate lockres hash pages in an array | Daniel Phillips | 2006-06-26 | 1 | -2/+2 |
* | ocfs2: calculate lockid hash values outside of the spinlock | Mark Fasheh | 2006-06-26 | 1 | -1/+4 |
* | [PATCH] fs: use list_move() | Akinobu Mita | 2006-06-26 | 1 | -6/+3 |
* | ocfs2: don't use MLF* in dlm/ files | Kurt Hackel | 2006-03-24 | 1 | -4/+8 |
* | [PATCH] ocfs2: dlm recovery fixes | Kurt Hackel | 2006-03-24 | 1 | -17/+21 |
* | [PATCH] ocfs2: use hlists for lockres hash | Mark Fasheh | 2006-03-01 | 1 | -11/+12 |
* | [PATCH] ocfs2: add dlm_wait_for_node_death | Kurt Hackel | 2006-02-16 | 1 | -0/+18 |
* | [PATCH] ocfs2: recheck recovery state after getting lock | Kurt Hackel | 2006-02-16 | 1 | -0/+24 |
* | [PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h> | Adrian Bunk | 2006-02-03 | 1 | -0/+1 |
* | [PATCH] ocfs2/dlm: fixes | Kurt Hackel | 2006-02-03 | 1 | -37/+212 |
* | [PATCH] OCFS2: The Second Oracle Cluster Filesystem | Kurt Hackel | 2006-01-03 | 1 | -0/+2132 |