Age | Commit message (Expand) | Author | Files | Lines |
2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -3/+3 |
2025-01-30 | debugfs: Fix the missing initializations in __debugfs_file_get() | Al Viro | 1 | -8/+12 |
2025-01-15 | saner replacement for debugfs_rename() | Al Viro | 1 | -56/+50 |
2025-01-15 | debugfs: allow to store an additional opaque pointer at file creation | Al Viro | 3 | -5/+16 |
2025-01-15 | debugfs: don't mess with bits in ->d_fsdata | Al Viro | 3 | -61/+38 |
2025-01-15 | debugfs: get rid of dynamically allocation proxy_ops | Al Viro | 2 | -61/+61 |
2025-01-15 | debugfs: move ->automount into debugfs_inode_info | Al Viro | 2 | -26/+14 |
2025-01-15 | debugfs: separate cache for debugfs inodes | Al Viro | 2 | -6/+43 |
2025-01-10 | fs: debugfs: fix open proxy for unsafe files | Johannes Berg | 1 | -1/+1 |
2025-01-07 | debugfs: fix missing mutex_destroy() in short_fops case | Al Viro | 1 | -1/+1 |
2025-01-07 | fs: debugfs: differentiate short fops with proxy ops | Johannes Berg | 3 | -34/+55 |
2024-10-23 | debugfs: add small file operations for most files | Johannes Berg | 3 | -67/+102 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
2024-08-30 | debugfs show actual source in /proc/mounts | Marc Aurèle La France | 1 | -0/+8 |
2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+4 |
2024-07-02 | debugfs: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -12/+4 |
2024-05-28 | debugfs: continue to ignore unknown mount options | Christian Brauner | 1 | -1/+9 |
2024-03-26 | vfs: Convert debugfs to use the new mount API | David Howells | 1 | -105/+93 |
2024-03-07 | debugfs: fix wait/cancellation handling during remove | Johannes Berg | 1 | -5/+20 |
2024-01-04 | Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog' | Rafael J. Wysocki | 1 | -5/+23 |
2023-12-22 | debugfs: initialize cancellations earlier | Johannes Berg | 1 | -2/+4 |
2023-12-04 | Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" | Johannes Berg | 3 | -23/+0 |
2023-11-29 | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 3 | -10/+182 |
2023-11-27 | debugfs: add API to allow debugfs operations cancellation | Johannes Berg | 3 | -1/+118 |
2023-11-27 | debugfs: annotate debugfs handlers vs. removal with lockdep | Johannes Berg | 3 | -0/+28 |
2023-11-27 | debugfs: fix automount d_fsdata usage | Johannes Berg | 3 | -9/+36 |
2023-11-21 | fs: debugfs: Add write functionality to debugfs blobs | Avadhut Naik | 1 | -5/+23 |
2023-11-03 | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-10-18 | debugfs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
2023-10-05 | debugfs: Fix __rcu type comparison warning | Mike Tipton | 1 | -1/+1 |
2023-09-01 | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+46 |
2023-08-22 | debugfs: Add write support to debugfs_create_str() | Mike Tipton | 1 | -2/+46 |
2023-07-13 | debugfs: convert to ctime accessor functions | Jeff Layton | 1 | -2/+1 |
2023-05-31 | debugfs: Correct the 'debugfs_create_str' docs | Ivan Orlov | 1 | -9/+0 |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2023-02-20 | debugfs: drop inline constant formatting for ERR_PTR(-ERROR) | Bagas Sanjaya | 1 | -1/+1 |
2023-02-16 | debugfs: update comment of debugfs_rename() | Qi Zheng | 1 | -2/+2 |
2023-01-20 | debugfs: Export debugfs_create_str symbol | Cristian Marussi | 1 | -0/+1 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2022-11-30 | debugfs: fix error when writing negative value to atomic_t debugfs file | Akinobu Mita | 1 | -6/+22 |
2022-09-24 | debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops | ChenXiaoSong | 1 | -13/+3 |
2022-09-24 | debugfs: Only clobber mode/uid/gid on remount if asked | Brian Norris | 1 | -7/+30 |
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 |