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
/
fs
/
debugfs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugfs: Re-use kstrtobool_from_user()
Andy Shevchenko
2018-05-14
1
-8
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
use linux/poll.h instead of asm/poll.h
Al Viro
2018-02-01
1
-1
/
+1
*
fs: annotate ->poll() instances
Al Viro
2017-11-27
1
-1
/
+1
*
anntotate the places where ->poll() return values go
Al Viro
2017-11-27
1
-1
/
+1
*
debugfs: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-5
/
+0
*
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
2017-11-07
1
-0
/
+1
*
debugfs: defer debugfs_fsdata allocation to first usage
Nicolai Stange
2017-11-07
1
-9
/
+46
*
debugfs: call debugfs_real_fops() only after debugfs_file_get()
Nicolai Stange
2017-11-07
1
-3
/
+4
*
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
2017-11-07
1
-48
/
+0
*
debugfs: convert to debugfs_file_get() and -put()
Nicolai Stange
2017-11-07
1
-56
/
+50
*
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
2017-11-07
1
-5
/
+1
*
debugfs: implement per-file removal protection
Nicolai Stange
2017-11-07
1
-0
/
+48
*
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
2017-11-07
1
-0
/
+12
*
fs: update location of filesystems documentation
Mauro Carvalho Chehab
2017-05-16
1
-1
/
+1
*
debugfs: propagate release() call result
Eric Engestrom
2016-09-27
1
-1
/
+1
*
debugfs: introduce a public file_operations accessor
Christian Lamparter
2016-09-21
1
-8
/
+5
*
debugfs: open_proxy_open(): avoid double fops release
Nicolai Stange
2016-06-15
1
-1
/
+0
*
debugfs: full_proxy_open(): free proxy on ->open() failure
Nicolai Stange
2016-06-15
1
-2
/
+4
*
debugfs: unproxify files created through debugfs_create_u32_array()
Nicolai Stange
2016-04-12
1
-1
/
+2
*
debugfs: unproxify files created through debugfs_create_blob()
Nicolai Stange
2016-04-12
1
-3
/
+10
*
debugfs: unproxify files created through debugfs_create_bool()
Nicolai Stange
2016-04-12
1
-21
/
+20
*
debugfs: unproxify integer attribute files
Nicolai Stange
2016-04-12
1
-48
/
+75
*
debugfs: add support for self-protecting attribute file fops
Nicolai Stange
2016-04-12
1
-0
/
+28
*
debugfs: prevent access to removed files' private data
Nicolai Stange
2016-04-12
1
-2
/
+155
*
debugfs: prevent access to possibly dead file_operations at file open
Nicolai Stange
2016-04-12
1
-1
/
+90
*
debugfs: Add debugfs_create_ulong()
Viresh Kumar
2015-10-18
1
-0
/
+48
*
debugfs: Add read-only/write-only bool file ops
Stephen Boyd
2015-10-17
1
-1
/
+14
*
debugfs: Add read-only/write-only size_t file ops
Stephen Boyd
2015-10-17
1
-1
/
+4
*
debugfs: Add read-only/write-only x64 file ops
Stephen Boyd
2015-10-17
1
-1
/
+4
*
debugfs: Consolidate file mode checks in debugfs_create_*()
Stephen Boyd
2015-10-17
1
-66
/
+32
*
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-10-04
1
-3
/
+3
*
debugfs: Export bool read/write functions
Richard Fitzgerald
2015-07-20
1
-6
/
+8
*
debugfs: switch to simple_follow_link()
Al Viro
2015-05-10
1
-12
/
+0
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-0
/
+54
|
\
|
*
debugfs: add helper function to create device related seq_file
Arend van Spriel
2014-11-26
1
-0
/
+54
*
|
debugfs: Have debugfs_print_regs32() return void
Joe Perches
2014-11-05
1
-7
/
+8
|
/
*
fs: debugfs: remove trailing whitespace
Rahul Bedarkar
2014-07-09
1
-1
/
+1
*
debugfs: write_file_bool() - ensure strtobool() operates on valid data
Mathias Krause
2013-06-03
1
-0
/
+1
*
debugfs: add get/set for atomic types
Seth Jennings
2013-06-03
1
-0
/
+42
*
debugfs: fix u32_array race in format_array_alloc
Linus Torvalds
2012-09-21
1
-34
/
+23
*
debugfs: fix race in u32_array_read and allocate array at open
David Rientjes
2012-09-21
1
-22
/
+11
*
debugfs: Add support to print u32 array in debugfs
Srivatsa Vaddagiri
2012-04-17
1
-0
/
+128
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-05
1
-11
/
+3
*
debugfs-related mode_t whack-a-mole
Al Viro
2012-03-20
1
-1
/
+1
*
kernel-doc: fix new warnings in debugfs
Randy Dunlap
2012-01-23
1
-1
/
+1
*
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-08
1
-11
/
+11
|
\
|
*
switch debugfs to umode_t
Al Viro
2012-01-03
1
-11
/
+11
*
|
debugfs: add missing #ifdef HAS_IOMEM
Heiko Carstens
2012-01-03
1
-0
/
+4
[next]