aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki1-5/+23
2023-12-22debugfs: initialize cancellations earlierJohannes Berg1-2/+4
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg1-10/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+100
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg1-0/+82
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg1-0/+10
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg1-0/+8
2023-11-21fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik1-5/+23
2023-10-05debugfs: Fix __rcu type comparison warningMike Tipton1-1/+1
2023-08-22debugfs: Add write support to debugfs_create_str()Mike Tipton1-2/+46
2023-05-31debugfs: Correct the 'debugfs_create_str' docsIvan Orlov1-9/+0
2023-01-20debugfs: Export debugfs_create_str symbolCristian Marussi1-0/+1
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-6/+22
2022-09-24debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong1-13/+3
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek1-1/+1
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+1
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann1-1/+1
2021-05-21debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman1-14/+4
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman1-12/+3
2021-05-14debugfs: only accept read attributes for blobsWolfram Sang1-2/+3
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+91
2021-04-16debugfs: Implement debugfs_create_str()Peter Zijlstra1-0/+91
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Rasmus Villemoes1-2/+1
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman1-8/+7
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-20/+7
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski1-20/+7
2020-07-10debugfs: file: Remove unnecessary cast in kfree()Xu Wang1-1/+1
2020-04-17debugfs: remove return value of debugfs_create_u32()Greg Kroah-Hartman1-12/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+8
2020-03-18debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo1-4/+14
2020-02-22debugfs: regset32: Add Runtime PM supportGeert Uytterhoeven1-0/+8
2020-02-10debugfs: remove return value of debugfs_create_regset32()Greg Kroah-Hartman1-13/+4
2020-01-14debugfs: Return -EPERM when locked downEric Snowberg1-7/+10
2020-01-06debugfs: Fix warnings when building documentationDaniel W. S. Almeida1-11/+10
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman1-5/+4
2019-11-02debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman1-3/+3
2019-10-14debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman1-5/+4
2019-10-14debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman1-12/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+30
2019-08-19debugfs: Restrict debugfs when the kernel is locked downDavid Howells1-0/+30
2019-06-03debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman1-10/+4
2019-04-25debugfs: update documented return values of debugfs helpersRonald Tschalär1-42/+35
2018-05-14debugfs: Re-use kstrtobool_from_user()Andy Shevchenko1-8/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-01use linux/poll.h instead of asm/poll.hAl Viro1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman1-0/+1
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange1-9/+46
2017-11-07debugfs: call debugfs_real_fops() only after debugfs_file_get()Nicolai Stange1-3/+4
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange1-48/+0
2017-11-07debugfs: convert to debugfs_file_get() and -put()Nicolai Stange1-56/+50
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange1-5/+1
2017-11-07debugfs: implement per-file removal protectionNicolai Stange1-0/+48
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange1-0/+12
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab1-1/+1
2016-09-27debugfs: propagate release() call resultEric Engestrom1-1/+1
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter1-8/+5
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange1-2/+4
2016-04-12debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange1-1/+2
2016-04-12debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange1-3/+10
2016-04-12debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange1-21/+20
2016-04-12debugfs: unproxify integer attribute filesNicolai Stange1-48/+75
2016-04-12debugfs: add support for self-protecting attribute file fopsNicolai Stange1-0/+28
2016-04-12debugfs: prevent access to removed files' private dataNicolai Stange1-2/+155
2016-04-12debugfs: prevent access to possibly dead file_operations at file openNicolai Stange1-1/+90
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar1-0/+48
2015-10-17debugfs: Add read-only/write-only bool file opsStephen Boyd1-1/+14
2015-10-17debugfs: Add read-only/write-only size_t file opsStephen Boyd1-1/+4
2015-10-17debugfs: Add read-only/write-only x64 file opsStephen Boyd1-1/+4
2015-10-17debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd1-66/+32
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-3/+3
2015-07-20debugfs: Export bool read/write functionsRichard Fitzgerald1-6/+8
2015-05-10debugfs: switch to simple_follow_link()Al Viro1-12/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+54
2014-11-26debugfs: add helper function to create device related seq_fileArend van Spriel1-0/+54
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches1-7/+8
2014-07-09fs: debugfs: remove trailing whitespaceRahul Bedarkar1-1/+1
2013-06-03debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause1-0/+1
2013-06-03debugfs: add get/set for atomic typesSeth Jennings1-0/+42
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds1-34/+23
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes1-22/+11
2012-04-17debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri1-0/+128
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-11/+3
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-11/+11
2012-01-03switch debugfs to umode_tAl Viro1-11/+11
2012-01-03debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens1-0/+4
2011-11-26debugfs: remove unneeded cast in debugfs_print_regs32()Dan Carpenter1-1/+1
2011-11-22debugfs: bugfix: include <linux/io.h> in file.cAlessandro Rubini1-0/+1
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/+90
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-04-25debugfs: move to new strtoboolJonathan Cameron1-13/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-05-19Add x64 support to debugfsHuang Ying1-1/+20
2009-06-15debugfs: use specified mode to possibly mark files read/write onlyRobin Getz1-0/+63
2009-06-15debugfs: fix docbook errorJonathan Corbet1-1/+1
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez1-0/+32
2008-04-30DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day1-1/+1
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-12/+20
2007-10-15docbook: fix filesystems contentRandy Dunlap1-6/+35
2007-10-12debugfs: helper for decimal challengedRobin Getz1-0/+36
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman1-0/+42
2007-02-16debugfs: implement symbolic linksPeter Oberparleiter1-0/+12
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-2/+2
2006-09-25Debugfs: kernel-doc fixes for debugfsRandy Dunlap1-31/+25
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-20[PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman1-0/+46
2006-02-06[PATCH] debugfs: trivial comment fixVincent Hanquez1-3/+3
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann1-38/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+262