aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
AgeCommit message (Expand)AuthorFilesLines
2026-03-27ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy1-1/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-10/+10
2026-01-26ocfs2: adjust function name referenceJulia Lawall1-1/+1
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2-12/+0
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-13ocfs2: remove commented out mlog() statementsThorsten Blum2-12/+0
2025-07-19ocfs2/dlm: fix "take a while" typoAhelenia ZiemiaƄska1-1/+1
2025-01-24ocfs2: use str_yes_no() and str_no_yes() helper functionsThorsten Blum3-14/+14
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov2-4/+4
2024-11-05ocfs2: remove unused errmsg function and tableDr. David Alan Gilbert2-55/+0
2024-05-08ocfs2: remove redundant assignment to variable statusColin Ian King1-1/+0
2024-04-25ocfs2: fix sparse warningsHeming Zhao1-6/+5
2022-11-18ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi4-27/+24
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi1-1/+1
2022-04-29ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel1-6/+6
2022-04-29ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel1-11/+10
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov4-13/+13
2021-11-06ocfs2/dlm: remove redundant assignment of variable retColin Ian King1-1/+0
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada14-42/+14
2021-04-30ocfs2/dlm: remove unused functionJiapeng Chong1-7/+0
2021-02-24ocfs2: clean up some definitions which are not used any moreguozh2-14/+0
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge1-0/+1
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-50/+50
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-04-02ocfs2: remove dlm_lock_is_remoteAlex Shi1-2/+0
2020-04-02ocfs2: remove unused macrosAlex Shi2-3/+0
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko1-4/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retColin Ian King1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada10-38/+36
2020-01-31fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki1-2/+0
2019-09-24ocfs2: wait for recovering done after direct unlock requestChangwei Ge1-4/+19
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman4-64/+15
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-53/+11
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner14-224/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+1
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen1-1/+1
2018-10-26fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2018-10-26ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-05ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge1-4/+0
2018-04-05ocfs2: correct spelling mistake for migratable for allChangwei Ge1-4/+4
2018-04-05ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King1-1/+1
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun3-3/+26
2018-04-05ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge1-2/+0
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge1-7/+0
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2-12/+6
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-04-05ocfs2: remove some unused function declarationspiaojun1-3/+0
2018-01-31fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge1-7/+0
2017-11-15ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge1-1/+3
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-15ocfs2: 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-27scripts/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-12ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-12ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-10-11ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-09-19ocfs2/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-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun4-46/+74
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2-5/+17
2016-08-02ocfs2/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-26ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2-25/+2
2016-07-20qstr: constify instances in ocfs2Al Viro1-3/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-04-28ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei1-0/+2
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei1-0/+6
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-15ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei1-1/+13
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei3-3/+17
2016-03-15ocfs2/dlm: add DEREF_DONE messagexuejiufei3-1/+138
2016-03-15ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi1-2/+2
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-01-14ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi1-11/+0
2016-01-14ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1
2016-01-14ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei1-2/+3
2016-01-14ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-14ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2-2/+2
2016-01-14ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen1-1/+1
2016-01-14ocfs2/dlm: fix a race between purge and migrationXue jiufei1-1/+8
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi3-3/+6
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-09-22ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-5/+12
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-04ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-04ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-04ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-09-04ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi1-2/+0
2015-09-04ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi1-2/+3
2015-06-24ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi1-1/+0
2015-05-05ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-02-10o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda1-1/+5
2015-02-10ocfs2: dlm: dlmdomain: remove unused functionRickard Strandqvist2-15/+0
2015-02-10ocfs2: fix snprintf format specifier in dlmdebug.calex chen1-2/+2
2015-02-10ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei1-0/+7
2015-01-08ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi1-4/+1
2014-12-18ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_workerJoseph Qi1-9/+3
2014-12-10ocfs2: remove unneeded NULL checkDan Carpenter1-1/+1
2014-12-10ocfs2: o2dlm: fix a race between purge and master querySrinivas Eeda1-0/+12
2014-12-10ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi1-5/+13
2014-10-09ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi1-1/+1
2014-10-09fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-10-09ocfs2: remove unused code in dlm_new_lockres()Xue jiufei1-3/+0
2014-10-09ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-10-09ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi1-20/+22
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-09-26ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-08-06ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed1-0/+4
2014-08-06ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei1-3/+2
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-23ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen1-5/+9
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2014-06-23ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed1-5/+13
2014-06-04ocfs2: remove some unused codeXue jiufei2-2/+0
2014-06-04ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei1-1/+12
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei1-1/+9
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick3-5/+5
2014-05-23ocfs2: fix double kmem_cache_destroy in dlm_initJoseph Qi1-2/+6
2014-04-03ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: fix null pointer dereference when access dlm_state before launching dl...Zongxun Wang1-3/+3
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues4-78/+2
2013-11-13ocfs2: break useless while loopJunxiao Bi1-1/+3
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei1-0/+4
2013-11-13ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang9-90/+40
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei1-1/+4
2013-07-03ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei1-0/+1
2013-07-03ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei1-0/+1
2013-07-03fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi1-2/+1
2013-07-03fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi1-3/+0
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei1-0/+1
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat1-4/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter1-1/+1
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner1-3/+1
2012-05-29ocfs2: trivial endianness misannotationsAl Viro3-5/+5
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-271/+238
2011-11-17fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall1-1/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran1-7/+0
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran1-10/+8
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran3-39/+32
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2-26/+24
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran3-11/+15
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran3-78/+65
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran1-32/+25
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran5-70/+71
2011-05-25ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2-95/+57
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran4-11/+82
2011-05-23ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran2-84/+63
2011-05-13ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran1-0/+3
2011-05-13ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-42/+29
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker6-30/+13
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-02-22ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran1-12/+16
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-4/+1
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma6-26/+12
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-268/+244
2010-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+27
2010-12-22ocfs2/dlm: Hard code the values for enumsSunil Mushran1-43/+43
2010-12-22ocfs2/dlm: Minor cleanupSunil Mushran1-14/+8
2010-12-22ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran2-117/+66
2010-12-16ocfs2/cluster: Pin/unpin o2hb regionsSunil Mushran1-4/+4
2010-12-16ocfs2/dlm: make existing convertion precedent over new lockWengang Wang1-0/+3
2010-12-16ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran3-90/+120
2010-12-09ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran1-13/+27
2010-11-18fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba1-1/+1
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker4-4/+480
2010-10-09ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran1-1/+1
2010-10-07ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2-1/+198
2010-10-09ocfs2/dlm: Add message DLM_QUERY_REGIONSunil Mushran2-1/+229
2010-10-06ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran1-1/+3
2010-09-23o2dlm: force free mles during dlm exitSrinivas Eeda3-0/+42
2010-09-15ocfs2: Initialize the bktcnt variable properly, and call it bucket_countJoel Becker1-4/+4
2010-09-10Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.cTristan Ye1-1/+8
2010-08-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds3-78/+67