summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
| * switch debugfs to umode_tAl Viro2012-01-041-11/+11
* | debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens2012-01-041-0/+4
* | debugfs: remove unneeded cast in debugfs_print_regs32()Dan Carpenter2011-11-271-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-191-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-141-1/+1
* debugfs: move to new strtoboolJonathan Cameron2011-04-261-13/+4Star
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* Add x64 support to debugfsHuang Ying2010-05-201-1/+20
* debugfs: use specified mode to possibly mark files read/write onlyRobin Getz2009-06-161-0/+63
* debugfs: fix docbook errorJonathan Corbet2009-06-161-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-05-011-1/+1
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-12/+20
* docbook: fix filesystems contentRandy Dunlap2007-10-161-6/+35
* debugfs: helper for decimal challengedRobin Getz2007-10-121-0/+36
* debugfs: Add debugfs_create_u64()Michael Ellerman2007-04-271-0/+42
* debugfs: implement symbolic linksPeter Oberparleiter2007-02-171-0/+12
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-2/+2
* Debugfs: kernel-doc fixes for debugfsRandy Dunlap2006-09-261-31/+25Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-201-0/+46
* [PATCH] debugfs: trivial comment fixVincent Hanquez2006-02-061-3/+3
* [PATCH] libfs: add simple attribute filesArnd Bergmann2005-06-211-38/+29Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+262