Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
897cc38eaab96d006ab17edd0f50a2f432f584cf
/
include
/
linux
/
debugfs.h
4250b04
debugfs: Fix !DEBUG_FS debugfs_create_automount
by Kusanagi Kouichi
· 5 years ago
d350475
debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
by Geert Uytterhoeven
· 5 years ago
9927c6f
debugfs: remove return value of debugfs_create_atomic_t()
by Greg Kroah-Hartman
· 5 years ago
c7c1168
debugfs: remove return value of debugfs_create_x8()
by Greg Kroah-Hartman
· 5 years ago
0864c40
debugfs: remove return value of debugfs_create_x64()
by Greg Kroah-Hartman
· 5 years ago
f5cb0a7
debugfs: remove return value of debugfs_create_x32()
by Greg Kroah-Hartman
· 5 years ago
e40d38f
debugfs: remove return value of debugfs_create_x16()
by Greg Kroah-Hartman
· 5 years ago
8e58026
debugfs: remove return value of debugfs_create_size_t()
by Greg Kroah-Hartman
· 5 years ago
ad26221
debugfs: remove return value of debugfs_create_u64()
by Greg Kroah-Hartman
· 5 years ago
313f5db
debugfs: remove return value of debugfs_create_u16()
by Greg Kroah-Hartman
· 5 years ago
9655ac4
debugfs: remove return value of debugfs_create_u8()
by Greg Kroah-Hartman
· 5 years ago
c9c2c27
debugfs: make debugfs_create_u32_array() return void
by Greg Kroah-Hartman
· 6 years ago
f50caa9
debugfs: fix debugfs_real_fops() build error
by Arnd Bergmann
· 7 years ago
2b2d878
debugfs: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
3bce94fd
debugfs: add SPDX identifiers to all debugfs files
by Greg Kroah-Hartman
· 7 years ago
c9afbec
debugfs: purge obsolete SRCU based removal protection
by Nicolai Stange
· 7 years ago
055ab8e
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
by Nicolai Stange
· 7 years ago
e9117a5
debugfs: implement per-file removal protection
by Nicolai Stange
· 7 years ago
7c8d469
debugfs: add support for more elaborate ->d_fsdata
by Nicolai Stange
· 7 years ago
c2a737e
debugfs: Add dummy implementation of few helpers
by Viresh Kumar
· 8 years ago
e1b4fc7
fs: update location of filesystems documentation
by Mauro Carvalho Chehab
· 8 years ago
895ce6c
debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE
by Geliang Tang
· 8 years ago
f1ef09f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
b206461
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
a7c5437
debugfs: add debugfs_lookup()
by Omar Sandoval
· 8 years ago
93faccbb
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
e41746b
debugfs: improve formatting of debugfs_real_fops()
by Jakub Kicinski
· 8 years ago
098c305
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
68f929f
debugfs: constify argument to debugfs_real_fops()
by Jakub Kicinski
· 8 years ago
7f847dd
debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS
by Arnd Bergmann
· 8 years ago
86f0e06
debugfs: introduce a public file_operations accessor
by Christian Lamparter
· 8 years ago
c646880
debugfs: add support for self-protecting attribute file fops
by Nicolai Stange
· 9 years ago
49d200d
debugfs: prevent access to removed files' private data
by Nicolai Stange
· 9 years ago
9fd4dce
debugfs: prevent access to possibly dead file_operations at file open
by Nicolai Stange
· 9 years ago
94e1dec
debugfs: Add stub function for debugfs_create_automount().
by Jiaxing Wang
· 9 years ago
c23fe83
debugfs: Add debugfs_create_ulong()
by Viresh Kumar
· 9 years ago
621a5f7
debugfs: Pass bool pointer to debugfs_create_bool()
by Viresh Kumar
· 9 years ago
0642ef6
debugfs: Export bool read/write functions
by Richard Fitzgerald
· 10 years ago
5723cb0
debugfs: switch to simple_follow_link()
by Al Viro
· 10 years ago
e59b4e9
debugfs: Provide a file creation function that also takes an initial size
by David Howells
· 10 years ago
77b3da6
new primitive: debugfs_create_automount()
by Al Viro
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
f30d0a8
fs: debugfs: add forward declaration for struct device type
by Arend van Spriel
· 10 years ago
98210b7
debugfs: add helper function to create device related seq_file
by Arend van Spriel
· 10 years ago
9761536
debugfs: Have debugfs_print_regs32() return void
by Joe Perches
· 10 years ago
5b88021
fs/debugfs: add declaration for no CONFIG_DEBUG_FS
by Weijie Yang
· 11 years ago
3159269
debugfs: provide debugfs_create_x64() when disabled
by Johannes Berg
· 11 years ago
3a76e5e
debugfs: add get/set for atomic types
by Seth Jennings
· 12 years ago
833d6e0
debugfs: regset32: make struct debugfs_reg32 pointer const
by Felipe Balbi
· 12 years ago
9fe2a70
debugfs: Add support to print u32 array in debugfs
by Srivatsa Vaddagiri
· 13 years ago
8818739
debugfs-related mode_t whack-a-mole
by Al Viro
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
f4ae40a6
switch debugfs to umode_t
by Al Viro
· 13 years ago
8ee4dd9
debugfs: print_regs32: make regs array a const pointer
by Alessandro Rubini
· 13 years ago
1a087c6
debugfs: add tools to printk 32-bit registers
by Alessandro Rubini
· 13 years ago
15b0bea
Add x64 support to debugfs
by Huang Ying
· 15 years ago
55dff49
docs: fix various Documentation/ paths in header files
by Randy Dunlap
· 15 years ago
c0f92ba
debugfs: function to know if debugfs is initialized
by Frederic Weisbecker
· 16 years ago
5ee8100
Fix "multiple definition of `debugfs_create_size_t'"
by Linus Torvalds
· 16 years ago
8adb711
debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n
by Inaky Perez-Gonzalez
· 16 years ago
5e07878
debugfs: add helpers for exporting a size_t simple value
by Inaky Perez-Gonzalez
· 16 years ago
9505e63
debugfs: Implement debugfs_remove_recursive()
by Haavard Skinnemoen
· 17 years ago
ae79cda
x86: Add a arch directory for x86 under debugfs
by venkatesh.pallipadi@intel.com
· 16 years ago
3634634
debugfs: fix sparse warnings
by Harvey Harrison
· 17 years ago
2ebefc5
debugfs: helper for decimal challenged
by Robin Getz
· 17 years ago
cfc94cd
debugfs: add rename for debugfs files
by Jan Kara
· 18 years ago
8447891
debugfs: Add debugfs_create_u64()
by Michael Ellerman
· 18 years ago
66f5496
debugfs: implement symbolic links
by Peter Oberparleiter
· 18 years ago
bde11d7
[PATCH] Fix OCFS2 warning when DEBUG_FS is not enabled
by Jean Delvare
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
dd308bc
[PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data
by Michael Ellerman
· 19 years ago
7b55863
[PATCH] debugfs: fix !debugfs prototypes
by Michal Ostrowski
· 20 years ago
a7a76ce
[PATCH] debugfs: Reduce <linux/debugfs.h> dependencies
by Roland Dreier
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago