summaryrefslogtreecommitdiffstats
path: root/fs/debugfs
Commit message (Expand)AuthorAgeFilesLines
* debugfs: fix wait/cancellation handling during removeJohannes Berg2024-03-071-5/+20
*---. Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki2024-01-041-5/+23
|\ \ \
| | * | fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik2023-11-211-5/+23
| |/ /
* | | debugfs: initialize cancellations earlierJohannes Berg2023-12-221-2/+4
* | | Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg2023-12-043-23/+0
| |/ |/|
* | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-293-10/+182
|\ \ | |/ |/|
| * debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-273-1/+118
| * debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg2023-11-273-0/+28
| * debugfs: fix automount d_fsdata usageJohannes Berg2023-11-273-9/+36
* | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-031-1/+1
|\ \
| * | debugfs: Fix __rcu type comparison warningMike Tipton2023-10-051-1/+1
| |/
* / debugfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-2/+46
|\
| * debugfs: Add write support to debugfs_create_str()Mike Tipton2023-08-221-2/+46
* | debugfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
|/
* debugfs: Correct the 'debugfs_create_str' docsIvan Orlov2023-05-311-9/+0
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-0/+1
|\
| * debugfs: Export debugfs_create_str symbolCristian Marussi2023-01-201-0/+1
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \
| * | debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya2023-02-201-1/+1
| * | debugfs: update comment of debugfs_rename()Qi Zheng2023-02-161-2/+2
| |/
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-11-301-6/+22
* debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong2022-09-241-13/+3
* debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-241-7/+30
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-051-0/+22
* debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson2022-02-251-0/+10
* debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek2022-01-061-1/+1
* debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das2021-09-211-1/+1
* debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann2021-08-051-2/+6
* Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-141-1/+1
|\
| * debugfs: Fix debugfs_read_file_str()Dietmar Eggemann2021-06-041-1/+1
* | Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-311-3/+6
|\|
| * debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek2021-05-181-3/+6
* | debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman2021-05-211-14/+4
* | debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman2021-05-211-12/+3
* | debugfs: only accept read attributes for blobsWolfram Sang2021-05-141-2/+3
|/
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-0/+91
|\
| * debugfs: Implement debugfs_create_str()Peter Zijlstra2021-04-161-0/+91
* | debugfs: Make debugfs_allow RO after initKees Cook2021-04-091-1/+1
* | debugfs: drop pointless nul-termination in debugfs_read_file_bool()Rasmus Villemoes2021-04-051-2/+1
|/
* Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-1/+4
|\
| * debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman2021-02-181-0/+3
| * debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman2021-02-181-1/+1
* | fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+5
|/
* debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman2020-10-301-8/+7
* debugfs: Fix module state check conditionVladis Dronov2020-09-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-20/+7
|\
| * debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski2020-07-101-20/+7