Age | Commit message (Expand) | Author |
2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-07-02 | debugfs: Convert to new uid/gid option parsing helpers | Eric Sandeen |
2024-05-28 | debugfs: continue to ignore unknown mount options | Christian Brauner |
2024-03-26 | vfs: Convert debugfs to use the new mount API | David Howells |
2024-03-07 | debugfs: fix wait/cancellation handling during remove | Johannes Berg |
2024-01-04 | Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog' | Rafael J. Wysocki |
2023-12-22 | debugfs: initialize cancellations earlier | Johannes Berg |
2023-12-04 | Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" | Johannes Berg |
2023-11-29 | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2023-11-27 | debugfs: add API to allow debugfs operations cancellation | Johannes Berg |
2023-11-27 | debugfs: annotate debugfs handlers vs. removal with lockdep | Johannes Berg |
2023-11-27 | debugfs: fix automount d_fsdata usage | Johannes Berg |
2023-11-21 | fs: debugfs: Add write functionality to debugfs blobs | Avadhut Naik |
2023-11-03 | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-10-18 | debugfs: convert to new timestamp accessors | Jeff Layton |
2023-10-05 | debugfs: Fix __rcu type comparison warning | Mike Tipton |
2023-09-01 | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-08-22 | debugfs: Add write support to debugfs_create_str() | Mike Tipton |
2023-07-13 | debugfs: convert to ctime accessor functions | Jeff Layton |
2023-05-31 | debugfs: Correct the 'debugfs_create_str' docs | Ivan Orlov |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-20 | debugfs: drop inline constant formatting for ERR_PTR(-ERROR) | Bagas Sanjaya |
2023-02-16 | debugfs: update comment of debugfs_rename() | Qi Zheng |
2023-01-20 | debugfs: Export debugfs_create_str symbol | Cristian Marussi |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2022-11-30 | debugfs: fix error when writing negative value to atomic_t debugfs file | Akinobu Mita |
2022-09-24 | debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops | ChenXiaoSong |
2022-09-24 | debugfs: Only clobber mode/uid/gid on remount if asked | Brian Norris |
2022-09-05 | debugfs: add debugfs_lookup_and_remove() | Greg Kroah-Hartman |
2022-02-25 | debugfs: Document that debugfs_create functions need not be error checked | Douglas Anderson |
2022-01-06 | debugfs: lockdown: Allow reading debugfs files that are not world readable | Michal Suchanek |
2021-09-21 | debugfs: debugfs_create_file_size(): use IS_ERR to check for error | Nirmoy Das |
2021-08-05 | debugfs: Return error during {full/open}_proxy_open() on rmmod | Sven Eckelmann |
2021-06-14 | Merge tag 'v5.13-rc6' into driver-core-next | Greg Kroah-Hartman |
2021-06-04 | debugfs: Fix debugfs_read_file_str() | Dietmar Eggemann |
2021-05-31 | Merge 5.13-rc4 into driver-core-next | Greg Kroah-Hartman |
2021-05-21 | debugfs: remove return value of debugfs_create_ulong() | Greg Kroah-Hartman |
2021-05-21 | debugfs: remove return value of debugfs_create_bool() | Greg Kroah-Hartman |
2021-05-18 | debugfs: fix security_locked_down() call for SELinux | Ondrej Mosnacek |
2021-05-14 | debugfs: only accept read attributes for blobs | Wolfram Sang |
2021-04-28 | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-04-16 | debugfs: Implement debugfs_create_str() | Peter Zijlstra |
2021-04-09 | debugfs: Make debugfs_allow RO after init | Kees Cook |
2021-04-05 | debugfs: drop pointless nul-termination in debugfs_read_file_bool() | Rasmus Villemoes |
2021-02-24 | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-18 | debugfs: do not attempt to create a new file before the filesystem is initalized | Greg Kroah-Hartman |
2021-02-18 | debugfs: be more robust at handling improper input in debugfs_lookup() | Greg Kroah-Hartman |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |