aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdebug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel1-6/+6
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-50/+50
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada1-4/+4
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-44/+11
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-39/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-16/+1
2018-10-26fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_mle()Jia-Ju Bai1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-6/+6
2016-07-26ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi1-24/+2
2015-02-10ocfs2: fix snprintf format specifier in dlmdebug.calex chen1-2/+2
2014-10-09fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick1-1/+1
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang1-11/+4
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran1-0/+6
2010-12-22ocfs2/dlm: Minor cleanupSunil Mushran1-14/+8
2010-12-22ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran1-112/+66
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-windowJoel Becker1-2/+11
2010-10-06ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran1-1/+3
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-07-20fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-02-08ocfs2/dlm: Fix printing of locknameSunil Mushran1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-4/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-04-03ocfs2/dlm: Tweak mle_state outputSunil Mushran1-2/+5
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran1-11/+1
2009-04-03ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran1-0/+36
2009-04-03ocfs2/dlm: Improve lockres countsSunil Mushran1-12/+0
2009-04-03ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran1-9/+15
2009-04-03ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran1-5/+5
2009-01-05ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran1-29/+24
2008-04-30ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk1-3/+5
2008-04-18ocfs2/dlm: Cleanup lockres printSunil Mushran1-11/+11
2008-04-18ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran1-75/+51
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran1-72/+82
2008-04-18ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran1-0/+71
2008-04-18ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran1-0/+119
2008-04-18ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran1-0/+247
2008-04-18ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran1-0/+296
2008-04-18ocfs2/dlm: Create debugfs dirsSunil Mushran1-1/+49
2007-02-07ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel1-6/+6
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel1-0/+18
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk1-2/+2
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips1-1/+1
2006-03-24ocfs2: don't use MLF* in dlm/ filesKurt Hackel1-6/+12
2006-03-01[PATCH] ocfs2: use hlists for lockres hashMark Fasheh1-7/+5
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel1-0/+246