aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Gravatar Johannes Berg 1-6/+0
2023-11-27debugfs: add API to allow debugfs operations cancellationGravatar Johannes Berg 1-0/+5
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepGravatar Johannes Berg 1-0/+6
2023-11-27debugfs: fix automount d_fsdata usageGravatar Johannes Berg 1-2/+8
2020-07-23debugfs: Add access restriction optionGravatar Peter Enderborg 1-0/+14
2020-04-23debugfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2017-11-07debugfs: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageGravatar Nicolai Stange 1-0/+8
2017-11-07debugfs: implement per-file removal protectionGravatar Nicolai Stange 1-0/+2
2017-11-07debugfs: add support for more elaborate ->d_fsdataGravatar Nicolai Stange 1-0/+4
2016-08-31debugfs: remove extra debugfs_create_file_unsafe() declarationGravatar Nicolai Stange 1-4/+0
2016-04-12debugfs: prevent access to removed files' private dataGravatar Nicolai Stange 1-2/+4
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 1-0/+24