aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/debug_fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20dlm: update format header reflect current formatAlexander Aring1-2/+2
2023-12-20dlm: fix format seq ops type 4Alexander Aring1-1/+1
2023-10-12fs: dlm: Remove some useless memset()Christophe JAILLET1-5/+0
2023-10-12fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET1-1/+2
2023-10-12fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET1-5/+5
2023-08-10fs: dlm: debugfs for queued callbacksAlexander Aring1-1/+100
2023-03-06fs: dlm: move internal flags to atomic opsAlexander Aring1-2/+2
2023-03-06fs: dlm: change dflags to use atomic bitsAlexander Aring1-2/+2
2023-03-06fs: dlm: store lkb distributed flags into own valueAlexander Aring1-2/+2
2022-11-08fs: dlm: use a non-static queue for callbacksAlexander Aring1-1/+1
2021-11-12fs: dlm: fix potential buffer overflowAlexander Aring1-1/+1
2021-11-02fs: dlm: add lkb waiters debugfs functionalityAlexander Aring1-1/+26
2021-11-02fs: dlm: add lkb debugfs functionalityAlexander Aring1-1/+31
2021-11-02fs: dlm: add debugfs rawmsg send functionalityAlexander Aring1-0/+37
2021-05-25fs: dlm: add midcomms debugfs functionalityAlexander Aring1-0/+54
2021-03-09fs: dlm: fix debugfs dumpAlexander Aring1-0/+1
2019-07-11dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-3/+1
2017-08-07dlm: Improve a size determination in table_seq_start()Markus Elfring1-1/+1
2017-08-07dlm: Add spaces for better code readabilityMarkus Elfring1-5/+5
2017-08-07dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring1-7/+6
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren1-14/+48
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches1-7/+5
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches1-134/+117
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland1-7/+96
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2011-11-18dlm: convert rsb list to rb_treeBob Peterson1-13/+15
2011-03-10dlm: record full callback stateDavid Teigland1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland1-1/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-6/+6
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland1-12/+12
2009-01-08dlm: fix seq_file usage in debugfs lock dumpDavid Teigland1-359/+337
2008-12-23dlm: add new debugfs entryDavid Teigland1-50/+246
2008-12-23dlm: change lock time stampingDavid Teigland1-7/+7
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng1-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland1-4/+2
2007-07-09[DLM] dump more lock valuesDavid Teigland1-40/+42
2007-07-09[DLM] fix reference countingJosef Bacik1-0/+1
2007-07-09[DLM] dumping master locksDavid Teigland1-2/+162
2007-07-09[DLM] keep dlm from panicing when traversing rsb list in debugfsJosef Bacik1-1/+8
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-2/+2
2006-09-28[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Theodore Ts'o1-2/+2
2006-08-09[DLM] break from snprintf loopDavid Teigland1-4/+7
2006-07-26[DLM] fix i_privateDavid Teigland1-1/+1
2006-07-26[DLM] fix broken patchesDavid Teigland1-3/+3
2006-07-26[DLM] more info through debugfsDavid Teigland1-22/+110
2006-02-23[DLM] Remove range locks from the DLMDavid Teigland1-14/+0
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland1-2/+2
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+310