summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi2022-11-184-27/+24
* ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-181-1/+1
* ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel2022-04-291-6/+6
* ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-291-11/+10
* all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-154-13/+13
* ocfs2/dlm: remove redundant assignment of variable retColin Ian King2021-11-061-1/+0
* ocfs2: remove redundant assignment to pointer queueColin Ian King2021-06-291-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-0714-42/+14
* ocfs2/dlm: remove unused functionJiapeng Chong2021-04-301-7/+0
* 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