summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmmaster.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-061-2/+2
* ocfs2: correct spelling mistake for migratable for allChangwei Ge2018-04-061-4/+4
* ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King2018-04-061-1/+1
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-061-10/+5Star
* fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge2018-02-011-7/+0Star
* ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge2017-11-161-1/+3
* scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-4/+4
* ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun2016-12-131-6/+0Star
* ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua2016-12-131-4/+1Star
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-121-0/+3
* ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun2016-08-021-34/+3Star
* ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2016-08-021-3/+6
* ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun2016-08-021-2/+11
* ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei2016-04-291-0/+2
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-161-1/+2
* ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei2016-03-161-3/+5
* ocfs2/dlm: add DEREF_DONE messagexuejiufei2016-03-161-0/+116
* ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei2016-01-151-2/+3
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-01-151-11/+15
* ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2016-01-151-1/+1
* ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen2016-01-151-1/+1
* ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei2015-12-301-0/+2
* ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2015-10-231-1/+2
* ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2015-09-231-3/+6
* ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2015-09-051-11/+11
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-05-061-0/+13
* ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_workerJoseph Qi2014-12-191-9/+3Star
* ocfs2: o2dlm: fix a race between purge and master querySrinivas Eeda2014-12-111-0/+12
* ocfs2: remove unused code in dlm_new_lockres()Xue jiufei2014-10-101-3/+0Star
* ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen2014-10-031-0/+4
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-09-261-8/+10
* ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed2014-08-071-0/+4
* ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei2014-06-241-1/+42
* ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen2014-06-241-5/+9
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-051-3/+3
* ocfs2: fix double kmem_cache_destroy in dlm_initJoseph Qi2014-05-231-2/+6
* ocfs2: break useless while loopJunxiao Bi2013-11-131-1/+3
* ocfs2: delay migration when the lockres is in migration stateXue jiufei2013-11-131-0/+4
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-121-13/+5Star
* ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter2013-02-261-1/+1
* ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran2011-07-241-30/+17Star
* ocfs2/dlm: Clean up refmap helpersSunil Mushran2011-07-241-35/+53
* ocfs2/dlm: Clean up messages in o2dlmSunil Mushran2011-07-241-25/+21Star
* ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2011-05-261-92/+50Star
* ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran2011-05-241-84/+51Star
* ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran2011-05-131-0/+3
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-5/+1Star
* ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran2010-12-101-13/+27