summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* debugfs: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman2017-11-071-0/+1
* debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange2017-11-071-9/+46
* debugfs: call debugfs_real_fops() only after debugfs_file_get()Nicolai Stange2017-11-071-3/+4
* debugfs: purge obsolete SRCU based removal protectionNicolai Stange2017-11-071-48/+0
* debugfs: convert to debugfs_file_get() and -put()Nicolai Stange2017-11-071-56/+50
* debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange2017-11-071-5/+1
* debugfs: implement per-file removal protectionNicolai Stange2017-11-071-0/+48
* debugfs: add support for more elaborate ->d_fsdataNicolai Stange2017-11-071-0/+12
* fs: update location of filesystems documentationMauro Carvalho Chehab2017-05-161-1/+1
* 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
OpenPOWER on IntegriCloud