index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
debugfs
/
internal.h
Age
Commit message (
Expand
)
Author
2023-12-04
Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"
Johannes Berg
2023-11-27
debugfs: add API to allow debugfs operations cancellation
Johannes Berg
2023-11-27
debugfs: annotate debugfs handlers vs. removal with lockdep
Johannes Berg
2023-11-27
debugfs: fix automount d_fsdata usage
Johannes Berg
2020-07-23
debugfs: Add access restriction option
Peter Enderborg
2020-04-23
debugfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2017-11-07
debugfs: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
2017-11-07
debugfs: defer debugfs_fsdata allocation to first usage
Nicolai Stange
2017-11-07
debugfs: implement per-file removal protection
Nicolai Stange
2017-11-07
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
2016-08-31
debugfs: remove extra debugfs_create_file_unsafe() declaration
Nicolai Stange
2016-04-12
debugfs: prevent access to removed files' private data
Nicolai Stange
2016-04-12
debugfs: prevent access to possibly dead file_operations at file open
Nicolai Stange