Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-02-17 | debugfs: Provide a file creation function that also takes an initial size | David Howells | 1 | -0/+13 |
2015-01-26 | new primitive: debugfs_create_automount() | Al Viro | 1 | -0/+5 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+16 |
2014-11-30 | fs: debugfs: add forward declaration for struct device type | Arend van Spriel | 1 | -0/+1 |
2014-11-27 | debugfs: add helper function to create device related seq_file | Arend van Spriel | 1 | -1/+15 |
2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -4/+3 |
2013-10-04 | fs/debugfs: add declaration for no CONFIG_DEBUG_FS | Weijie Yang | 1 | -0/+12 |
2013-08-28 | debugfs: provide debugfs_create_x64() when disabled | Johannes Berg | 1 | -0/+7 |
2013-06-04 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -0/+2 |
2013-01-19 | debugfs: regset32: make struct debugfs_reg32 pointer const | Felipe Balbi | 1 | -1/+1 |
2012-04-17 | debugfs: Add support to print u32 array in debugfs | Srivatsa Vaddagiri | 1 | -0/+11 |
2012-03-21 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -2/+2 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -23/+23 |
2012-01-04 | switch debugfs to umode_t | Al Viro | 1 | -23/+23 |
2011-11-19 | 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/+26 |
2010-05-20 | Add x64 support to debugfs | Huang Ying | 1 | -0/+2 |
2009-09-24 | docs: fix various Documentation/ paths in header files | Randy Dunlap | 1 | -1/+1 |
2009-03-23 | debugfs: function to know if debugfs is initialized | Frederic Weisbecker | 1 | -0/+8 |
2009-01-27 | Fix "multiple definition of `debugfs_create_size_t'" | Linus Torvalds | 1 | -1/+1 |
2009-01-21 | debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n | Inaky Perez-Gonzalez | 1 | -0/+7 |
2009-01-07 | debugfs: add helpers for exporting a size_t simple value | Inaky Perez-Gonzalez | 1 | -0/+2 |
2008-07-22 | debugfs: Implement debugfs_remove_recursive() | Haavard Skinnemoen | 1 | -0/+4 |