summaryrefslogtreecommitdiff
path: root/fs/debugfs
AgeCommit message (Expand)Author
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki
2023-12-22debugfs: initialize cancellations earlierJohannes Berg
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg
2023-11-21fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton
2023-10-05debugfs: Fix __rcu type comparison warningMike Tipton
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-22debugfs: Add write support to debugfs_create_str()Mike Tipton
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton
2023-05-31debugfs: Correct the 'debugfs_create_str' docsIvan Orlov
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng
2023-01-20debugfs: Export debugfs_create_str symbolCristian Marussi
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita
2022-09-24debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman
2021-05-21debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek
2021-05-14debugfs: only accept read attributes for blobsWolfram Sang
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-16debugfs: Implement debugfs_create_str()Peter Zijlstra
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Rasmus Villemoes
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman
2020-09-04debugfs: Fix module state check conditionVladis Dronov
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-23debugfs: Add access restriction optionPeter Enderborg
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski