aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmthread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-6/+10
2010-05-18ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency breakWengang Wang1-6/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23ocfs2: add spinlock protection when dealing with lockres->purge.Wengang Wang1-1/+5
2009-04-03ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()Sunil Mushran1-2/+18
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateSunil Mushran1-2/+1
2009-01-05ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migratingSunil Mushran1-1/+2
2008-03-10ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlockSunil Mushran1-2/+4
2007-05-02[PATCH] ocfs2: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-03-26ocfs2_dlm: Fix lockres ref counting bugSunil Mushran1-8/+2
2007-03-14ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockresSunil Mushran1-0/+2
2007-02-07ocfs2_dlm: Calling post handler function in assert master handlerKurt Hackel1-0/+4
2007-02-07ocfs2_dlm: Fixes race between migrate and dirtyKurt Hackel1-13/+17
2007-02-07[PATCH] fs/ocfs2/dlm/: make functions staticAdrian Bunk1-1/+2
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel1-90/+77
2006-06-26ocfs2: use cond_resched() in dlm_thread()Kurt Hackel1-1/+1
2006-06-26ocfs2: temporarily disable automatic lock migrationKurt Hackel1-0/+14
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresKurt Hackel1-0/+6
2006-06-26ocfs2: purge lockres' soonerKurt Hackel1-2/+35
2006-06-26ocfs2: dlm recovery / lockres reference count fixKurt Hackel1-1/+1
2006-06-26ocfs2: add a small delay after a failed migrationKurt Hackel1-2/+5
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-4/+2
2006-01-03[PATCH] This patch contains the following cleanups:Adrian Bunk1-3/+0
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel1-0/+695