aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 1-1/+90
2015-10-18debugfs: Add debugfs_create_ulong()Gravatar Viresh Kumar 1-0/+48
2015-10-17debugfs: Add read-only/write-only bool file opsGravatar Stephen Boyd 1-1/+14
2015-10-17debugfs: Add read-only/write-only size_t file opsGravatar Stephen Boyd 1-1/+4
2015-10-17debugfs: Add read-only/write-only x64 file opsGravatar Stephen Boyd 1-1/+4
2015-10-17debugfs: Consolidate file mode checks in debugfs_create_*()Gravatar Stephen Boyd 1-66/+32
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-3/+3
2015-07-20debugfs: Export bool read/write functionsGravatar Richard Fitzgerald 1-6/+8
2015-05-10debugfs: switch to simple_follow_link()Gravatar Al Viro 1-12/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+54
2014-11-26debugfs: add helper function to create device related seq_fileGravatar Arend van Spriel 1-0/+54
2014-11-05debugfs: Have debugfs_print_regs32() return voidGravatar Joe Perches 1-7/+8
2014-07-09fs: debugfs: remove trailing whitespaceGravatar Rahul Bedarkar 1-1/+1
2013-06-03debugfs: write_file_bool() - ensure strtobool() operates on valid dataGravatar Mathias Krause 1-0/+1
2013-06-03debugfs: add get/set for atomic typesGravatar Seth Jennings 1-0/+42
2012-09-21debugfs: fix u32_array race in format_array_allocGravatar Linus Torvalds 1-34/+23
2012-09-21debugfs: fix race in u32_array_read and allocate array at openGravatar David Rientjes 1-22/+11
2012-04-17debugfs: Add support to print u32 array in debugfsGravatar Srivatsa Vaddagiri 1-0/+128
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-11/+3
2012-03-20debugfs-related mode_t whack-a-moleGravatar Al Viro 1-1/+1
2012-01-23kernel-doc: fix new warnings in debugfsGravatar Randy Dunlap 1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-11/+11
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-11/+11
2012-01-03debugfs: add missing #ifdef HAS_IOMEMGravatar Heiko Carstens 1-0/+4
2011-11-26debugfs: remove unneeded cast in debugfs_print_regs32()Gravatar Dan Carpenter 1-1/+1
2011-11-22debugfs: bugfix: include <linux/io.h> in file.cGravatar Alessandro Rubini 1-0/+1
2011-11-18debugfs: print_regs32: make regs array a const pointerGravatar Alessandro Rubini 1-1/+1
2011-11-18debugfs: add tools to printk 32-bit registersGravatar Alessandro Rubini 1-0/+90
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningGravatar Stephen Boyd 1-1/+1
2011-04-25debugfs: move to new strtoboolGravatar Jonathan Cameron 1-13/+4
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+3
2010-05-19Add x64 support to debugfsGravatar Huang Ying 1-1/+20
2009-06-15debugfs: use specified mode to possibly mark files read/write onlyGravatar Robin Getz 1-0/+63
2009-06-15debugfs: fix docbook errorGravatar Jonathan Corbet 1-1/+1
2009-01-07debugfs: add helpers for exporting a size_t simple valueGravatar Inaky Perez-Gonzalez 1-0/+32
2008-04-30DEBUGFS: Correct location of debugfs API documentation.Gravatar Robert P. J. Day 1-1/+1
2008-02-08libfs: allow error return from simple attributesGravatar Christoph Hellwig 1-12/+20
2007-10-15docbook: fix filesystems contentGravatar Randy Dunlap 1-6/+35
2007-10-12debugfs: helper for decimal challengedGravatar Robin Getz 1-0/+36