Age | Commit message (Expand) | Author | Files | Lines |
2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-09-27 | debugfs: propagate release() call result | Eric Engestrom | 1 | -1/+1 |
2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter | 1 | -8/+5 |
2016-06-15 | debugfs: open_proxy_open(): avoid double fops release | Nicolai Stange | 1 | -1/+0 |
2016-06-15 | debugfs: full_proxy_open(): free proxy on ->open() failure | Nicolai Stange | 1 | -2/+4 |
2016-04-13 | debugfs: unproxify files created through debugfs_create_u32_array() | Nicolai Stange | 1 | -1/+2 |
2016-04-13 | debugfs: unproxify files created through debugfs_create_blob() | Nicolai Stange | 1 | -3/+10 |
2016-04-13 | debugfs: unproxify files created through debugfs_create_bool() | Nicolai Stange | 1 | -21/+20 |
2016-04-13 | debugfs: unproxify integer attribute files | Nicolai Stange | 1 | -48/+75 |
2016-04-13 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 1 | -0/+28 |
2016-04-13 | debugfs: prevent access to removed files' private data | Nicolai Stange | 1 | -2/+155 |
2016-04-13 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 1 | -1/+90 |
2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 1 | -0/+48 |
2015-10-18 | debugfs: Add read-only/write-only bool file ops | Stephen Boyd | 1 | -1/+14 |
2015-10-18 | debugfs: Add read-only/write-only size_t file ops | Stephen Boyd | 1 | -1/+4 |
2015-10-18 | debugfs: Add read-only/write-only x64 file ops | Stephen Boyd | 1 | -1/+4 |
2015-10-18 | debugfs: Consolidate file mode checks in debugfs_create_*() | Stephen Boyd | 1 | -66/+32 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -3/+3 |
2015-07-20 | debugfs: Export bool read/write functions | Richard Fitzgerald | 1 | -6/+8 |
2015-05-11 | debugfs: switch to simple_follow_link() | Al Viro | 1 | -12/+0 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+54 |
2014-11-27 | debugfs: add helper function to create device related seq_file | Arend van Spriel | 1 | -0/+54 |
2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -7/+8 |
2014-07-10 | fs: debugfs: remove trailing whitespace | Rahul Bedarkar | 1 | -1/+1 |
2013-06-04 | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 1 | -0/+1 |
2013-06-04 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -0/+42 |
2012-09-21 | debugfs: fix u32_array race in format_array_alloc | Linus Torvalds | 1 | -34/+23 |
2012-09-21 | debugfs: fix race in u32_array_read and allocate array at open | David Rientjes | 1 | -22/+11 |
2012-04-17 | debugfs: Add support to print u32 array in debugfs | Srivatsa Vaddagiri | 1 | -0/+128 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -11/+3 |
2012-03-21 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |
2012-01-23 | kernel-doc: fix new warnings in debugfs | Randy Dunlap | 1 | -1/+1 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -11/+11 |
2012-01-04 | switch debugfs to umode_t | Al Viro | 1 | -11/+11 |
2012-01-04 | debugfs: add missing #ifdef HAS_IOMEM | Heiko Carstens | 1 | -0/+4 |
2011-11-27 | debugfs: remove unneeded cast in debugfs_print_regs32() | Dan Carpenter | 1 | -1/+1 |
2011-11-22 | debugfs: bugfix: include <linux/io.h> in file.c | Alessandro Rubini | 1 | -0/+1 |
2011-11-19 | debugfs: print_regs32: make regs array a const pointer | Alessandro Rubini | 1 | -1/+1 |
2011-11-18 | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 1 | -0/+90 |
2011-05-14 | debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning | Stephen Boyd | 1 | -1/+1 |
2011-04-26 | debugfs: move to new strtobool | Jonathan Cameron | 1 | -13/+4 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+3 |
2010-05-20 | Add x64 support to debugfs | Huang Ying | 1 | -1/+20 |
2009-06-16 | debugfs: use specified mode to possibly mark files read/write only | Robin Getz | 1 | -0/+63 |
2009-06-16 | debugfs: fix docbook error | Jonathan Corbet | 1 | -1/+1 |
2009-01-07 | debugfs: add helpers for exporting a size_t simple value | Inaky Perez-Gonzalez | 1 | -0/+32 |
2008-05-01 | DEBUGFS: Correct location of debugfs API documentation. | Robert P. J. Day | 1 | -1/+1 |
2008-02-08 | libfs: allow error return from simple attributes | Christoph Hellwig | 1 | -12/+20 |
2007-10-16 | docbook: fix filesystems content | Randy Dunlap | 1 | -6/+35 |