summaryrefslogtreecommitdiff
path: root/fs/dlm/debug_fs.c
AgeCommit message (Expand)Author
2024-06-10dlm: change list and timer namesDavid Teigland
2024-04-16dlm: use rwlock for rsb hash tableAlexander Aring
2024-04-16dlm: add rsb lists for iterationAlexander Aring
2024-04-16dlm: merge toss and keep hash table lists into one listAlexander Aring
2024-04-16dlm: change to single hashtable lockAlexander Aring
2024-04-09dlm: use spin_lock_bh for message processingAlexander Aring
2024-04-09dlm: convert ls_waiters_mutex to spinlockAlexander Aring
2024-04-09dlm: drop mutex use in waiters recoveryAlexander Aring
2024-04-01dlm: remove callback reference countingAlexander Aring
2024-04-01dlm: remove callback queue debugfs functionalityAlexander Aring
2023-12-20dlm: update format header reflect current formatAlexander Aring
2023-12-20dlm: fix format seq ops type 4Alexander Aring
2023-10-12fs: dlm: Remove some useless memset()Christophe JAILLET
2023-10-12fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET
2023-10-12fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET
2023-08-10fs: dlm: debugfs for queued callbacksAlexander Aring
2023-03-06fs: dlm: move internal flags to atomic opsAlexander Aring
2023-03-06fs: dlm: change dflags to use atomic bitsAlexander Aring
2023-03-06fs: dlm: store lkb distributed flags into own valueAlexander Aring
2022-11-08fs: dlm: use a non-static queue for callbacksAlexander Aring
2021-11-12fs: dlm: fix potential buffer overflowAlexander Aring
2021-11-02fs: dlm: add lkb waiters debugfs functionalityAlexander Aring
2021-11-02fs: dlm: add lkb debugfs functionalityAlexander Aring
2021-11-02fs: dlm: add debugfs rawmsg send functionalityAlexander Aring
2021-05-25fs: dlm: add midcomms debugfs functionalityAlexander Aring
2021-03-09fs: dlm: fix debugfs dumpAlexander Aring
2019-07-11dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2017-08-07dlm: Improve a size determination in table_seq_start()Markus Elfring
2017-08-07dlm: Add spaces for better code readabilityMarkus Elfring
2017-08-07dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-08-26dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2011-11-18dlm: convert rsb list to rb_treeBob Peterson
2011-03-10dlm: record full callback stateDavid Teigland
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland
2009-11-30dlm: always use GFP_NOFSDavid Teigland
2009-09-23seq_file: constify seq_operationsJames Morris
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland
2009-01-08dlm: fix seq_file usage in debugfs lock dumpDavid Teigland
2008-12-23dlm: add new debugfs entryDavid Teigland
2008-12-23dlm: change lock time stampingDavid Teigland