aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/debugfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28debugfs: fix debugfs_real_fops() build errorArnd Bergmann1-0/+2
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman1-0/+1
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange1-19/+0
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange1-2/+1
2017-11-07debugfs: implement per-file removal protectionNicolai Stange1-0/+11
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange1-17/+3
2017-07-17debugfs: Add dummy implementation of few helpersViresh Kumar1-0/+16
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab1-1/+1
2017-04-08debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTEGeliang Tang1-1/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+1
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval1-0/+8
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-1/+2
2017-01-11debugfs: improve formatting of debugfs_real_fops()Jakub Kicinski1-2/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-17/+27
2016-11-04debugfs: constify argument to debugfs_real_fops()Jakub Kicinski1-1/+2
2016-10-28debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FSArnd Bergmann1-17/+27
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter1-0/+17
2016-04-12debugfs: add support for self-protecting attribute file fopsNicolai Stange1-0/+26
2016-04-12debugfs: prevent access to removed files' private dataNicolai Stange1-0/+20
2016-04-12debugfs: prevent access to possibly dead file_operations at file openNicolai Stange1-3/+0
2016-02-07debugfs: Add stub function for debugfs_create_automount().Jiaxing Wang1-0/+8
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar1-0/+2
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-2/+2
2015-07-20debugfs: Export bool read/write functionsRichard Fitzgerald1-0/+20
2015-05-10debugfs: switch to simple_follow_link()Al Viro1-1/+0
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+13
2015-01-25new primitive: debugfs_create_automount()Al Viro1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+16
2014-11-30fs: debugfs: add forward declaration for struct device typeArend van Spriel1-0/+1
2014-11-26debugfs: add helper function to create device related seq_fileArend van Spriel1-1/+15
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches1-4/+3
2013-10-03fs/debugfs: add declaration for no CONFIG_DEBUG_FSWeijie Yang1-0/+12
2013-08-27debugfs: provide debugfs_create_x64() when disabledJohannes Berg1-0/+7
2013-06-03debugfs: add get/set for atomic typesSeth Jennings1-0/+2
2013-01-18debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi1-1/+1
2012-04-17debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri1-0/+11
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+23
2012-01-03switch debugfs to umode_tAl Viro1-23/+23
2011-11-18debugfs: print_regs32: make regs array a const pointerAlessandro Rubini1-1/+1
2011-11-18debugfs: add tools to printk 32-bit registersAlessandro Rubini1-0/+26
2010-05-19Add x64 support to debugfsHuang Ying1-0/+2
2009-09-24docs: fix various Documentation/ paths in header filesRandy Dunlap1-1/+1
2009-03-23debugfs: function to know if debugfs is initializedFrederic Weisbecker1-0/+8
2009-01-26Fix "multiple definition of `debugfs_create_size_t'"Linus Torvalds1-1/+1
2009-01-20debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=nInaky Perez-Gonzalez1-0/+7
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez1-0/+2
2008-07-21debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen1-0/+4