| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-05 | debugfs: add debugfs_lookup_and_remove() | Greg Kroah-Hartman | 1 | -0/+22 |
| 2022-02-25 | debugfs: Document that debugfs_create functions need not be error checked | Douglas Anderson | 1 | -0/+10 |
| 2022-01-06 | debugfs: lockdown: Allow reading debugfs files that are not world readable | Michal Suchanek | 1 | -1/+1 |
| 2021-09-21 | debugfs: debugfs_create_file_size(): use IS_ERR to check for error | Nirmoy Das | 1 | -1/+1 |
| 2021-08-05 | debugfs: Return error during {full/open}_proxy_open() on rmmod | Sven Eckelmann | 1 | -2/+6 |
| 2021-06-14 | Merge tag 'v5.13-rc6' into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-06-04 | debugfs: Fix debugfs_read_file_str() | Dietmar Eggemann | 1 | -1/+1 |
| 2021-05-31 | Merge 5.13-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -3/+6 |
| 2021-05-21 | debugfs: remove return value of debugfs_create_ulong() | Greg Kroah-Hartman | 1 | -14/+4 |
| 2021-05-21 | debugfs: remove return value of debugfs_create_bool() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2021-05-18 | debugfs: fix security_locked_down() call for SELinux | Ondrej Mosnacek | 1 | -3/+6 |
| 2021-05-14 | debugfs: only accept read attributes for blobs | Wolfram Sang | 1 | -2/+3 |
| 2021-04-28 | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+91 |
| 2021-04-16 | debugfs: Implement debugfs_create_str() | Peter Zijlstra | 1 | -0/+91 |
| 2021-04-09 | debugfs: Make debugfs_allow RO after init | Kees Cook | 1 | -1/+1 |
| 2021-04-05 | debugfs: drop pointless nul-termination in debugfs_read_file_bool() | Rasmus Villemoes | 1 | -2/+1 |
| 2021-02-24 | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+4 |
| 2021-02-18 | debugfs: do not attempt to create a new file before the filesystem is initalized | Greg Kroah-Hartman | 1 | -0/+3 |
| 2021-02-18 | debugfs: be more robust at handling improper input in debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -4/+5 |
| 2020-10-30 | debugfs: remove return value of debugfs_create_devm_seqfile() | Greg Kroah-Hartman | 1 | -8/+7 |
| 2020-09-04 | debugfs: Fix module state check condition | Vladis Dronov | 1 | -2/+2 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -20/+7 |
| 2020-07-23 | debugfs: Add access restriction option | Peter Enderborg | 2 | -0/+53 |
| 2020-07-10 | debugfs: make sure we can remove u32_array files cleanly | Jakub Kicinski | 1 | -20/+7 |
| 2020-07-10 | debugfs: file: Remove unnecessary cast in kfree() | Xu Wang | 1 | -1/+1 |
| 2020-04-27 | Merge 5.7-rc3 into driver-core-next | Greg Kroah-Hartman | 1 | -12/+3 |
| 2020-04-23 | debugfs: Use the correct style for SPDX License Identifier | Nishad Kamdar | 1 | -1/+1 |
| 2020-04-17 | debugfs: remove return value of debugfs_create_u32() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2020-04-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+8 |
| 2020-03-18 | debugfs: remove return value of debugfs_create_file_size() | Greg Kroah-Hartman | 1 | -14/+4 |
| 2020-03-18 | debugfs: Check module state before warning in {full/open}_proxy_open() | Taehee Yoo | 1 | -4/+14 |
| 2020-02-22 | debugfs: regset32: Add Runtime PM support | Geert Uytterhoeven | 1 | -0/+8 |
| 2020-02-10 | debugfs: remove return value of debugfs_create_regset32() | Greg Kroah-Hartman | 1 | -13/+4 |
| 2020-02-05 | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -107/+14 |
| 2020-01-14 | debugfs: Return -EPERM when locked down | Eric Snowberg | 1 | -7/+10 |
| 2020-01-06 | debugfs: Fix warnings when building documentation | Daniel W. S. Almeida | 2 | -16/+14 |
| 2019-12-10 | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems | Al Viro | 1 | -107/+14 |
| 2019-12-06 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -5/+1 |
| 2019-11-15 | new helper: lookup_positive_unlocked() | Al Viro | 1 | -5/+1 |
| 2019-11-03 | debugfs: remove return value of debugfs_create_atomic_t() | Greg Kroah-Hartman | 1 | -5/+4 |
| 2019-11-02 | debugfs: remove return value of debugfs_create_x8() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x64() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x32() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-16 | debugfs: remove return value of debugfs_create_x16() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_size_t() | Greg Kroah-Hartman | 1 | -5/+4 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u64() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u16() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-10-14 | debugfs: remove return value of debugfs_create_u8() | Greg Kroah-Hartman | 1 | -12/+3 |
| 2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+60 |
| 2019-08-19 | debugfs: Restrict debugfs when the kernel is locked down | David Howells | 2 | -2/+60 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -16/+32 |
| 2019-07-08 | debugfs: make error message a bit more verbose | Greg Kroah-Hartman | 1 | -1/+6 |
| 2019-07-03 | debugfs: provide pr_fmt() macro | Greg Kroah-Hartman | 1 | -1/+3 |
| 2019-07-03 | debugfs: log errors when something goes wrong | Greg Kroah-Hartman | 1 | -5/+20 |
| 2019-06-20 | debugfs: call fsnotify_{unlink,rmdir}() hooks | Amir Goldstein | 1 | -0/+3 |
| 2019-06-20 | debugfs: simplify __debugfs_remove_file() | Amir Goldstein | 1 | -12/+8 |
| 2019-06-03 | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman | 1 | -10/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -42/+35 |
| 2019-05-01 | debugfs: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2019-04-26 | switch fsnotify_move() to passing const struct qstr * for old_name | Al Viro | 1 | -1/+1 |
| 2019-04-26 | ovl_lookup_real_one(): don't bother with strlen() | Al Viro | 1 | -1/+1 |
| 2019-04-25 | debugfs: update documented return values of debugfs helpers | Ronald Tschalär | 1 | -42/+35 |
| 2019-04-01 | debugfs: fix use-after-free on symlink traversal | Al Viro | 1 | -4/+9 |
| 2019-02-11 | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -12/+24 |
| 2019-01-30 | debugfs: debugfs_lookup() should return NULL if not found | Greg Kroah-Hartman | 1 | -5/+5 |
| 2019-01-29 | debugfs: return error values, not NULL | Greg Kroah-Hartman | 1 | -17/+22 |
| 2019-01-25 | debugfs: fix debugfs_rename parameter checking | Greg Kroah-Hartman | 1 | -0/+7 |
| 2019-01-22 | debugfs: debugfs_use_start/finish do not exist anymore | Sergey Senozhatsky | 1 | -2/+2 |
| 2018-06-12 | Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" | Linus Torvalds | 1 | -3/+1 |
| 2018-05-14 | debugfs: inode: debugfs_create_dir uses mode permission from parent | Thomas Richter | 1 | -1/+3 |
| 2018-05-14 | debugfs: Re-use kstrtobool_from_user() | Andy Shevchenko | 1 | -8/+2 |
| 2018-03-29 | debugfs_lookup(): switch to lookup_one_len_unlocked() | Al Viro | 1 | -4/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2018-02-01 | use linux/poll.h instead of asm/poll.h | Al Viro | 1 | -1/+1 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-27 | anntotate the places where ->poll() return values go | Al Viro | 1 | -1/+1 |
| 2017-11-07 | debugfs: Remove redundant license text | Greg Kroah-Hartman | 3 | -15/+0 |
| 2017-11-07 | debugfs: add SPDX identifiers to all debugfs files | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-11-07 | debugfs: defer debugfs_fsdata allocation to first usage | Nicolai Stange | 3 | -26/+73 |
| 2017-11-07 | debugfs: call debugfs_real_fops() only after debugfs_file_get() | Nicolai Stange | 1 | -3/+4 |
| 2017-11-07 | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 2 | -55/+0 |
| 2017-11-07 | debugfs: convert to debugfs_file_get() and -put() | Nicolai Stange | 1 | -56/+50 |
| 2017-11-07 | debugfs: debugfs_real_fops(): drop __must_hold sparse annotation | Nicolai Stange | 1 | -5/+1 |
| 2017-11-07 | debugfs: implement per-file removal protection | Nicolai Stange | 3 | -6/+73 |
| 2017-11-07 | debugfs: add support for more elaborate ->d_fsdata | Nicolai Stange | 3 | -3/+35 |
| 2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+0 |
| 2017-07-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
| 2017-07-07 | dentry name snapshots | Al Viro | 1 | -5/+5 |
| 2017-07-06 | VFS: Don't use save/replace_mount_options if not using generic_show_options | David Howells | 1 | -2/+0 |
| 2017-05-16 | fs: fix the location of the kernel-api book | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
| 2017-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+4 |
| 2017-02-02 | debugfs: add debugfs_lookup() | Omar Sandoval | 1 | -0/+36 |
| 2017-02-02 | fs: Better permission checking for submounts | Eric W. Biederman | 1 | -4/+4 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+1 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-27 | debugfs: propagate release() call result | Eric Engestrom | 1 | -1/+1 |
| 2016-09-27 | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter | 1 | -8/+5 |
| 2016-08-31 | debugfs: remove extra debugfs_create_file_unsafe() declaration | Nicolai Stange | 1 | -4/+0 |
| 2016-06-30 | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 1 | -3/+4 |
| 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-05-29 | debugfs: ->d_parent is never NULL or negative | Al Viro | 1 | -7/+0 |
| 2016-04-19 | Merge 4.6-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-04-12 | debugfs: Make automount point inodes permanently empty | Seth Forshee | 1 | -1/+1 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_u32_array() | Nicolai Stange | 1 | -1/+2 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_blob() | Nicolai Stange | 1 | -3/+10 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_bool() | Nicolai Stange | 1 | -21/+20 |
| 2016-04-12 | debugfs: unproxify integer attribute files | Nicolai Stange | 1 | -48/+75 |
| 2016-04-12 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 2 | -0/+56 |
| 2016-04-12 | debugfs: prevent access to removed files' private data | Nicolai Stange | 3 | -27/+206 |
| 2016-04-12 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 3 | -2/+126 |
| 2016-03-29 | fs: debugfs: Replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 1 | -1/+2 |
| 2016-03-29 | debugfs: fix inode i_nlink references for automount dentry | Roman Pen | 1 | -0/+4 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -11/+11 |
| 2015-11-11 | debugfs: fix refcount imbalance in start_creating | Daniel Borkmann | 1 | -1/+5 |
| 2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 1 | -0/+48 |
| 2015-10-17 | debugfs: Add read-only/write-only bool file ops | Stephen Boyd | 1 | -1/+14 |
| 2015-10-17 | debugfs: Add read-only/write-only size_t file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Add read-only/write-only x64 file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Consolidate file mode checks in debugfs_create_*() | Stephen Boyd | 1 | -66/+32 |
| 2015-10-04 | debugfs: document that debugfs_remove*() accepts NULL and error values | Ulf Magnusson | 1 | -2/+4 |
| 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-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+3 |
| 2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -7/+4 |
| 2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 1 | -7/+4 |
| 2015-06-23 | make simple_positive() public | Al Viro | 1 | -8/+3 |
| 2015-05-10 | debugfs: switch to simple_follow_link() | Al Viro | 2 | -15/+3 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -29/+29 |
| 2015-04-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2 | -29/+29 |
| 2015-04-15 | VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() | David Howells | 1 | -1/+1 |
| 2015-04-03 | debugfs: allow bad parent pointers to be passed in | Greg KH | 1 | -0/+3 |
| 2015-02-22 | debugfs: leave freeing a symlink body until inode eviction | Al Viro | 1 | -17/+17 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
| 2015-02-17 | debugfs: Provide a file creation function that also takes an initial size | David Howells | 1 | -0/+40 |
| 2015-01-25 | new primitive: debugfs_create_automount() | Al Viro | 1 | -0/+48 |
| 2015-01-25 | debugfs: split end_creating() into success and failure cases | Al Viro | 1 | -14/+13 |
| 2015-01-25 | debugfs: take mode-dependent parts of debugfs_get_inode() into callers | Al Viro | 1 | -32/+16 |
| 2015-01-25 | fold debugfs_mknod() into callers | Al Viro | 1 | -37/+31 |
| 2015-01-25 | fold debugfs_create() into caller | Al Viro | 1 | -14/+3 |
| 2015-01-25 | fold debugfs_mkdir() into caller | Al Viro | 1 | -15/+6 |
| 2015-01-25 | debugfs_mknod(): get rid useless arguments | Al Viro | 1 | -17/+11 |
| 2015-01-25 | fold debugfs_link() into caller | Al Viro | 1 | -9/+2 |
| 2015-01-25 | debugfs: kill __create_file() | Al Viro | 1 | -38/+33 |
| 2015-01-25 | debugfs: split the beginning and the end of __create_file() off | Al Viro | 1 | -22/+39 |
| 2015-01-25 | debugfs_{mkdir,create,link}(): get rid of redundant argument | Al Viro | 1 | -8/+9 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+54 |
| 2014-11-26 | debugfs: add helper function to create device related seq_file | Arend van Spriel | 1 | -0/+54 |
| 2014-11-19 | Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern... | Al Viro | 1 | -7/+8 |
| 2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -7/+8 |
| 2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -1/+1 |
| 2014-07-09 | fs: debugfs: remove trailing whitespace | Rahul Bedarkar | 2 | -4/+4 |
| 2014-07-09 | debugfs: Fix corrupted loop in debugfs_remove_recursive | Steven Rostedt | 1 | -7/+26 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
| 2014-02-19 | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 1 | -3/+3 |
| 2013-11-13 | debugfs: use list_next_entry() in debugfs_remove_recursive() | Oleg Nesterov | 1 | -2/+1 |
| 2013-07-31 | debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) | Oleg Nesterov | 1 | -47/+22 |
| 2013-06-03 | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 1 | -0/+1 |
| 2013-06-03 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -0/+42 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-01-17 | Merge 3.9-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-01-17 | debugfs: remove redundant initialization of dentry | Sasha Levin | 1 | -1/+0 |
| 2013-01-11 | debugfs: convert gid= argument from decimal, not octal | Dave Reisner | 1 | -1/+1 |
| 2012-11-15 | fs/debugsfs: remove unnecessary inode->i_private initialization | Yan Hong | 1 | -1/+0 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -8/+18 |
| 2012-10-01 | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
| 2012-09-21 | debugfs: fix u32_array race in format_array_alloc | Linus Torvalds | 1 | -33/+22 |
| 2012-09-21 | debugfs: fix race in u32_array_read and allocate array at open | David Rientjes | 1 | -22/+11 |
| 2012-09-06 | userns: Convert debugfs to use kuid/kgid where appropriate. | Eric W. Biederman | 1 | -8/+18 |
| 2012-08-27 | debugfs: more tightly restrict default mount mode | Kees Cook | 1 | -1/+1 |
| 2012-08-16 | debugfs: make __create_file static | Chris Wright | 1 | -3/+3 |
| 2012-07-26 | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2012-07-14 | debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} | Al Viro | 1 | -11/+9 |
| 2012-07-14 | debugfs: fold debugfs_create_by_name() into the only caller | Al Viro | 1 | -33/+20 |
| 2012-07-14 | debugfs: make sure that debugfs_create_file() gets used only for regulars | Al Viro | 1 | -22/+34 |
| 2012-06-13 | debugfs: change parameter check in debugfs_remove() functions | Arend van Spriel | 1 | -2/+2 |
| 2012-04-17 | debugfs: Add support to print u32 array in debugfs | Srivatsa Vaddagiri | 1 | -0/+128 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -11/+3 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |
| 2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-01-26 | debugfs: add mode, uid and gid options | Ludwig Nussel | 1 | -1/+148 |
| 2012-01-23 | kernel-doc: fix new warnings in debugfs | Randy Dunlap | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -19/+19 |
| 2012-01-03 | switch debugfs to umode_t | Al Viro | 2 | -18/+18 |
| 2012-01-03 | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 1 | -1/+1 |
| 2012-01-03 | debugfs: add missing #ifdef HAS_IOMEM | Heiko Carstens | 1 | -0/+4 |
| 2011-11-26 | 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-18 | 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 |