summaryrefslogtreecommitdiffstats
path: root/fs/dlm/debug_fs.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: update format header reflect current formatAlexander Aring2023-12-201-2/+2
* dlm: fix format seq ops type 4Alexander Aring2023-12-201-1/+1
* fs: dlm: Remove some useless memset()Christophe JAILLET2023-10-121-5/+0
* fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET2023-10-121-1/+2
* fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET2023-10-121-5/+5
* fs: dlm: debugfs for queued callbacksAlexander Aring2023-08-101-1/+100
* fs: dlm: move internal flags to atomic opsAlexander Aring2023-03-061-2/+2
* fs: dlm: change dflags to use atomic bitsAlexander Aring2023-03-061-2/+2
* fs: dlm: store lkb distributed flags into own valueAlexander Aring2023-03-061-2/+2
* fs: dlm: use a non-static queue for callbacksAlexander Aring2022-11-081-1/+1
* fs: dlm: fix potential buffer overflowAlexander Aring2021-11-121-1/+1
* fs: dlm: add lkb waiters debugfs functionalityAlexander Aring2021-11-021-1/+26
* fs: dlm: add lkb debugfs functionalityAlexander Aring2021-11-021-1/+31
* fs: dlm: add debugfs rawmsg send functionalityAlexander Aring2021-11-021-0/+37
* fs: dlm: add midcomms debugfs functionalityAlexander Aring2021-05-251-0/+54
* fs: dlm: fix debugfs dumpAlexander Aring2021-03-091-0/+1
* dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-111-19/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* dlm: Improve a size determination in table_seq_start()Markus Elfring2017-08-071-1/+1
* dlm: Add spaces for better code readabilityMarkus Elfring2017-08-071-5/+5
* dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring2017-08-071-7/+6
* dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-191-1/+1
* dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren2016-08-261-14/+48
* dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches2014-11-051-7/+5
* dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches2014-11-051-134/+117
* fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-10/+5
* fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick2014-06-061-17/+17
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-7/+96
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* dlm: convert rsb list to rb_treeBob Peterson2011-11-181-13/+15
* dlm: record full callback stateDavid Teigland2011-03-101-2/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dlm: use bastmode in debugfs outputDavid Teigland2010-02-261-1/+1
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-6/+6
* dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-081-12/+12
* dlm: fix seq_file usage in debugfs lock dumpDavid Teigland2009-01-081-359/+337
* dlm: add new debugfs entryDavid Teigland2008-12-231-50/+246
* dlm: change lock time stampingDavid Teigland2008-12-231-7/+7
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-061-1/+1
* dlm: eliminate astparam type castingDavid Teigland2008-02-061-4/+2
* [DLM] dump more lock valuesDavid Teigland2007-07-091-40/+42
* [DLM] fix reference countingJosef Bacik2007-07-091-0/+1
* [DLM] dumping master locksDavid Teigland2007-07-091-2/+162
* [DLM] keep dlm from panicing when traversing rsb list in debugfsJosef Bacik2007-07-091-1/+8
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-2/+2
* [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Theodore Ts'o2006-09-281-2/+2
* [DLM] break from snprintf loopDavid Teigland2006-08-091-4/+7
* [DLM] fix i_privateDavid Teigland2006-07-261-1/+1