aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells1-105/+93
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg1-7/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-8/+63
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg1-1/+31
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg1-0/+12
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg1-7/+20
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya1-1/+1
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris1-7/+30
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson1-0/+10
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek1-3/+6
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook1-1/+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-07-23debugfs: Add access restriction optionPeter Enderborg1-0/+39
2020-03-18debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman1-14/+4
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-107/+14
2020-01-06debugfs: Fix warnings when building documentationDaniel W. S. Almeida1-5/+4
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-107/+14
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-5/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+30
2019-08-19debugfs: Restrict debugfs when the kernel is locked downDavid Howells1-2/+30
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+28
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-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
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-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-03-29debugfs_lookup(): switch to lookup_one_len_unlocked()Al Viro1-4/+1
2017-11-07debugfs: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman1-0/+1
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange1-17/+19
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange1-7/+0
2017-11-07debugfs: implement per-file removal protectionNicolai Stange1-6/+23
2017-11-07debugfs: add support for more elaborate ->d_fsdataNicolai Stange1-3/+19
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-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 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-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi1-1/+1
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: add support for self-protecting attribute file fopsNicolai Stange1-0/+28
2016-04-12debugfs: prevent access to removed files' private dataNicolai Stange1-23/+47
2016-04-12debugfs: prevent access to possibly dead file_operations at file openNicolai Stange1-1/+12
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-04debugfs: document that debugfs_remove*() accepts NULL and error valuesUlf Magnusson1-2/+4
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 Viro1-3/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-28/+28
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 Howells1-28/+28
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-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-07-09fs: debugfs: remove trailing whitespaceRahul Bedarkar1-3/+3
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-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-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-01-26debugfs: add mode, uid and gid optionsLudwig Nussel1-1/+148
2012-01-03switch debugfs to umode_tAl Viro1-7/+7
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-1/+1
2011-08-22debugfs: Fix a comment mistakeHarry Wei1-1/+1
2011-02-18debugfs: Fix filesystem reference counting on debugfs_remove() failureJan Kara1-4/+7
2011-02-03debugfs: remove module_exit()Amerigo Wang1-15/+0
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-08Lose the new_name argument of fsnotify_move()Al Viro1-1/+1
2010-01-26get rid of pointless checks after simple_pin_fs()Al Viro1-9/+2
2009-12-11debugfs: fix create mutex racy fops and private dataMathieu Desnoyers1-23/+32
2009-12-04fs/debugfs/inode.c: fix comment typosAlberto Bertogli1-3/+3
2009-06-15debugfs: dont stop on first failed recursive deleteSteven Rostedt1-0/+11
2009-03-23debugfs: function to know if debugfs is initializedFrederic Weisbecker1-0/+16
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-10-13integrity: special fs magicMimi Zohar1-2/+1
2008-07-21debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen1-18/+96
2008-03-04debugfs: fix sparse warningsHarvey Harrison1-4/+0
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-1/+1
2008-01-24kobject: convert debugfs to use kobject_createGreg Kroah-Hartman1-7/+6
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-2/+2
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-1/+1
2007-07-18debugfs: remove rmdir() non-empty complaintJens Axboe1-5/+0
2007-07-11debugfs: add rename for debugfs filesJan Kara1-0/+63
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-02-16debugfs: Remove misleading comments.Cornelia Huck1-9/+3
2007-02-16debugfs: implement symbolic linksPeter Oberparleiter1-4/+72
2006-12-13DebugFS : file/directory removal fixMathieu Desnoyers1-0/+4
2006-12-13DebugFS : more file/directory creation error handlingMathieu Desnoyers1-4/+10
2006-12-13DebugFS : file/directory creation error handlingMathieu Desnoyers1-1/+3
2006-12-13DebugFS : coding style fixesMathieu Desnoyers1-2/+3
2006-12-13DebugFS : inotify create/mkdir supportMathieu Desnoyers1-2/+10
2006-11-25[PATCH] debugfs: add header fileRandy Dunlap1-0/+1
2006-11-16debugfs: check return value correctlyAkinobu Mita1-2/+2
2006-10-03debugfs: spelling fixKomal Shah1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-2/+2
2006-09-25Debugfs: kernel-doc fixes for debugfsRandy Dunlap1-9/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-4/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-06-08[PATCH] debugfs inode leakJens Axboe1-1/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-11/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+328