aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs
AgeCommit message (Expand)AuthorFilesLines
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek1-1/+1
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+1
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann1-1/+1
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman1-3/+6
2021-05-21debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman1-14/+4
2021-05-21debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman1-12/+3
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek1-3/+6
2021-05-14debugfs: only accept read attributes for blobsWolfram Sang1-2/+3
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+91
2021-04-16debugfs: Implement debugfs_create_str()Peter Zijlstra1-0/+91
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook1-1/+1
2021-04-05debugfs: drop pointless nul-termination in debugfs_read_file_bool()Rasmus Villemoes1-2/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman1-0/+3
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+5
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman1-8/+7
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-20/+7
2020-07-23debugfs: Add access restriction optionPeter Enderborg2-0/+53
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski1-20/+7
2020-07-10debugfs: file: Remove unnecessary cast in kfree()Xu Wang1-1/+1
2020-04-27Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman1-12/+3
2020-04-23debugfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-04-17debugfs: remove return value of debugfs_create_u32()Greg Kroah-Hartman1-12/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+8
2020-03-18debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman1-14/+4
2020-03-18debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo1-4/+14
2020-02-22debugfs: regset32: Add Runtime PM supportGeert Uytterhoeven1-0/+8
2020-02-10debugfs: remove return value of debugfs_create_regset32()Greg Kroah-Hartman1-13/+4
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-107/+14
2020-01-14debugfs: Return -EPERM when locked downEric Snowberg1-7/+10
2020-01-06debugfs: Fix warnings when building documentationDaniel W. S. Almeida2-16/+14
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-107/+14
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+1
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-5/+1
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman1-5/+4
2019-11-02debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman1-3/+3
2019-10-16debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman1-3/+3
2019-10-14debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman1-5/+4
2019-10-14debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman1-12/+3
2019-10-14debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman1-12/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+60
2019-08-19debugfs: Restrict debugfs when the kernel is locked downDavid Howells2-2/+60
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-16/+32
2019-07-08debugfs: make error message a bit more verboseGreg Kroah-Hartman1-1/+6
2019-07-03debugfs: provide pr_fmt() macroGreg Kroah-Hartman1-1/+3
2019-07-03debugfs: log errors when something goes wrongGreg Kroah-Hartman1-5/+20
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+3
2019-06-20debugfs: simplify __debugfs_remove_file()Amir Goldstein1-12/+8
2019-06-03debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman1-10/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-42/+35
2019-05-01debugfs: switch to ->free_inode()Al Viro1-8/+2
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro1-1/+1
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-1/+1
2019-04-25debugfs: update documented return values of debugfs helpersRonald Tschalär1-42/+35
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman1-12/+24
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman1-5/+5
2019-01-29debugfs: return error values, not NULLGreg Kroah-Hartman1-17/+22
2019-01-25debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman1-0/+7
2019-01-22debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky1-2/+2
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds1-3/+1
2018-05-14debugfs: inode: debugfs_create_dir uses mode permission from parentThomas Richter1-1/+3
2018-05-14debugfs: Re-use kstrtobool_from_user()Andy Shevchenko1-8/+2
2018-03-29debugfs_lookup(): switch to lookup_one_len_unlocked()Al Viro1-4/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-01use linux/poll.h instead of asm/poll.hAl Viro1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman3-15/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman3-0/+3
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange3-26/+73
2017-11-07debugfs: call debugfs_real_fops() only after debugfs_file_get()Nicolai Stange1-3/+4
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange2-55/+0
2017-11-07debugfs: convert to debugfs_file_get() and -put()Nicolai Stange1-56/+50
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange1-5/+1
2017-11-07debugfs: implement per-file removal protectionNicolai Stange3-6/+73
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange3-3/+35
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+0
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2017-07-07dentry name snapshotsAl Viro1-5/+5
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-2/+0
2017-05-16fs: fix the location of the kernel-api bookMauro Carvalho Chehab1-1/+1
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+4
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval1-0/+36
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-4/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27debugfs: propagate release() call resultEric Engestrom1-1/+1
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi1-1/+1
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter1-8/+5
2016-08-31debugfs: remove extra debugfs_create_file_unsafe() declarationNicolai Stange1-4/+0
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro1-3/+4
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange1-2/+4
2016-05-29debugfs: ->d_parent is never NULL or negativeAl Viro1-7/+0
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman1-1/+1
2016-04-12debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-12debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange1-1/+2
2016-04-12debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange1-3/+10
2016-04-12debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange1-21/+20
2016-04-12debugfs: unproxify integer attribute filesNicolai Stange1-48/+75
2016-04-12debugfs: add support for self-protecting attribute file fopsNicolai Stange2-0/+56
2016-04-12debugfs: prevent access to removed files' private dataNicolai Stange3-27/+206
2016-04-12debugfs: prevent access to possibly dead file_operations at file openNicolai Stange3-2/+126
2016-03-29fs: debugfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-1/+2
2016-03-29debugfs: fix inode i_nlink references for automount dentryRoman Pen1-0/+4
2016-01-22wrappers for ->i_mutex accessAl Viro1-11/+11
2015-11-11debugfs: fix refcount imbalance in start_creatingDaniel Borkmann1-1/+5
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar1-0/+48
2015-10-17debugfs: Add read-only/write-only bool file opsStephen Boyd1-1/+14
2015-10-17debugfs: Add read-only/write-only size_t file opsStephen Boyd1-1/+4
2015-10-17debugfs: Add read-only/write-only x64 file opsStephen Boyd1-1/+4
2015-10-17debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd1-66/+32
2015-10-04debugfs: document that debugfs_remove*() accepts NULL and error valuesUlf Magnusson1-2/+4
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-3/+3
2015-07-20debugfs: Export bool read/write functionsRichard Fitzgerald1-6/+8
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+3
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-7/+4
2015-06-23make simple_positive() publicAl Viro1-8/+3
2015-05-10debugfs: switch to simple_follow_link()Al Viro2-15/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-29/+29
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-29/+29
2015-04-15VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()David Howells1-1/+1
2015-04-03debugfs: allow bad parent pointers to be passed inGreg KH1-0/+3
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+40
2015-01-25new primitive: debugfs_create_automount()Al Viro1-0/+48
2015-01-25debugfs: split end_creating() into success and failure casesAl Viro1-14/+13
2015-01-25debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro1-32/+16
2015-01-25fold debugfs_mknod() into callersAl Viro1-37/+31
2015-01-25fold debugfs_create() into callerAl Viro1-14/+3
2015-01-25fold debugfs_mkdir() into callerAl Viro1-15/+6
2015-01-25debugfs_mknod(): get rid useless argumentsAl Viro1-17/+11
2015-01-25fold debugfs_link() into callerAl Viro1-9/+2
2015-01-25debugfs: kill __create_file()Al Viro1-38/+33
2015-01-25debugfs: split the beginning and the end of __create_file() offAl Viro1-22/+39
2015-01-25debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro1-8/+9
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+54
2014-11-26debugfs: add helper function to create device related seq_fileArend van Spriel1-0/+54
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro1-7/+8
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches1-7/+8
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-07-09fs: debugfs: remove trailing whitespaceRahul Bedarkar2-4/+4
2014-07-09debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-7/+26
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-3/+3
2013-11-13debugfs: use list_next_entry() in debugfs_remove_recursive()Oleg Nesterov1-2/+1
2013-07-31debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov1-47/+22
2013-06-03debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause1-0/+1
2013-06-03debugfs: add get/set for atomic typesSeth Jennings1-0/+42
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman1-1/+1
2013-01-17debugfs: remove redundant initialization of dentrySasha Levin1-1/+0
2013-01-11debugfs: convert gid= argument from decimal, not octalDave Reisner1-1/+1
2012-11-15fs/debugsfs: remove unnecessary inode->i_private initializationYan Hong1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+18
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds1-34/+23
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes1-22/+11
2012-09-06userns: Convert debugfs to use kuid/kgid where appropriate.Eric W. Biederman1-8/+18
2012-08-27debugfs: more tightly restrict default mount modeKees Cook1-1/+1
2012-08-16debugfs: make __create_file staticChris Wright1-3/+3
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro1-11/+9
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro1-33/+20
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro1-22/+34
2012-06-13debugfs: change parameter check in debugfs_remove() functionsArend van Spriel1-2/+2
2012-04-17debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri1-0/+128
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-11/+3
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-1/+1
2012-01-26debugfs: add mode, uid and gid optionsLudwig Nussel1-1/+148
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-19/+19
2012-01-03switch debugfs to umode_tAl Viro2-18/+18
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-1/+1
2012-01-03debugfs: add missing #ifdef HAS_IOMEMHeiko Carstens1-0/+4
2011-11-26debugfs: remove unneeded cast in debugfs_print_regs32()Dan Carpenter1-1/+1
2011-11-22debugfs: bugfix: include <linux/io.h> in file.cAlessandro Rubini1-0/+1
2011-11-18debugfs: print_regs32: make regs array a const pointerAlessandro Rubini1-1/+1
2011-11-18debugfs: add tools to printk 32-bit registersAlessandro Rubini1-0/+90
2011-08-22debugfs: Fix a comment mistakeHarry Wei1-1/+1
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1