aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/debugfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki1-5/+23
2023-12-22debugfs: initialize cancellations earlierJohannes Berg1-2/+4
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg3-23/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski3-10/+182
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg3-1/+118
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg3-0/+28
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg3-9/+36
2023-11-21fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik1-5/+23
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-05debugfs: Fix __rcu type comparison warningMike Tipton1-1/+1
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+46
2023-08-22debugfs: Add write support to debugfs_create_str()Mike Tipton1-2/+46
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-05-31debugfs: Correct the 'debugfs_create_str' docsIvan Orlov1-9/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya1-1/+1
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng1-2/+2
2023-01-20debugfs: Export debugfs_create_str symbolCristian Marussi1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-6/+22
2022-09-24debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong1-13/+3
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris1-7/+30
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson1-0/+10
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek1-1/+1
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+1
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann1-1/+1
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman1-3/+6
2021-05-21debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman1-14/+4
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman1-12/+3
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek1-3/+6
2021-05-14debugfs: only accept read attributes for blobsWolfram Sang1-2/+3
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+91
2021-04-16debugfs: Implement debugfs_create_str()Peter Zijlstra1-0/+91
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook1-1/+1
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Rasmus Villemoes1-2/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+4
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman1-0/+3
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+5
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman1-8/+7
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-20/+7
2020-07-23debugfs: Add access restriction optionPeter Enderborg2-0/+53