aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Gravatar Greg Kroah-Hartman 1-8/+7
2020-09-04debugfs: Fix module state check conditionGravatar Vladis Dronov 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-20/+7
2020-07-23debugfs: Add access restriction optionGravatar Peter Enderborg 2-0/+53
2020-07-10debugfs: make sure we can remove u32_array files cleanlyGravatar Jakub Kicinski 1-20/+7
2020-07-10debugfs: file: Remove unnecessary cast in kfree()Gravatar Xu Wang 1-1/+1
2020-04-27Merge 5.7-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-12/+3
2020-04-23debugfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2020-04-17debugfs: remove return value of debugfs_create_u32()Gravatar Greg Kroah-Hartman 1-12/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+8
2020-03-18debugfs: remove return value of debugfs_create_file_size()Gravatar Greg Kroah-Hartman 1-14/+4
2020-03-18debugfs: Check module state before warning in {full/open}_proxy_open()Gravatar Taehee Yoo 1-4/+14
2020-02-22debugfs: regset32: Add Runtime PM supportGravatar Geert Uytterhoeven 1-0/+8
2020-02-10debugfs: remove return value of debugfs_create_regset32()Gravatar Greg Kroah-Hartman 1-13/+4
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-107/+14
2020-01-14debugfs: Return -EPERM when locked downGravatar Eric Snowberg 1-7/+10
2020-01-06debugfs: Fix warnings when building documentationGravatar Daniel W. S. Almeida 2-16/+14
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsGravatar Al Viro 1-107/+14
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-5/+1
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-5/+1
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Gravatar Greg Kroah-Hartman 1-5/+4
2019-11-02debugfs: remove return value of debugfs_create_x8()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x64()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x32()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x16()Gravatar Greg Kroah-Hartman 1-3/+3
2019-10-14debugfs: remove return value of debugfs_create_size_t()Gravatar Greg Kroah-Hartman 1-5/+4
2019-10-14debugfs: remove return value of debugfs_create_u64()Gravatar Greg Kroah-Hartman 1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u16()Gravatar Greg Kroah-Hartman 1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u8()Gravatar Greg Kroah-Hartman 1-12/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+60
2019-08-19debugfs: Restrict debugfs when the kernel is locked downGravatar David Howells 2-2/+60
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-16/+32
2019-07-08debugfs: make error message a bit more verboseGravatar Greg Kroah-Hartman 1-1/+6
2019-07-03debugfs: provide pr_fmt() macroGravatar Greg Kroah-Hartman 1-1/+3
2019-07-03debugfs: log errors when something goes wrongGravatar Greg Kroah-Hartman 1-5/+20
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksGravatar Amir Goldstein 1-0/+3
2019-06-20debugfs: simplify __debugfs_remove_file()Gravatar Amir Goldstein 1-12/+8
2019-06-03debugfs: make debugfs_create_u32_array() return voidGravatar Greg Kroah-Hartman 1-10/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-42/+35
2019-05-01debugfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameGravatar Al Viro 1-1/+1
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2019-04-25debugfs: update documented return values of debugfs helpersGravatar Ronald Tschalär 1-42/+35
2019-04-01debugfs: fix use-after-free on symlink traversalGravatar Al Viro 1-4/+9
2019-02-11Merge 5.0-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-12/+24
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGravatar Greg Kroah-Hartman 1-5/+5
2019-01-29debugfs: return error values, not NULLGravatar Greg Kroah-Hartman 1-17/+22
2019-01-25debugfs: fix debugfs_rename parameter checkingGravatar Greg Kroah-Hartman 1-0/+7