summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm
AgeCommit message (Expand)AuthorFilesLines
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen1-1/+1
2018-10-27fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2018-10-27ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-06ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-06ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge1-4/+0
2018-04-06ocfs2: correct spelling mistake for migratable for allChangwei Ge1-4/+4
2018-04-06ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King1-1/+1
2018-04-06ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun3-3/+26
2018-04-06ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge1-2/+0
2018-04-06ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge1-4/+4
2018-04-06fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge1-7/+0
2018-04-06ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2-12/+6
2018-04-06ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-04-06ocfs2: remove some unused function declarationspiaojun1-3/+0
2018-02-01fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge1-7/+0
2017-11-16ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge1-1/+3
2017-11-16ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-16ocfs2: no need flush workqueue before destroying itpiaojun1-1/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-28scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra4-12/+12
2016-12-13ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-13ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-13ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-10-12ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-08fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-09-20ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2016-08-03ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun4-46/+74
2016-08-03ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2-5/+17
2016-08-03ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun1-2/+11
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-27ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2-25/+2
2016-07-21qstr: constify instances in ocfs2Al Viro1-3/+1
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-04-29ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei1-0/+2
2016-03-26ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei1-0/+6
2016-03-26ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-03-26ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-16ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-16ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-16ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei1-1/+13
2016-03-16ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-03-16ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei3-3/+17
2016-03-16ocfs2/dlm: add DEREF_DONE messagexuejiufei3-1/+138
2016-03-16ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi1-2/+2
2016-02-06ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-01-15ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi1-11/+0
2016-01-15ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1