summaryrefslogtreecommitdiff
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-13debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange1-1/+2
2016-04-13debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange1-3/+10
2016-04-13debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange1-21/+20
2016-04-13debugfs: unproxify integer attribute filesNicolai Stange1-48/+75
2016-04-13debugfs: add support for self-protecting attribute file fopsNicolai Stange1-0/+28
2016-04-13debugfs: prevent access to removed files' private dataNicolai Stange1-2/+155
2016-04-13debugfs: 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-18debugfs: Add read-only/write-only bool file opsStephen Boyd1-1/+14
2015-10-18debugfs: Add read-only/write-only size_t file opsStephen Boyd1-1/+4
2015-10-18debugfs: Add read-only/write-only x64 file opsStephen Boyd1-1/+4
2015-10-18debugfs: 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-11debugfs: switch to simple_follow_link()Al Viro1-12/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+54
2014-11-27debugfs: 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-10fs: debugfs: remove trailing whitespaceRahul Bedarkar1-1/+1
2013-06-04debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause1-0/+1
2013-06-04debugfs: 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-06simple_open: automatically convert to simple_open()Stephen Boyd1-11/+3
2012-03-21debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-11/+11
2012-01-04switch debugfs to umode_tAl Viro1-11/+11
2012-01-04debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens1-0/+4
2011-11-27debugfs: 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-19debugfs: 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-14debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-04-26debugfs: move to new strtoboolJonathan Cameron1-13/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-05-20Add x64 support to debugfsHuang Ying1-1/+20
2009-06-16debugfs: use specified mode to possibly mark files read/write onlyRobin Getz1-0/+63
2009-06-16debugfs: fix docbook errorJonathan Corbet1-1/+1
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez1-0/+32
2008-05-01DEBUGFS: 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-16docbook: fix filesystems contentRandy Dunlap1-6/+35
2007-10-13debugfs: helper for decimal challengedRobin Getz1-0/+36
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman1-0/+42
2007-02-17debugfs: 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