开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
debugfs
/
internal.h
Age
Commit message (
Expand
)
Author
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