aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmthread.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateGravatar Yury Norov 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2020-04-02ocfs2: remove dlm_lock_is_remoteGravatar Alex Shi 1-2/+0
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 1-1/+0
2020-01-31ocfs2: make local header paths relative to C filesGravatar Masahiro Yamada 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-16/+1
2018-10-26ocfs2/dlm: remove unnecessary parenthesesGravatar Nathan Chancellor 1-1/+1
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downGravatar piaojun 1-4/+48
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refGravatar piaojun 1-2/+11
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyGravatar Jiufei Xue 1-2/+4
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowGravatar xuejiufei 1-0/+7
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisGravatar Joseph Qi 1-1/+2
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesGravatar Yiwen Jiang 1-0/+10
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterGravatar Xue jiufei 1-4/+7
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Gravatar Xue jiufei 1-1/+1
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Gravatar Dong Fang 1-14/+5
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooGravatar Sunil Mushran 1-5/+7
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashGravatar Sunil Mushran 1-1/+1
2011-07-24ocfs2/dlm: Clean up messages in o2dlmGravatar Sunil Mushran 1-2/+0
2010-12-16ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cGravatar Sunil Mushran 1-64/+68
2010-08-07ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterGravatar Wengang Wang 1-13/+21
2010-08-07ocfs2 fix o2dlm dlm run purgelist (rev 3)Gravatar Srinivas Eeda 1-46/+34
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+10
2010-05-18ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency breakGravatar Wengang Wang 1-6/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-09-23ocfs2: add spinlock protection when dealing with lockres->purge.Gravatar Wengang Wang 1-1/+5
2009-04-03ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()Gravatar Sunil Mushran 1-2/+18
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateGravatar Sunil Mushran 1-2/+1
2009-01-05ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migratingGravatar Sunil Mushran 1-1/+2
2008-03-10ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlockGravatar Sunil Mushran 1-2/+4
2007-05-02[PATCH] ocfs2: use __set_current_state()Gravatar Milind Arun Choudhary 1-1/+1
2007-03-26ocfs2_dlm: Fix lockres ref counting bugGravatar Sunil Mushran 1-8/+2
2007-03-14ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockresGravatar Sunil Mushran 1-0/+2
2007-02-07ocfs2_dlm: Calling post handler function in assert master handlerGravatar Kurt Hackel 1-0/+4
2007-02-07ocfs2_dlm: Fixes race between migrate and dirtyGravatar Kurt Hackel 1-13/+17
2007-02-07[PATCH] fs/ocfs2/dlm/: make functions staticGravatar Adrian Bunk 1-1/+2
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesGravatar Kurt Hackel 1-90/+77
2006-06-26ocfs2: use cond_resched() in dlm_thread()Gravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: temporarily disable automatic lock migrationGravatar Kurt Hackel 1-0/+14
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresGravatar Kurt Hackel 1-0/+6
2006-06-26ocfs2: purge lockres' soonerGravatar Kurt Hackel 1-2/+35
2006-06-26ocfs2: dlm recovery / lockres reference count fixGravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: add a small delay after a failed migrationGravatar Kurt Hackel 1-2/+5
2006-06-26[PATCH] fs: use list_move()Gravatar Akinobu Mita 1-4/+2
2006-01-03[PATCH] This patch contains the following cleanups:Gravatar Adrian Bunk 1-3/+0
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemGravatar Kurt Hackel 1-0/+695