summaryrefslogtreecommitdiff
path: root/include/linux/debugfs.h
Commit message (Expand)AuthorAge
* debugfs: fix debugfs_real_fops() build errorArnd Bergmann2017-11-28
* debugfs: Remove redundant license textGreg Kroah-Hartman2017-11-07
* debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman2017-11-07
* debugfs: purge obsolete SRCU based removal protectionNicolai Stange2017-11-07
* debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange2017-11-07
* debugfs: implement per-file removal protectionNicolai Stange2017-11-07
* debugfs: add support for more elaborate ->d_fsdataNicolai Stange2017-11-07
* debugfs: Add dummy implementation of few helpersViresh Kumar2017-07-17
* fs: update location of filesystems documentationMauro Carvalho Chehab2017-05-16
* debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTEGeliang Tang2017-04-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-23
|\
| * fs: Better permission checking for submountsEric W. Biederman2017-02-02
* | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-22
|\ \
| * | debugfs: improve formatting of debugfs_real_fops()Jakub Kicinski2017-01-11
| |/
* | debugfs: add debugfs_lookup()Omar Sandoval2017-02-02
|/
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-13
|\
| * debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FSArnd Bergmann2016-10-28
* | debugfs: constify argument to debugfs_real_fops()Jakub Kicinski2016-11-04
|/
* debugfs: introduce a public file_operations accessorChristian Lamparter2016-09-21
* debugfs: add support for self-protecting attribute file fopsNicolai Stange2016-04-12
* debugfs: prevent access to removed files' private dataNicolai Stange2016-04-12
* debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-12
* debugfs: Add stub function for debugfs_create_automount().Jiaxing Wang2016-02-07
* debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-18
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-04
* debugfs: Export bool read/write functionsRichard Fitzgerald2015-07-20
* debugfs: switch to simple_follow_link()Al Viro2015-05-10
* debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-17
* new primitive: debugfs_create_automount()Al Viro2015-01-25
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * fs: debugfs: add forward declaration for struct device typeArend van Spriel2014-11-30
| * debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-26
* | debugfs: Have debugfs_print_regs32() return voidJoe Perches2014-11-05
|/
* fs/debugfs: add declaration for no CONFIG_DEBUG_FSWeijie Yang2013-10-03
* debugfs: provide debugfs_create_x64() when disabledJohannes Berg2013-08-27
* debugfs: add get/set for atomic typesSeth Jennings2013-06-03
* debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi2013-01-18
* debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-17
* debugfs-related mode_t whack-a-moleAl Viro2012-03-20
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * switch debugfs to umode_tAl Viro2012-01-03
* | debugfs: print_regs32: make regs array a const pointerAlessandro Rubini2011-11-18
* | debugfs: add tools to printk 32-bit registersAlessandro Rubini2011-11-18
|/
* Add x64 support to debugfsHuang Ying2010-05-19
* docs: fix various Documentation/ paths in header filesRandy Dunlap2009-09-24
* debugfs: function to know if debugfs is initializedFrederic Weisbecker2009-03-23
* Fix "multiple definition of `debugfs_create_size_t'"Linus Torvalds2009-01-26
* debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=nInaky Perez-Gonzalez2009-01-20
* debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2009-01-07
* debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen2008-07-21