Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | debugfs: remove return value of debugfs_create_ulong() | Greg Kroah-Hartman | 1 | -9/+5 |
2021-05-21 | debugfs: remove return value of debugfs_create_bool() | Greg Kroah-Hartman | 1 | -8/+4 |
2021-04-16 | debugfs: Implement debugfs_create_str() | Peter Zijlstra | 1 | -0/+17 |
2020-10-30 | debugfs: remove return value of debugfs_create_devm_seqfile() | Greg Kroah-Hartman | 1 | -10/+8 |
2020-07-10 | debugfs: make sure we can remove u32_array files cleanly | Jakub Kicinski | 1 | -3/+9 |
2020-04-17 | debugfs: remove return value of debugfs_create_u32() | Greg Kroah-Hartman | 1 | -8/+4 |
2020-04-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+1 |
2020-03-18 | debugfs: remove return value of debugfs_create_file_size() | Greg Kroah-Hartman | 1 | -11/+9 |
2020-02-22 | debugfs: regset32: Add Runtime PM support | Geert Uytterhoeven | 1 | -0/+1 |
2020-02-11 | debugfs: remove return value of debugfs_create_regset32() | Greg Kroah-Hartman | 1 | -7/+6 |
2019-12-11 | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems | Al Viro | 1 | -1/+1 |
2019-11-21 | debugfs: Fix !DEBUG_FS debugfs_create_automount | Kusanagi Kouichi | 1 | -2/+3 |
2019-11-03 | debugfs: Add debugfs_create_xul() for hexadecimal unsigned long | Geert Uytterhoeven | 1 | -0/+21 |
2019-11-03 | debugfs: remove return value of debugfs_create_atomic_t() | Greg Kroah-Hartman | 1 | -7/+6 |
2019-11-02 | debugfs: remove return value of debugfs_create_x8() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-16 | debugfs: remove return value of debugfs_create_x64() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-16 | debugfs: remove return value of debugfs_create_x32() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-16 | debugfs: remove return value of debugfs_create_x16() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-14 | debugfs: remove return value of debugfs_create_size_t() | Greg Kroah-Hartman | 1 | -8/+5 |
2019-10-14 | debugfs: remove return value of debugfs_create_u64() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-14 | debugfs: remove return value of debugfs_create_u16() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-10-14 | debugfs: remove return value of debugfs_create_u8() | Greg Kroah-Hartman | 1 | -8/+4 |
2019-06-03 | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman | 1 | -7/+5 |
2017-11-28 | debugfs: fix debugfs_real_fops() build error | Arnd Bergmann | 1 | -0/+2 |
2017-11-07 | debugfs: Remove redundant license text | Greg Kroah-Hartman | 1 | -4/+0 |
2017-11-07 | debugfs: add SPDX identifiers to all debugfs files | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-07 | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 1 | -19/+0 |
2017-11-07 | debugfs: debugfs_real_fops(): drop __must_hold sparse annotation | Nicolai Stange | 1 | -2/+1 |
2017-11-07 | debugfs: implement per-file removal protection | Nicolai Stange | 1 | -0/+11 |
2017-11-07 | debugfs: add support for more elaborate ->d_fsdata | Nicolai Stange | 1 | -17/+3 |
2017-07-17 | debugfs: Add dummy implementation of few helpers | Viresh Kumar | 1 | -0/+16 |
2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-04-08 | debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE | Geliang Tang | 1 | -1/+1 |
2017-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+2 |
2017-02-22 | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2017-02-02 | debugfs: add debugfs_lookup() | Omar Sandoval | 1 | -0/+8 |
2017-02-01 | fs: Better permission checking for submounts | Eric W. Biederman | 1 | -1/+2 |
2017-01-11 | debugfs: improve formatting of debugfs_real_fops() | Jakub Kicinski | 1 | -2/+1 |
2016-12-13 | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -17/+27 |
2016-11-04 | debugfs: constify argument to debugfs_real_fops() | Jakub Kicinski | 1 | -1/+2 |
2016-10-28 | debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS | Arnd Bergmann | 1 | -17/+27 |
2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter | 1 | -0/+17 |
2016-04-13 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 1 | -0/+26 |
2016-04-13 | debugfs: prevent access to removed files' private data | Nicolai Stange | 1 | -0/+20 |
2016-04-13 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 1 | -3/+0 |
2016-02-08 | debugfs: Add stub function for debugfs_create_automount(). | Jiaxing Wang | 1 | -0/+8 |
2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 1 | -0/+2 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -2/+2 |
2015-07-20 | debugfs: Export bool read/write functions | Richard Fitzgerald | 1 | -0/+20 |
2015-05-11 | debugfs: switch to simple_follow_link() | Al Viro | 1 | -1/+0 |