aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugfs.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-28debugfs: fix debugfs_real_fops() build errorGravatar Arnd Bergmann 1-0/+2
2017-11-07debugfs: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07debugfs: purge obsolete SRCU based removal protectionGravatar Nicolai Stange 1-19/+0
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationGravatar Nicolai Stange 1-2/+1
2017-11-07debugfs: implement per-file removal protectionGravatar Nicolai Stange 1-0/+11
2017-11-07debugfs: add support for more elaborate ->d_fsdataGravatar Nicolai Stange 1-17/+3
2017-07-17debugfs: Add dummy implementation of few helpersGravatar Viresh Kumar 1-0/+16
2017-05-16fs: update location of filesystems documentationGravatar Mauro Carvalho Chehab 1-1/+1
2017-04-08debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTEGravatar Geliang Tang 1-1/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+2
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2017-02-02debugfs: add debugfs_lookup()Gravatar Omar Sandoval 1-0/+8
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-1/+2
2017-01-11debugfs: improve formatting of debugfs_real_fops()Gravatar Jakub Kicinski 1-2/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-17/+27
2016-11-04debugfs: constify argument to debugfs_real_fops()Gravatar Jakub Kicinski 1-1/+2
2016-10-28debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FSGravatar Arnd Bergmann 1-17/+27
2016-09-21debugfs: introduce a public file_operations accessorGravatar Christian Lamparter 1-0/+17
2016-04-12debugfs: add support for self-protecting attribute file fopsGravatar Nicolai Stange 1-0/+26
2016-04-12debugfs: prevent access to removed files' private dataGravatar Nicolai Stange 1-0/+20
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 1-3/+0
2016-02-07debugfs: Add stub function for debugfs_create_automount().Gravatar Jiaxing Wang 1-0/+8
2015-10-18debugfs: Add debugfs_create_ulong()Gravatar Viresh Kumar 1-0/+2
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-2/+2
2015-07-20debugfs: Export bool read/write functionsGravatar Richard Fitzgerald 1-0/+20
2015-05-10debugfs: switch to simple_follow_link()Gravatar Al Viro 1-1/+0
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeGravatar David Howells 1-0/+13
2015-01-25new primitive: debugfs_create_automount()Gravatar Al Viro 1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+16
2014-11-30fs: debugfs: add forward declaration for struct device typeGravatar Arend van Spriel 1-0/+1
2014-11-26debugfs: add helper function to create device related seq_fileGravatar Arend van Spriel 1-1/+15
2014-11-05debugfs: Have debugfs_print_regs32() return voidGravatar Joe Perches 1-4/+3
2013-10-03fs/debugfs: add declaration for no CONFIG_DEBUG_FSGravatar Weijie Yang 1-0/+12
2013-08-27debugfs: provide debugfs_create_x64() when disabledGravatar Johannes Berg 1-0/+7
2013-06-03debugfs: add get/set for atomic typesGravatar Seth Jennings 1-0/+2
2013-01-18debugfs: regset32: make struct debugfs_reg32 pointer constGravatar Felipe Balbi 1-1/+1
2012-04-17debugfs: Add support to print u32 array in debugfsGravatar Srivatsa Vaddagiri 1-0/+11
2012-03-20debugfs-related mode_t whack-a-moleGravatar Al Viro 1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-23/+23
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-23/+23
2011-11-18debugfs: print_regs32: make regs array a const pointerGravatar Alessandro Rubini 1-1/+1
2011-11-18debugfs: add tools to printk 32-bit registersGravatar Alessandro Rubini 1-0/+26
2010-05-19Add x64 support to debugfsGravatar Huang Ying 1-0/+2
2009-09-24docs: fix various Documentation/ paths in header filesGravatar Randy Dunlap 1-1/+1
2009-03-23debugfs: function to know if debugfs is initializedGravatar Frederic Weisbecker 1-0/+8
2009-01-26Fix "multiple definition of `debugfs_create_size_t'"Gravatar Linus Torvalds 1-1/+1
2009-01-20debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=nGravatar Inaky Perez-Gonzalez 1-0/+7
2009-01-07debugfs: add helpers for exporting a size_t simple valueGravatar Inaky Perez-Gonzalez 1-0/+2
2008-07-21debugfs: Implement debugfs_remove_recursive()Gravatar Haavard Skinnemoen 1-0/+4