aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugfs.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-27debugfs: add API to allow debugfs operations cancellationGravatar Johannes Berg 1-0/+19
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileGravatar Akinobu Mita 1-2/+17
2022-09-05debugfs: add debugfs_lookup_and_remove()Gravatar Greg Kroah-Hartman 1-0/+6
2021-05-21debugfs: remove return value of debugfs_create_ulong()Gravatar Greg Kroah-Hartman 1-9/+5
2021-05-21debugfs: remove return value of debugfs_create_bool()Gravatar Greg Kroah-Hartman 1-8/+4
2021-04-16debugfs: Implement debugfs_create_str()Gravatar Peter Zijlstra 1-0/+17
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Gravatar Greg Kroah-Hartman 1-10/+8
2020-07-10debugfs: make sure we can remove u32_array files cleanlyGravatar Jakub Kicinski 1-3/+9
2020-04-17debugfs: remove return value of debugfs_create_u32()Gravatar Greg Kroah-Hartman 1-8/+4
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2020-03-18debugfs: remove return value of debugfs_create_file_size()Gravatar Greg Kroah-Hartman 1-11/+9
2020-02-22debugfs: regset32: Add Runtime PM supportGravatar Geert Uytterhoeven 1-0/+1
2020-02-10debugfs: remove return value of debugfs_create_regset32()Gravatar Greg Kroah-Hartman 1-7/+6
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsGravatar Al Viro 1-1/+1
2019-11-21debugfs: Fix !DEBUG_FS debugfs_create_automountGravatar Kusanagi Kouichi 1-2/+3
2019-11-03debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGravatar Geert Uytterhoeven 1-0/+21
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Gravatar Greg Kroah-Hartman 1-7/+6
2019-11-02debugfs: remove return value of debugfs_create_x8()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-16debugfs: remove return value of debugfs_create_x64()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-16debugfs: remove return value of debugfs_create_x32()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-16debugfs: remove return value of debugfs_create_x16()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_size_t()Gravatar Greg Kroah-Hartman 1-8/+5
2019-10-14debugfs: remove return value of debugfs_create_u64()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u16()Gravatar Greg Kroah-Hartman 1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u8()Gravatar Greg Kroah-Hartman 1-8/+4
2019-06-03debugfs: make debugfs_create_u32_array() return voidGravatar Greg Kroah-Hartman 1-7/+5
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