summaryrefslogtreecommitdiff
path: root/include/linux/debugfs.h
AgeCommit message (Expand)Author
2019-11-21debugfs: Fix !DEBUG_FS debugfs_create_automountKusanagi Kouichi
2019-11-03debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGeert Uytterhoeven
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman
2019-11-02debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman
2019-10-16debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman
2019-10-16debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman
2019-10-16debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman
2019-10-14debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman
2019-10-14debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman
2019-10-14debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman
2019-10-14debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman
2019-06-03debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman
2017-11-28debugfs: fix debugfs_real_fops() build errorArnd Bergmann
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange
2017-11-07debugfs: implement per-file removal protectionNicolai Stange
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange
2017-07-17debugfs: Add dummy implementation of few helpersViresh Kumar
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab
2017-04-08debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTEGeliang Tang
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2017-01-11debugfs: improve formatting of debugfs_real_fops()Jakub Kicinski
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-04debugfs: constify argument to debugfs_real_fops()Jakub Kicinski
2016-10-28debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FSArnd Bergmann
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter
2016-04-12debugfs: add support for self-protecting attribute file fopsNicolai Stange
2016-04-12debugfs: prevent access to removed files' private dataNicolai Stange
2016-04-12debugfs: prevent access to possibly dead file_operations at file openNicolai Stange
2016-02-07debugfs: Add stub function for debugfs_create_automount().Jiaxing Wang
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-07-20debugfs: Export bool read/write functionsRichard Fitzgerald
2015-05-10debugfs: switch to simple_follow_link()Al Viro
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells
2015-01-25new primitive: debugfs_create_automount()Al Viro
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-30fs: debugfs: add forward declaration for struct device typeArend van Spriel
2014-11-26debugfs: add helper function to create device related seq_fileArend van Spriel
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches
2013-10-03fs/debugfs: add declaration for no CONFIG_DEBUG_FSWeijie Yang
2013-08-27debugfs: provide debugfs_create_x64() when disabledJohannes Berg
2013-06-03debugfs: add get/set for atomic typesSeth Jennings
2013-01-18debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi
2012-04-17debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri