index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
debugfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugfs: Fix !DEBUG_FS debugfs_create_automount
Kusanagi Kouichi
2019-11-21
1
-2
/
+3
*
debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
Geert Uytterhoeven
2019-11-03
1
-0
/
+21
*
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
2019-11-03
1
-7
/
+6
*
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
2019-11-02
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
2019-10-16
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
2019-10-16
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
2019-10-16
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
2019-10-14
1
-8
/
+5
*
debugfs: remove return value of debugfs_create_u64()
Greg Kroah-Hartman
2019-10-14
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_u16()
Greg Kroah-Hartman
2019-10-14
1
-8
/
+4
*
debugfs: remove return value of debugfs_create_u8()
Greg Kroah-Hartman
2019-10-14
1
-8
/
+4
*
debugfs: make debugfs_create_u32_array() return void
Greg Kroah-Hartman
2019-06-03
1
-7
/
+5
*
debugfs: fix debugfs_real_fops() build error
Arnd Bergmann
2017-11-28
1
-0
/
+2
*
debugfs: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-4
/
+0
*
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
2017-11-07
1
-0
/
+1
*
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
2017-11-07
1
-19
/
+0
*
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
2017-11-07
1
-2
/
+1
*
debugfs: implement per-file removal protection
Nicolai Stange
2017-11-07
1
-0
/
+11
*
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
2017-11-07
1
-17
/
+3
*
debugfs: Add dummy implementation of few helpers
Viresh Kumar
2017-07-17
1
-0
/
+16
*
fs: update location of filesystems documentation
Mauro Carvalho Chehab
2017-05-16
1
-1
/
+1
*
debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE
Geliang Tang
2017-04-08
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-02-23
1
-1
/
+2
|
\
|
*
fs: Better permission checking for submounts
Eric W. Biederman
2017-02-02
1
-1
/
+2
*
|
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-02-22
1
-2
/
+1
|
\
\
|
*
|
debugfs: improve formatting of debugfs_real_fops()
Jakub Kicinski
2017-01-11
1
-2
/
+1
|
|
/
*
/
debugfs: add debugfs_lookup()
Omar Sandoval
2017-02-02
1
-0
/
+8
|
/
*
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-13
1
-17
/
+27
|
\
|
*
debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS
Arnd Bergmann
2016-10-28
1
-17
/
+27
*
|
debugfs: constify argument to debugfs_real_fops()
Jakub Kicinski
2016-11-04
1
-1
/
+2
|
/
*
debugfs: introduce a public file_operations accessor
Christian Lamparter
2016-09-21
1
-0
/
+17
*
debugfs: add support for self-protecting attribute file fops
Nicolai Stange
2016-04-12
1
-0
/
+26
*
debugfs: prevent access to removed files' private data
Nicolai Stange
2016-04-12
1
-0
/
+20
*
debugfs: prevent access to possibly dead file_operations at file open
Nicolai Stange
2016-04-12
1
-3
/
+0
*
debugfs: Add stub function for debugfs_create_automount().
Jiaxing Wang
2016-02-07
1
-0
/
+8
*
debugfs: Add debugfs_create_ulong()
Viresh Kumar
2015-10-18
1
-0
/
+2
*
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-10-04
1
-2
/
+2
*
debugfs: Export bool read/write functions
Richard Fitzgerald
2015-07-20
1
-0
/
+20
*
debugfs: switch to simple_follow_link()
Al Viro
2015-05-10
1
-1
/
+0
*
debugfs: Provide a file creation function that also takes an initial size
David Howells
2015-02-17
1
-0
/
+13
*
new primitive: debugfs_create_automount()
Al Viro
2015-01-25
1
-0
/
+5
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+16
|
\
|
*
fs: debugfs: add forward declaration for struct device type
Arend van Spriel
2014-11-30
1
-0
/
+1
|
*
debugfs: add helper function to create device related seq_file
Arend van Spriel
2014-11-26
1
-1
/
+15
*
|
debugfs: Have debugfs_print_regs32() return void
Joe Perches
2014-11-05
1
-4
/
+3
|
/
*
fs/debugfs: add declaration for no CONFIG_DEBUG_FS
Weijie Yang
2013-10-03
1
-0
/
+12
*
debugfs: provide debugfs_create_x64() when disabled
Johannes Berg
2013-08-27
1
-0
/
+7
*
debugfs: add get/set for atomic types
Seth Jennings
2013-06-03
1
-0
/
+2
*
debugfs: regset32: make struct debugfs_reg32 pointer const
Felipe Balbi
2013-01-18
1
-1
/
+1
*
debugfs: Add support to print u32 array in debugfs
Srivatsa Vaddagiri
2012-04-17
1
-0
/
+11
[next]