aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-26vfs: Convert debugfs to use the new mount APIGravatar David Howells 1-105/+93
2024-03-07debugfs: fix wait/cancellation handling during removeGravatar Johannes Berg 1-5/+20
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Gravatar Rafael J. Wysocki 1-5/+23
2023-12-22debugfs: initialize cancellations earlierGravatar Johannes Berg 1-2/+4
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Gravatar Johannes Berg 3-23/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 3-10/+182
2023-11-27debugfs: add API to allow debugfs operations cancellationGravatar Johannes Berg 3-1/+118
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepGravatar Johannes Berg 3-0/+28
2023-11-27debugfs: fix automount d_fsdata usageGravatar Johannes Berg 3-9/+36
2023-11-21fs: debugfs: Add write functionality to debugfs blobsGravatar Avadhut Naik 1-5/+23
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-10-18debugfs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-05debugfs: Fix __rcu type comparison warningGravatar Mike Tipton 1-1/+1
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+46
2023-08-22debugfs: Add write support to debugfs_create_str()Gravatar Mike Tipton 1-2/+46
2023-07-13debugfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-05-31debugfs: Correct the 'debugfs_create_str' docsGravatar Ivan Orlov 1-9/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Gravatar Bagas Sanjaya 1-1/+1
2023-02-16debugfs: update comment of debugfs_rename()Gravatar Qi Zheng 1-2/+2
2023-01-20debugfs: Export debugfs_create_str symbolGravatar Cristian Marussi 1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileGravatar Akinobu Mita 1-6/+22
2022-09-24debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsGravatar ChenXiaoSong 1-13/+3
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedGravatar Brian Norris 1-7/+30
2022-09-05debugfs: add debugfs_lookup_and_remove()Gravatar Greg Kroah-Hartman 1-0/+22
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedGravatar Douglas Anderson 1-0/+10
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableGravatar Michal Suchanek 1-1/+1
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorGravatar Nirmoy Das 1-1/+1
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodGravatar Sven Eckelmann 1-2/+6
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2021-06-04debugfs: Fix debugfs_read_file_str()Gravatar Dietmar Eggemann 1-1/+1
2021-05-31Merge 5.13-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 1-3/+6
2021-05-21debugfs: remove return value of debugfs_create_ulong()Gravatar Greg Kroah-Hartman 1-14/+4
2021-05-21debugfs: remove return value of debugfs_create_bool()Gravatar Greg Kroah-Hartman 1-12/+3
2021-05-18debugfs: fix security_locked_down() call for SELinuxGravatar Ondrej Mosnacek 1-3/+6
2021-05-14debugfs: only accept read attributes for blobsGravatar Wolfram Sang 1-2/+3
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+91
2021-04-16debugfs: Implement debugfs_create_str()Gravatar Peter Zijlstra 1-0/+91
2021-04-09debugfs: Make debugfs_allow RO after initGravatar Kees Cook 1-1/+1
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Gravatar Rasmus Villemoes 1-2/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+4
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGravatar Greg Kroah-Hartman 1-0/+3
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Gravatar Greg Kroah-Hartman 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-4/+5
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Gravatar Greg Kroah-Hartman 1-8/+7
2020-09-04debugfs: Fix module state check conditionGravatar Vladis Dronov 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-20/+7