index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
debugfs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-05
debugfs: Make debugfs_cancellation a context lock struct
Marco Elver
1
-7
/
+5
2025-07-09
debugfs_get_aux(): allow storing non-const void *
Al Viro
1
-1
/
+1
2025-07-09
debugfs: split short and full proxy wrappers, kill debugfs_real_fops()
Al Viro
1
-2
/
+0
2025-01-15
saner replacement for debugfs_rename()
Al Viro
1
-5
/
+4
2025-01-15
debugfs: take debugfs_short_fops definition out of ifdef
Al Viro
1
-4
/
+4
2025-01-15
debugfs: allow to store an additional opaque pointer at file creation
Al Viro
1
-1
/
+26
2024-10-23
debugfs: add small file operations for most files
Johannes Berg
1
-4
/
+58
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2023-11-27
debugfs: add API to allow debugfs operations cancellation
Johannes Berg
1
-0
/
+19
2022-11-30
debugfs: fix error when writing negative value to atomic_t debugfs file
Akinobu Mita
1
-2
/
+17
2022-09-05
debugfs: add debugfs_lookup_and_remove()
Greg Kroah-Hartman
1
-0
/
+6
2021-05-21
debugfs: remove return value of debugfs_create_ulong()
Greg Kroah-Hartman
1
-9
/
+5
2021-05-21
debugfs: remove return value of debugfs_create_bool()
Greg Kroah-Hartman
1
-8
/
+4
2021-04-16
debugfs: Implement debugfs_create_str()
Peter Zijlstra
1
-0
/
+17
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
1
-10
/
+8
2020-07-10
debugfs: make sure we can remove u32_array files cleanly
Jakub Kicinski
1
-3
/
+9
2020-04-17
debugfs: remove return value of debugfs_create_u32()
Greg Kroah-Hartman
1
-8
/
+4
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+1
2020-03-18
debugfs: remove return value of debugfs_create_file_size()
Greg Kroah-Hartman
1
-11
/
+9
2020-02-22
debugfs: regset32: Add Runtime PM support
Geert Uytterhoeven
1
-0
/
+1
2020-02-10
debugfs: remove return value of debugfs_create_regset32()
Greg Kroah-Hartman
1
-7
/
+6
2019-12-10
simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems
Al Viro
1
-1
/
+1
2019-11-21
debugfs: Fix !DEBUG_FS debugfs_create_automount
Kusanagi Kouichi
1
-2
/
+3
2019-11-03
debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
Geert Uytterhoeven
1
-0
/
+21
2019-11-03
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
1
-7
/
+6
2019-11-02
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-16
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-16
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-16
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-14
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
1
-8
/
+5
2019-10-14
debugfs: remove return value of debugfs_create_u64()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-14
debugfs: remove return value of debugfs_create_u16()
Greg Kroah-Hartman
1
-8
/
+4
2019-10-14
debugfs: remove return value of debugfs_create_u8()
Greg Kroah-Hartman
1
-8
/
+4
2019-06-03
debugfs: make debugfs_create_u32_array() return void
Greg Kroah-Hartman
1
-7
/
+5
2017-11-28
debugfs: fix debugfs_real_fops() build error
Arnd Bergmann
1
-0
/
+2
2017-11-07
debugfs: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-07
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-07
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
1
-19
/
+0
2017-11-07
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
1
-2
/
+1
2017-11-07
debugfs: implement per-file removal protection
Nicolai Stange
1
-0
/
+11
2017-11-07
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
1
-17
/
+3
2017-07-17
debugfs: Add dummy implementation of few helpers
Viresh Kumar
1
-0
/
+16
2017-05-16
fs: update location of filesystems documentation
Mauro Carvalho Chehab
1
-1
/
+1
2017-04-08
debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE
Geliang Tang
1
-1
/
+1
2017-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+2
2017-02-22
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2017-02-02
debugfs: add debugfs_lookup()
Omar Sandoval
1
-0
/
+8
2017-02-02
fs: Better permission checking for submounts
Eric W. Biederman
1
-1
/
+2
2017-01-11
debugfs: improve formatting of debugfs_real_fops()
Jakub Kicinski
1
-2
/
+1
2016-12-13
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+27
[next]