Age | Commit message (Expand) | Author |
2020-04-17 | debugfs: remove return value of debugfs_create_u32() | Greg Kroah-Hartman |
2020-04-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-03-18 | debugfs: remove return value of debugfs_create_file_size() | Greg Kroah-Hartman |
2020-02-22 | debugfs: regset32: Add Runtime PM support | Geert Uytterhoeven |
2020-02-10 | debugfs: remove return value of debugfs_create_regset32() | Greg Kroah-Hartman |
2019-12-10 | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems | Al Viro |
2019-11-21 | debugfs: Fix !DEBUG_FS debugfs_create_automount | Kusanagi Kouichi |
2019-11-03 | debugfs: Add debugfs_create_xul() for hexadecimal unsigned long | Geert Uytterhoeven |
2019-11-03 | debugfs: remove return value of debugfs_create_atomic_t() | Greg Kroah-Hartman |
2019-11-02 | debugfs: remove return value of debugfs_create_x8() | Greg Kroah-Hartman |
2019-10-16 | debugfs: remove return value of debugfs_create_x64() | Greg Kroah-Hartman |
2019-10-16 | debugfs: remove return value of debugfs_create_x32() | Greg Kroah-Hartman |
2019-10-16 | debugfs: remove return value of debugfs_create_x16() | Greg Kroah-Hartman |
2019-10-14 | debugfs: remove return value of debugfs_create_size_t() | Greg Kroah-Hartman |
2019-10-14 | debugfs: remove return value of debugfs_create_u64() | Greg Kroah-Hartman |
2019-10-14 | debugfs: remove return value of debugfs_create_u16() | Greg Kroah-Hartman |
2019-10-14 | debugfs: remove return value of debugfs_create_u8() | Greg Kroah-Hartman |
2019-06-03 | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman |
2017-11-28 | debugfs: fix debugfs_real_fops() build error | Arnd Bergmann |
2017-11-07 | debugfs: Remove redundant license text | Greg Kroah-Hartman |
2017-11-07 | debugfs: add SPDX identifiers to all debugfs files | Greg Kroah-Hartman |
2017-11-07 | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange |
2017-11-07 | debugfs: debugfs_real_fops(): drop __must_hold sparse annotation | Nicolai Stange |
2017-11-07 | debugfs: implement per-file removal protection | Nicolai Stange |
2017-11-07 | debugfs: add support for more elaborate ->d_fsdata | Nicolai Stange |
2017-07-17 | debugfs: Add dummy implementation of few helpers | Viresh Kumar |
2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab |
2017-04-08 | debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE | Geliang Tang |
2017-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-02-22 | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-02-02 | debugfs: add debugfs_lookup() | Omar Sandoval |
2017-02-02 | fs: Better permission checking for submounts | Eric W. Biederman |
2017-01-11 | debugfs: improve formatting of debugfs_real_fops() | Jakub Kicinski |
2016-12-13 | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-11-04 | debugfs: constify argument to debugfs_real_fops() | Jakub Kicinski |
2016-10-28 | debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS | Arnd Bergmann |
2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter |
2016-04-12 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange |
2016-04-12 | debugfs: prevent access to removed files' private data | Nicolai Stange |
2016-04-12 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange |
2016-02-07 | debugfs: Add stub function for debugfs_create_automount(). | Jiaxing Wang |
2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar |
2015-07-20 | debugfs: Export bool read/write functions | Richard Fitzgerald |
2015-05-10 | debugfs: switch to simple_follow_link() | Al Viro |
2015-02-17 | debugfs: Provide a file creation function that also takes an initial size | David Howells |
2015-01-25 | new primitive: debugfs_create_automount() | Al Viro |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-30 | fs: debugfs: add forward declaration for struct device type | Arend van Spriel |
2014-11-26 | debugfs: add helper function to create device related seq_file | Arend van Spriel |