aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmthread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-04-02ocfs2: remove dlm_lock_is_remoteAlex Shi1-2/+0
2020-04-02ocfs2: remove unused macrosAlex Shi1-1/+0
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-16/+1
2018-10-26ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor1-1/+1
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun1-4/+48
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun1-2/+11
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue1-2/+4
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei1-0/+7
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi1-1/+2
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang1-0/+10
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei1-4/+7
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang1-14/+5
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran1-5/+7
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran1-1/+1
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran1-2/+0
2010-12-16ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran1-64/+68
2010-08-07ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang1-13/+21
2010-08-07ocfs2 fix o2dlm dlm run purgelist (rev 3)Srinivas Eeda1-46/+34
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