summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: clean up some definitions which are not used any moreguozh2021-02-242-14/+0
* ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-021-50/+50
* ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
* ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
* ocfs2: remove unused macrosAlex Shi2020-04-022-3/+0
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-4/+0
* ocfs2/dlm: remove redundant assignment to retColin Ian King2020-01-311-1/+1
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-3110-38/+36
* fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki2020-01-311-2/+0
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-241-4/+19
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-244-64/+15
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-123-53/+11
* ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3
* 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/+14
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+1
* 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-261-1/+1
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-261-1/+1
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-051-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-051-4/+0
* ocfs2: correct spelling mistake for migratable for allChangwei Ge2018-04-051-4/+4
* ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King2018-04-051-1/+1
* ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun2018-04-053-3/+26
* ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge2018-04-051-2/+0
* ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge2018-04-051-4/+4
* fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge2018-04-051-7/+0
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-052-12/+6
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-04-053-15/+33
* ocfs2: remove some unused function declarationspiaojun2018-04-051-3/+0
* fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge2018-01-311-7/+0
* ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge2017-11-151-1/+3
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-151-0/+1
* ocfs2: no need flush workqueue before destroying itpiaojun2017-11-151-1/+0
* 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-271-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-121-6/+0
* ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua2016-12-121-4/+1
* ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-121-2/+0
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-111-0/+3
* fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-191-6/+6
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-3/+1
|\
| * qstr: constify instances in ocfs2Al Viro2016-07-201-3/+1
* | 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