aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-24debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsGravatar ChenXiaoSong 1-13/+3
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableGravatar Michal Suchanek 1-1/+1
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodGravatar Sven Eckelmann 1-2/+6
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2021-06-04debugfs: Fix debugfs_read_file_str()Gravatar Dietmar Eggemann 1-1/+1
2021-05-21debugfs: remove return value of debugfs_create_ulong()Gravatar Greg Kroah-Hartman 1-14/+4
2021-05-21debugfs: remove return value of debugfs_create_bool()Gravatar Greg Kroah-Hartman 1-12/+3
2021-05-14debugfs: only accept read attributes for blobsGravatar Wolfram Sang 1-2/+3
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+91
2021-04-16debugfs: Implement debugfs_create_str()Gravatar Peter Zijlstra 1-0/+91
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Gravatar Rasmus Villemoes 1-2/+1
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Gravatar Greg Kroah-Hartman 1-8/+7
2020-09-04debugfs: Fix module state check conditionGravatar Vladis Dronov 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-20/+7
2020-07-10debugfs: make sure we can remove u32_array files cleanlyGravatar Jakub Kicinski 1-20/+7
2020-07-10debugfs: file: Remove unnecessary cast in kfree()Gravatar Xu Wang 1-1/+1
2020-04-17debugfs: remove return value of debugfs_create_u32()Gravatar Greg Kroah-Hartman 1-12/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+8
2020-03-18debugfs: Check module state before warning in {full/open}_proxy_open()Gravatar Taehee Yoo 1-4/+14
2020-02-22debugfs: regset32: Add Runtime PM supportGravatar Geert Uytterhoeven 1-0/+8
2020-02-10debugfs: remove return value of debugfs_create_regset32()Gravatar Greg Kroah-Hartman 1-13/+4
2020-01-14debugfs: Return -EPERM when locked downGravatar Eric Snowberg 1-7/+10
2020-01-06debugfs: Fix warnings when building documentationGravatar Daniel W. S. Almeida 1-11/+10
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Gravatar Greg Kroah-Hartman 1-5/+4
2019-11-02debugfs: remove return value of debugfs_create_x8()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x64()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x32()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x16()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-14debugfs: remove return value of debugfs_create_size_t()Gravatar Greg Kroah-Hartman 1-5/+4
2019-10-14debugfs: remove return value of debugfs_create_u64()Gravatar Greg Kroah-Hartman 1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u16()Gravatar Greg Kroah-Hartman 1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u8()Gravatar Greg Kroah-Hartman 1-12/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+30
2019-08-19debugfs: Restrict debugfs when the kernel is locked downGravatar David Howells 1-0/+30
2019-06-03debugfs: make debugfs_create_u32_array() return voidGravatar Greg Kroah-Hartman 1-10/+4
2019-04-25debugfs: update documented return values of debugfs helpersGravatar Ronald Tschalär 1-42/+35
2018-05-14debugfs: Re-use kstrtobool_from_user()Gravatar Andy Shevchenko 1-8/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-01use linux/poll.h instead of asm/poll.hGravatar Al Viro 1-1/+1
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-27anntotate the places where ->poll() return values goGravatar Al Viro 1-1/+1
2017-11-07debugfs: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageGravatar Nicolai Stange 1-9/+46
2017-11-07debugfs: call debugfs_real_fops() only after debugfs_file_get()Gravatar Nicolai Stange 1-3/+4
2017-11-07debugfs: purge obsolete SRCU based removal protectionGravatar Nicolai Stange 1-48/+0
2017-11-07debugfs: convert to debugfs_file_get() and -put()Gravatar Nicolai Stange 1-56/+50
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationGravatar Nicolai Stange 1-5/+1
2017-11-07debugfs: implement per-file removal protectionGravatar Nicolai Stange 1-0/+48
2017-11-07debugfs: add support for more elaborate ->d_fsdataGravatar Nicolai Stange 1-0/+12