summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdebug.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-121-39/+5Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-16/+1Star
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-6/+6
* ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2016-07-271-24/+2Star
* ocfs2: fix snprintf format specifier in dlmdebug.calex chen2015-02-101-2/+2
* fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-25/+14Star
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-051-1/+1
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-121-11/+4Star
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran2011-05-261-0/+6
* ocfs2/dlm: Minor cleanupSunil Mushran2010-12-231-14/+8Star
* ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran2010-12-231-112/+66Star
* Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker2010-10-151-2/+11
|\
| * ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran2010-10-071-1/+3
| * Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.cTristan Ye2010-09-101-1/+8
* | ocfs2: Initialize the bktcnt variable properly, and call it bucket_countJoel Becker2010-09-161-4/+4
|/
* fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches2010-07-201-3/+3
* ocfs2/dlm: Fix printing of locknameSunil Mushran2010-02-081-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-4/+4
* headers: utsname.h reduxAlexey Dobriyan2009-09-241-1/+0Star
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* ocfs2/dlm: Tweak mle_state outputSunil Mushran2009-04-031-2/+5
* ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran2009-04-031-11/+1Star
* ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran2009-04-031-0/+36
* ocfs2/dlm: Improve lockres countsSunil Mushran2009-04-031-12/+0Star
* ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran2009-04-031-9/+15
* ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran2009-04-031-5/+5
* ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran2009-01-051-29/+24Star
* ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk2008-05-011-3/+5
* ocfs2/dlm: Cleanup lockres printSunil Mushran2008-04-181-11/+11
* ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran2008-04-181-75/+51Star
* ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran2008-04-181-72/+82
* ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran2008-04-181-0/+71
* ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran2008-04-181-0/+119
* ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran2008-04-181-0/+247
* ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran2008-04-181-0/+296
* ocfs2/dlm: Create debugfs dirsSunil Mushran2008-04-181-1/+49
* ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel2007-02-071-6/+6
* ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel2007-02-071-0/+18
* [PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk2006-06-261-2/+2
* ocfs2: allocate lockres hash pages in an arrayDaniel Phillips2006-06-261-1/+1
* ocfs2: don't use MLF* in dlm/ filesKurt Hackel2006-03-241-6/+12
* [PATCH] ocfs2: use hlists for lockres hashMark Fasheh2006-03-011-7/+5Star
* [PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel2006-01-031-0/+246