| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-09 | debugfs_get_aux(): allow storing non-const void * | Al Viro | 1 | -1/+1 |
| 2025-07-09 | debugfs: split short and full proxy wrappers, kill debugfs_real_fops() | Al Viro | 1 | -49/+38 |
| 2025-01-30 | debugfs: Fix the missing initializations in __debugfs_file_get() | Al Viro | 1 | -8/+12 |
| 2025-01-15 | debugfs: allow to store an additional opaque pointer at file creation | Al Viro | 1 | -0/+6 |
| 2025-01-15 | debugfs: don't mess with bits in ->d_fsdata | Al Viro | 1 | -30/+28 |
| 2025-01-15 | debugfs: get rid of dynamically allocation proxy_ops | Al Viro | 1 | -61/+52 |
| 2025-01-10 | fs: debugfs: fix open proxy for unsafe files | Johannes Berg | 1 | -1/+1 |
| 2025-01-07 | fs: debugfs: differentiate short fops with proxy ops | Johannes Berg | 1 | -22/+50 |
| 2024-10-23 | debugfs: add small file operations for most files | Johannes Berg | 1 | -30/+70 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-01-04 | Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog' | Rafael J. Wysocki | 1 | -5/+23 |
| 2023-12-22 | debugfs: initialize cancellations earlier | Johannes Berg | 1 | -2/+4 |
| 2023-12-04 | Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" | Johannes Berg | 1 | -10/+0 |
| 2023-11-29 | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 1 | -0/+100 |
| 2023-11-27 | debugfs: add API to allow debugfs operations cancellation | Johannes Berg | 1 | -0/+82 |
| 2023-11-27 | debugfs: annotate debugfs handlers vs. removal with lockdep | Johannes Berg | 1 | -0/+10 |
| 2023-11-27 | debugfs: fix automount d_fsdata usage | Johannes Berg | 1 | -0/+8 |
| 2023-11-21 | fs: debugfs: Add write functionality to debugfs blobs | Avadhut Naik | 1 | -5/+23 |
| 2023-10-05 | debugfs: Fix __rcu type comparison warning | Mike Tipton | 1 | -1/+1 |
| 2023-08-22 | debugfs: Add write support to debugfs_create_str() | Mike Tipton | 1 | -2/+46 |
| 2023-05-31 | debugfs: Correct the 'debugfs_create_str' docs | Ivan Orlov | 1 | -9/+0 |
| 2023-01-20 | debugfs: Export debugfs_create_str symbol | Cristian Marussi | 1 | -0/+1 |
| 2022-11-30 | debugfs: fix error when writing negative value to atomic_t debugfs file | Akinobu Mita | 1 | -6/+22 |
| 2022-09-24 | debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops | ChenXiaoSong | 1 | -13/+3 |
| 2022-01-06 | debugfs: lockdown: Allow reading debugfs files that are not world readable | Michal Suchanek | 1 | -1/+1 |
| 2021-08-05 | debugfs: Return error during {full/open}_proxy_open() on rmmod | Sven Eckelmann | 1 | -2/+6 |
| 2021-06-14 | Merge tag 'v5.13-rc6' into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-06-04 | debugfs: Fix debugfs_read_file_str() | Dietmar Eggemann | 1 | -1/+1 |
| 2021-05-21 | debugfs: remove return value of debugfs_create_ulong() | Greg Kroah-Hartman | 1 | -14/+4 |
| 2021-05-21 | debugfs: remove return value of debugfs_create_bool() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2021-05-14 | debugfs: only accept read attributes for blobs | Wolfram Sang | 1 | -2/+3 |
| 2021-04-28 | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+91 |
| 2021-04-16 | debugfs: Implement debugfs_create_str() | Peter Zijlstra | 1 | -0/+91 |
| 2021-04-05 | debugfs: drop pointless nul-termination in debugfs_read_file_bool() | Rasmus Villemoes | 1 | -2/+1 |
| 2020-10-30 | debugfs: remove return value of debugfs_create_devm_seqfile() | Greg Kroah-Hartman | 1 | -8/+7 |
| 2020-09-04 | debugfs: Fix module state check condition | Vladis Dronov | 1 | -2/+2 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -20/+7 |
| 2020-07-10 | debugfs: make sure we can remove u32_array files cleanly | Jakub Kicinski | 1 | -20/+7 |
| 2020-07-10 | debugfs: file: Remove unnecessary cast in kfree() | Xu Wang | 1 | -1/+1 |
| 2020-04-17 | debugfs: remove return value of debugfs_create_u32() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2020-04-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+8 |
| 2020-03-18 | debugfs: Check module state before warning in {full/open}_proxy_open() | Taehee Yoo | 1 | -4/+14 |
| 2020-02-22 | debugfs: regset32: Add Runtime PM support | Geert Uytterhoeven | 1 | -0/+8 |
| 2020-02-10 | debugfs: remove return value of debugfs_create_regset32() | Greg Kroah-Hartman | 1 | -13/+4 |
| 2020-01-14 | debugfs: Return -EPERM when locked down | Eric Snowberg | 1 | -7/+10 |
| 2020-01-06 | debugfs: Fix warnings when building documentation | Daniel W. S. Almeida | 1 | -11/+10 |
| 2019-11-03 | debugfs: remove return value of debugfs_create_atomic_t() | Greg Kroah-Hartman | 1 | -5/+4 |
| 2019-11-02 | debugfs: remove return value of debugfs_create_x8() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x64() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x32() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x16() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_size_t() | Greg Kroah-Hartman | 1 | -5/+4 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u64() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u16() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u8() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+30 |
| 2019-08-19 | debugfs: Restrict debugfs when the kernel is locked down | David Howells | 1 | -0/+30 |
| 2019-06-03 | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman | 1 | -10/+4 |
| 2019-04-25 | debugfs: update documented return values of debugfs helpers | Ronald Tschalär | 1 | -42/+35 |
| 2018-05-14 | debugfs: Re-use kstrtobool_from_user() | Andy Shevchenko | 1 | -8/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2018-02-01 | use linux/poll.h instead of asm/poll.h | Al Viro | 1 | -1/+1 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-27 | anntotate the places where ->poll() return values go | Al Viro | 1 | -1/+1 |
| 2017-11-07 | debugfs: Remove redundant license text | Greg Kroah-Hartman | 1 | -5/+0 |
| 2017-11-07 | debugfs: add SPDX identifiers to all debugfs files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-07 | debugfs: defer debugfs_fsdata allocation to first usage | Nicolai Stange | 1 | -9/+46 |
| 2017-11-07 | debugfs: call debugfs_real_fops() only after debugfs_file_get() | Nicolai Stange | 1 | -3/+4 |
| 2017-11-07 | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 1 | -48/+0 |
| 2017-11-07 | debugfs: convert to debugfs_file_get() and -put() | Nicolai Stange | 1 | -56/+50 |
| 2017-11-07 | debugfs: debugfs_real_fops(): drop __must_hold sparse annotation | Nicolai Stange | 1 | -5/+1 |
| 2017-11-07 | debugfs: implement per-file removal protection | Nicolai Stange | 1 | -0/+48 |
| 2017-11-07 | debugfs: add support for more elaborate ->d_fsdata | Nicolai Stange | 1 | -0/+12 |
| 2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2016-09-27 | debugfs: propagate release() call result | Eric Engestrom | 1 | -1/+1 |
| 2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter | 1 | -8/+5 |
| 2016-06-15 | debugfs: open_proxy_open(): avoid double fops release | Nicolai Stange | 1 | -1/+0 |
| 2016-06-15 | debugfs: full_proxy_open(): free proxy on ->open() failure | Nicolai Stange | 1 | -2/+4 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_u32_array() | Nicolai Stange | 1 | -1/+2 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_blob() | Nicolai Stange | 1 | -3/+10 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_bool() | Nicolai Stange | 1 | -21/+20 |
| 2016-04-12 | debugfs: unproxify integer attribute files | Nicolai Stange | 1 | -48/+75 |
| 2016-04-12 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 1 | -0/+28 |
| 2016-04-12 | debugfs: prevent access to removed files' private data | Nicolai Stange | 1 | -2/+155 |
| 2016-04-12 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 1 | -1/+90 |
| 2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 1 | -0/+48 |
| 2015-10-17 | debugfs: Add read-only/write-only bool file ops | Stephen Boyd | 1 | -1/+14 |
| 2015-10-17 | debugfs: Add read-only/write-only size_t file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Add read-only/write-only x64 file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Consolidate file mode checks in debugfs_create_*() | Stephen Boyd | 1 | -66/+32 |
| 2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -3/+3 |
| 2015-07-20 | debugfs: Export bool read/write functions | Richard Fitzgerald | 1 | -6/+8 |
| 2015-05-10 | debugfs: switch to simple_follow_link() | Al Viro | 1 | -12/+0 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+54 |
| 2014-11-26 | debugfs: add helper function to create device related seq_file | Arend van Spriel | 1 | -0/+54 |
| 2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -7/+8 |
| 2014-07-09 | fs: debugfs: remove trailing whitespace | Rahul Bedarkar | 1 | -1/+1 |
| 2013-06-03 | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 1 | -0/+1 |
| 2013-06-03 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -0/+42 |
| 2012-09-21 | debugfs: fix u32_array race in format_array_alloc | Linus Torvalds | 1 | -34/+23 |
| 2012-09-21 | debugfs: fix race in u32_array_read and allocate array at open | David Rientjes | 1 | -22/+11 |
| 2012-04-17 | debugfs: Add support to print u32 array in debugfs | Srivatsa Vaddagiri | 1 | -0/+128 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -11/+3 |
| 2012-03-20 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |
| 2012-01-23 | kernel-doc: fix new warnings in debugfs | Randy Dunlap | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -11/+11 |
| 2012-01-03 | switch debugfs to umode_t | Al Viro | 1 | -11/+11 |
| 2012-01-03 | debugfs: add missing #ifdef HAS_IOMEM | Heiko Carstens | 1 | -0/+4 |
| 2011-11-26 | debugfs: remove unneeded cast in debugfs_print_regs32() | Dan Carpenter | 1 | -1/+1 |
| 2011-11-22 | debugfs: bugfix: include <linux/io.h> in file.c | Alessandro Rubini | 1 | -0/+1 |
| 2011-11-18 | debugfs: print_regs32: make regs array a const pointer | Alessandro Rubini | 1 | -1/+1 |
| 2011-11-18 | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 1 | -0/+90 |
| 2011-05-13 | debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning | Stephen Boyd | 1 | -1/+1 |
| 2011-04-25 | debugfs: move to new strtobool | Jonathan Cameron | 1 | -13/+4 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+3 |
| 2010-05-19 | Add x64 support to debugfs | Huang Ying | 1 | -1/+20 |
| 2009-06-15 | debugfs: use specified mode to possibly mark files read/write only | Robin Getz | 1 | -0/+63 |
| 2009-06-15 | debugfs: fix docbook error | Jonathan Corbet | 1 | -1/+1 |
| 2009-01-07 | debugfs: add helpers for exporting a size_t simple value | Inaky Perez-Gonzalez | 1 | -0/+32 |
| 2008-04-30 | DEBUGFS: Correct location of debugfs API documentation. | Robert P. J. Day | 1 | -1/+1 |
| 2008-02-08 | libfs: allow error return from simple attributes | Christoph Hellwig | 1 | -12/+20 |
| 2007-10-15 | docbook: fix filesystems content | Randy Dunlap | 1 | -6/+35 |
| 2007-10-12 | debugfs: helper for decimal challenged | Robin Getz | 1 | -0/+36 |
| 2007-04-27 | debugfs: Add debugfs_create_u64() | Michael Ellerman | 1 | -0/+42 |
| 2007-02-16 | debugfs: implement symbolic links | Peter Oberparleiter | 1 | -0/+12 |
| 2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |
| 2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 1 | -2/+2 |
| 2006-09-25 | Debugfs: kernel-doc fixes for debugfs | Randy Dunlap | 1 | -31/+25 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -2/+2 |
| 2006-03-20 | [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data | Michael Ellerman | 1 | -0/+46 |
| 2006-02-06 | [PATCH] debugfs: trivial comment fix | Vincent Hanquez | 1 | -3/+3 |
| 2005-06-20 | [PATCH] libfs: add simple attribute files | Arnd Bergmann | 1 | -38/+29 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+262 |