summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-123-53/+11Star
* ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3Star
* fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3014-224/+14Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+1Star
* ocfs2: improve ocfs2 MakefileLarry Chen2018-12-281-1/+1
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-271-1/+1
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-061-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-061-4/+0Star
* 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/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun2018-04-063-3/+26
* ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge2018-04-061-2/+0Star
* ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge2018-04-061-4/+4
* fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge2018-04-061-7/+0Star
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-062-12/+6Star
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-04-063-15/+33
* ocfs2: remove some unused function declarationspiaojun2018-04-061-3/+0Star
* 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
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-161-0/+1
* ocfs2: no need flush workqueue before destroying itpiaojun2017-11-161-1/+0Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-144-12/+12
* 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/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-131-2/+0Star
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-121-0/+3
* fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-201-6/+6
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-3/+1Star
|\
| * qstr: constify instances in ocfs2Al Viro2016-07-211-3/+1Star
* | ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun2016-08-024-46/+74
* | ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2016-08-022-5/+17
* | ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun2016-08-021-2/+11
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
| |/
* / ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2016-07-272-25/+2Star
|/
* ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei2016-04-291-0/+2
* ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei2016-03-261-0/+6
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-03-262-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-03-261-1/+10
* ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao2016-03-161-1/+1
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-164-4/+18
* ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei2016-03-161-1/+13
* ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei2016-03-161-8/+10