search for: purgelist

Displaying 3 results from an estimated 3 matches for "purgelist".

Did you mean: purge_list
2010 Jun 19
3
[PATCH 1/1] ocfs2 fix o2dlm dlm run purgelist
There are two problems in dlm_run_purgelist 1. If a lockres is found to be in use, dlm_run_purgelist keeps trying to purge the same lockres instead of trying the next lockres. 2. When a lockres is found unused, dlm_run_purgelist releases lockres spinlock before setting DLM_LOCK_RES_DROPPING_REF and calls dlm_purge_lockres. spinlock is reac...
2012 Jun 14
0
[ocfs2-announce] OCFS2 1.4.10-1 released
...tcp fails ocfs2:_dlmfs Fix math error when reading LVB ocfs2: Check the owner of a lockres inside the spinlock o2net: Disallow o2net accept connection request from itself ocfs2: dlm remove potential deadlock V3 ocfs2: dlm avoid incorrect bit set in refmap on recovery master ocfs2: fix o2dlm dlm run purgelist rev 3 ocfs2: dlm fix a dead lock ocfs2: dlm Remove BUG_ON from migration in the rare case of a down node ocfs2: dlm don t access beyond bitmap size ocfs2/dlm: Add missing spin_unlock ocfs2/dlm: avoid dlm ast_lock lockres spinlock dependency break ocfs2/dlm: Use kstrdup ocfs2/dlm: Drop memory alloca...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...ist ocfs2/dlm: Create debugfs dirs ocfs2/dlm: Dump the dlm state in a debugfs file ocfs2/dlm: Dumps the lockres' into a debugfs file ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h ocfs2/dlm: Dumps the mles into a debugfs file ocfs2/dlm: Dumps the purgelist into a debugfs file ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c ocfs2/dlm: Fix lockname in lockres print function ocfs2/dlm: Cleanup lockres print Tao Ma (6): ocfs2: Reconnect after idle time out. ocfs2: Add support for cross extent block...