index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
debug_fs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-1
/
+0
*
dlm: change list and timer names
David Teigland
2024-06-10
1
-5
/
+5
*
dlm: use rwlock for rsb hash table
Alexander Aring
2024-04-16
1
-2
/
+2
*
dlm: add rsb lists for iteration
Alexander Aring
2024-04-16
1
-197
/
+36
*
dlm: merge toss and keep hash table lists into one list
Alexander Aring
2024-04-16
1
-3
/
+26
*
dlm: change to single hashtable lock
Alexander Aring
2024-04-16
1
-12
/
+12
*
dlm: use spin_lock_bh for message processing
Alexander Aring
2024-04-09
1
-14
/
+14
*
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
2024-04-09
1
-2
/
+2
*
dlm: drop mutex use in waiters recovery
Alexander Aring
2024-04-09
1
-0
/
+13
*
dlm: remove callback reference counting
Alexander Aring
2024-04-01
1
-1
/
+1
*
dlm: remove callback queue debugfs functionality
Alexander Aring
2024-04-01
1
-96
/
+0
*
dlm: update format header reflect current format
Alexander Aring
2023-12-20
1
-2
/
+2
*
dlm: fix format seq ops type 4
Alexander Aring
2023-12-20
1
-1
/
+1
*
fs: dlm: Remove some useless memset()
Christophe JAILLET
2023-10-12
1
-5
/
+0
*
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
Christophe JAILLET
2023-10-12
1
-1
/
+2
*
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
2023-10-12
1
-5
/
+5
*
fs: dlm: debugfs for queued callbacks
Alexander Aring
2023-08-10
1
-1
/
+100
*
fs: dlm: move internal flags to atomic ops
Alexander Aring
2023-03-06
1
-2
/
+2
*
fs: dlm: change dflags to use atomic bits
Alexander Aring
2023-03-06
1
-2
/
+2
*
fs: dlm: store lkb distributed flags into own value
Alexander Aring
2023-03-06
1
-2
/
+2
*
fs: dlm: use a non-static queue for callbacks
Alexander Aring
2022-11-08
1
-1
/
+1
*
fs: dlm: fix potential buffer overflow
Alexander Aring
2021-11-12
1
-1
/
+1
*
fs: dlm: add lkb waiters debugfs functionality
Alexander Aring
2021-11-02
1
-1
/
+26
*
fs: dlm: add lkb debugfs functionality
Alexander Aring
2021-11-02
1
-1
/
+31
*
fs: dlm: add debugfs rawmsg send functionality
Alexander Aring
2021-11-02
1
-0
/
+37
*
fs: dlm: add midcomms debugfs functionality
Alexander Aring
2021-05-25
1
-0
/
+54
*
fs: dlm: fix debugfs dump
Alexander Aring
2021-03-09
1
-0
/
+1
*
dlm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-07-11
1
-19
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-30
1
-3
/
+1
*
dlm: Improve a size determination in table_seq_start()
Markus Elfring
2017-08-07
1
-1
/
+1
*
dlm: Add spaces for better code readability
Markus Elfring
2017-08-07
1
-5
/
+5
*
dlm: Replace six seq_puts() calls by seq_putc()
Markus Elfring
2017-08-07
1
-7
/
+6
*
dlm: audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-10-19
1
-1
/
+1
*
dlm: fix malfunction of dlm_tool caused by debugfs changes
Eric Ren
2016-08-26
1
-14
/
+48
*
dlm: Use seq_puts() instead of seq_printf() for constant strings
Joe Perches
2014-11-05
1
-7
/
+5
*
dlm: Remove seq_printf() return checks and use seq_has_overflowed()
Joe Perches
2014-11-05
1
-134
/
+117
*
fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
2014-08-09
1
-10
/
+5
*
fs/dlm/debug_fs.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-07
1
-17
/
+17
*
dlm: use rsbtbl as resource directory
David Teigland
2012-07-16
1
-7
/
+96
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-06
1
-8
/
+1
*
dlm: convert rsb list to rb_tree
Bob Peterson
2011-11-18
1
-13
/
+15
*
dlm: record full callback state
David Teigland
2011-03-10
1
-2
/
+2
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-1
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
dlm: use bastmode in debugfs output
David Teigland
2010-02-26
1
-1
/
+1
*
dlm: always use GFP_NOFS
David Teigland
2009-11-30
1
-1
/
+1
*
seq_file: constify seq_operations
James Morris
2009-09-23
1
-6
/
+6
*
dlm: change rsbtbl rwlock to spinlock
David Teigland
2009-01-08
1
-12
/
+12
*
dlm: fix seq_file usage in debugfs lock dump
David Teigland
2009-01-08
1
-359
/
+337
*
dlm: add new debugfs entry
David Teigland
2008-12-23
1
-50
/
+246
[next]