summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* debugfs: propagate release() call resultEric Engestrom2016-09-271-1/+1
* debugfs: introduce a public file_operations accessorChristian Lamparter2016-09-211-8/+5
* debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange2016-06-151-1/+0
* debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange2016-06-151-2/+4
* debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange2016-04-121-1/+2
* debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange2016-04-121-3/+10
* debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange2016-04-121-21/+20
* debugfs: unproxify integer attribute filesNicolai Stange2016-04-121-48/+75
* debugfs: add support for self-protecting attribute file fopsNicolai Stange2016-04-121-0/+28
* debugfs: prevent access to removed files' private dataNicolai Stange2016-04-121-2/+155
* debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-121-1/+90
* debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-181-0/+48
* debugfs: Add read-only/write-only bool file opsStephen Boyd2015-10-171-1/+14
* debugfs: Add read-only/write-only size_t file opsStephen Boyd2015-10-171-1/+4
* debugfs: Add read-only/write-only x64 file opsStephen Boyd2015-10-171-1/+4
* debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd2015-10-171-66/+32
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-3/+3
* debugfs: Export bool read/write functionsRichard Fitzgerald2015-07-201-6/+8
* debugfs: switch to simple_follow_link()Al Viro2015-05-101-12/+0
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-0/+54
|\
| * debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-261-0/+54
* | debugfs: Have debugfs_print_regs32() return voidJoe Perches2014-11-051-7/+8
|/
* fs: debugfs: remove trailing whitespaceRahul Bedarkar2014-07-091-1/+1
* debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause2013-06-031-0/+1
* debugfs: add get/set for atomic typesSeth Jennings2013-06-031-0/+42
* debugfs: fix u32_array race in format_array_allocLinus Torvalds2012-09-211-34/+23
* debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes2012-09-211-22/+11
* debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-171-0/+128
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-11/+3
* debugfs-related mode_t whack-a-moleAl Viro2012-03-201-1/+1
* kernel-doc: fix new warnings in debugfsRandy Dunlap2012-01-231-1/+1
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-11/+11
|\
| * switch debugfs to umode_tAl Viro2012-01-031-11/+11
* | debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens2012-01-031-0/+4
* | debugfs: remove unneeded cast in debugfs_print_regs32()Dan Carpenter2011-11-261-1/+1
* | debugfs: bugfix: include <linux/io.h> in file.cAlessandro Rubini2011-11-221-0/+1
* | debugfs: print_regs32: make regs array a const pointerAlessandro Rubini2011-11-181-1/+1
* | debugfs: add tools to printk 32-bit registersAlessandro Rubini2011-11-181-0/+90
|/
* debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-131-1/+1
* debugfs: move to new strtoboolJonathan Cameron2011-04-251-13/+4
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* Add x64 support to debugfsHuang Ying2010-05-191-1/+20
* debugfs: use specified mode to possibly mark files read/write onlyRobin Getz2009-06-151-0/+63
* debugfs: fix docbook errorJonathan Corbet2009-06-151-1/+1
* debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2009-01-071-0/+32
* DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day2008-04-301-1/+1
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-12/+20
* docbook: fix filesystems contentRandy Dunlap2007-10-151-6/+35
* debugfs: helper for decimal challengedRobin Getz2007-10-121-0/+36