aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-16fs: update location of filesystems documentationGravatar Mauro Carvalho Chehab 1-1/+1
2016-09-27debugfs: propagate release() call resultGravatar Eric Engestrom 1-1/+1
2016-09-21debugfs: introduce a public file_operations accessorGravatar Christian Lamparter 1-8/+5
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseGravatar Nicolai Stange 1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureGravatar Nicolai Stange 1-2/+4
2016-04-12debugfs: unproxify files created through debugfs_create_u32_array()Gravatar Nicolai Stange 1-1/+2
2016-04-12debugfs: unproxify files created through debugfs_create_blob()Gravatar Nicolai Stange 1-3/+10
2016-04-12debugfs: unproxify files created through debugfs_create_bool()Gravatar Nicolai Stange 1-21/+20
2016-04-12debugfs: unproxify integer attribute filesGravatar Nicolai Stange 1-48/+75
2016-04-12debugfs: add support for self-protecting attribute file fopsGravatar Nicolai Stange 1-0/+28
2016-04-12debugfs: prevent access to removed files' private dataGravatar Nicolai Stange 1-2/+155