summaryrefslogtreecommitdiffstats
path: root/include/linux/debugfs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-1/+2
|\
| * fs: Better permission checking for submountsEric W. Biederman2017-02-021-1/+2
* | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-2/+1
|\ \
| * | debugfs: improve formatting of debugfs_real_fops()Jakub Kicinski2017-01-111-2/+1
| |/
* / debugfs: add debugfs_lookup()Omar Sandoval2017-02-021-0/+8
|/
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-17/+27
|\
| * debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FSArnd Bergmann2016-10-281-17/+27
* | debugfs: constify argument to debugfs_real_fops()Jakub Kicinski2016-11-041-1/+2
|/
* debugfs: introduce a public file_operations accessorChristian Lamparter2016-09-211-0/+17
* debugfs: add support for self-protecting attribute file fopsNicolai Stange2016-04-121-0/+26
* debugfs: prevent access to removed files' private dataNicolai Stange2016-04-121-0/+20
* debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-121-3/+0
* debugfs: Add stub function for debugfs_create_automount().Jiaxing Wang2016-02-071-0/+8
* debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-181-0/+2
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* debugfs: Export bool read/write functionsRichard Fitzgerald2015-07-201-0/+20
* debugfs: switch to simple_follow_link()Al Viro2015-05-101-1/+0
* debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-0/+13
* new primitive: debugfs_create_automount()Al Viro2015-01-251-0/+5
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+16
|\
| * fs: debugfs: add forward declaration for struct device typeArend van Spriel2014-11-301-0/+1
| * debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-261-1/+15
* | debugfs: Have debugfs_print_regs32() return voidJoe Perches2014-11-051-4/+3
|/
* fs/debugfs: add declaration for no CONFIG_DEBUG_FSWeijie Yang2013-10-031-0/+12
* debugfs: provide debugfs_create_x64() when disabledJohannes Berg2013-08-271-0/+7
* debugfs: add get/set for atomic typesSeth Jennings2013-06-031-0/+2
* debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi2013-01-181-1/+1
* debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-171-0/+11
* debugfs-related mode_t whack-a-moleAl Viro2012-03-201-2/+2
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-23/+23
|\
| * switch debugfs to umode_tAl Viro2012-01-031-23/+23
* | debugfs: print_regs32: make regs array a const pointerAlessandro Rubini2011-11-181-1/+1
* | debugfs: add tools to printk 32-bit registersAlessandro Rubini2011-11-181-0/+26
|/
* Add x64 support to debugfsHuang Ying2010-05-191-0/+2
* docs: fix various Documentation/ paths in header filesRandy Dunlap2009-09-241-1/+1
* debugfs: function to know if debugfs is initializedFrederic Weisbecker2009-03-231-0/+8
* Fix "multiple definition of `debugfs_create_size_t'"Linus Torvalds2009-01-261-1/+1
* debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=nInaky Perez-Gonzalez2009-01-201-0/+7
* debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2009-01-071-0/+2
* debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen2008-07-211-0/+4
* x86: Add a arch directory for x86 under debugfsvenkatesh.pallipadi@intel.com2008-07-181-0/+2
* debugfs: fix sparse warningsHarvey Harrison2008-03-041-0/+5
* debugfs: helper for decimal challengedRobin Getz2007-10-121-0/+27
* debugfs: add rename for debugfs filesJan Kara2007-07-111-0/+9
* debugfs: Add debugfs_create_u64()Michael Ellerman2007-04-271-0/+9
* debugfs: implement symbolic linksPeter Oberparleiter2007-02-161-0/+10
* [PATCH] Fix OCFS2 warning when DEBUG_FS is not enabledJean Delvare2006-04-271-3/+2
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-201-0/+15
* [PATCH] debugfs: fix !debugfs prototypesMichal Ostrowski2005-04-181-3/+3