aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdebug.c
AgeCommit message (Expand)Author
2019-12-01fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-07-26ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi
2015-02-10ocfs2: fix snprintf format specifier in dlmdebug.calex chen
2014-10-09fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran
2010-12-22ocfs2/dlm: Minor cleanupSunil Mushran
2010-12-22ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker
2010-10-06ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran
2010-09-15ocfs2: Initialize the bktcnt variable properly, and call it bucket_countJoel Becker
2010-09-10Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.cTristan Ye
2010-07-20fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches
2010-02-08ocfs2/dlm: Fix printing of locknameSunil Mushran
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-04-03ocfs2/dlm: Tweak mle_state outputSunil Mushran
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran
2009-04-03ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran
2009-04-03ocfs2/dlm: Improve lockres countsSunil Mushran
2009-04-03ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran
2009-04-03ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran
2009-01-05ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran
2008-04-30ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk
2008-04-18ocfs2/dlm: Cleanup lockres printSunil Mushran
2008-04-18ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran
2008-04-18ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Create debugfs dirsSunil Mushran
2007-02-07ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips
2006-03-24ocfs2: don't use MLF* in dlm/ filesKurt Hackel
2006-03-01[PATCH] ocfs2: use hlists for lockres hashMark Fasheh
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel