summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
AgeCommit message (Expand)AuthorLines
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-11/+11
2012-01-03switch debugfs to umode_tAl Viro-11/+11
2012-01-03debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens-0/+4
2011-11-26debugfs: remove unneeded cast in debugfs_print_regs32()Dan Carpenter-1/+1
2011-11-22debugfs: bugfix: include <linux/io.h> in file.cAlessandro Rubini-0/+1
2011-11-18debugfs: print_regs32: make regs array a const pointerAlessandro Rubini-1/+1
2011-11-18debugfs: add tools to printk 32-bit registersAlessandro Rubini-0/+90
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd-1/+1
2011-04-25debugfs: move to new strtoboolJonathan Cameron-13/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+3
2010-05-19Add x64 support to debugfsHuang Ying-1/+20
2009-06-15debugfs: use specified mode to possibly mark files read/write onlyRobin Getz-0/+63
2009-06-15debugfs: fix docbook errorJonathan Corbet-1/+1
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez-0/+32
2008-04-30DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day-1/+1
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig-12/+20
2007-10-15docbook: fix filesystems contentRandy Dunlap-6/+35
2007-10-12debugfs: helper for decimal challengedRobin Getz-0/+36
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman-0/+42
2007-02-16debugfs: implement symbolic linksPeter Oberparleiter-0/+12
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o-2/+2
2006-09-25Debugfs: kernel-doc fixes for debugfsRandy Dunlap-31/+25
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-2/+2
2006-03-20[PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman-0/+46
2006-02-06[PATCH] debugfs: trivial comment fixVincent Hanquez-3/+3
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann-38/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+262