aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Gravatar Linus Torvalds 1-3/+1
2018-05-14debugfs: inode: debugfs_create_dir uses mode permission from parentGravatar Thomas Richter 1-1/+3
2018-03-29debugfs_lookup(): switch to lookup_one_len_unlocked()Gravatar Al Viro 1-4/+1
2017-11-07debugfs: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageGravatar Nicolai Stange 1-17/+19
2017-11-07debugfs: purge obsolete SRCU based removal protectionGravatar Nicolai Stange 1-7/+0
2017-11-07debugfs: implement per-file removal protectionGravatar Nicolai Stange 1-6/+23
2017-11-07debugfs: add support for more elaborate ->d_fsdataGravatar Nicolai Stange 1-3/+19
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+0
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2017-07-07dentry name snapshotsGravatar Al Viro 1-5/+5
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsGravatar David Howells 1-2/+0
2017-05-16fs: fix the location of the kernel-api bookGravatar Mauro Carvalho Chehab 1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2017-02-02debugfs: add debugfs_lookup()Gravatar Omar Sandoval 1-0/+36
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-4/+4
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Gravatar Miklos Szeredi 1-1/+1
2016-05-29debugfs: ->d_parent is never NULL or negativeGravatar Al Viro 1-7/+0
2016-04-19Merge 4.6-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2016-04-12debugfs: Make automount point inodes permanently emptyGravatar Seth Forshee 1-1/+1
2016-04-12debugfs: add support for self-protecting attribute file fopsGravatar Nicolai Stange 1-0/+28
2016-04-12debugfs: prevent access to removed files' private dataGravatar Nicolai Stange 1-23/+47
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 1-1/+12
2016-03-29fs: debugfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+2
2016-03-29debugfs: fix inode i_nlink references for automount dentryGravatar Roman Pen 1-0/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-11/+11
2015-11-11debugfs: fix refcount imbalance in start_creatingGravatar Daniel Borkmann 1-1/+5
2015-10-04debugfs: document that debugfs_remove*() accepts NULL and error valuesGravatar Ulf Magnusson 1-2/+4
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+3
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-7/+4
2015-06-23make simple_positive() publicGravatar Al Viro 1-8/+3
2015-05-10debugfs: switch to simple_follow_link()Gravatar Al Viro 1-3/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-28/+28
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-28/+28
2015-04-15VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()Gravatar David Howells 1-1/+1
2015-04-03debugfs: allow bad parent pointers to be passed inGravatar Greg KH 1-0/+3
2015-02-22debugfs: leave freeing a symlink body until inode evictionGravatar Al Viro 1-17/+17
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeGravatar David Howells 1-0/+40
2015-01-25new primitive: debugfs_create_automount()Gravatar Al Viro 1-0/+48
2015-01-25debugfs: split end_creating() into success and failure casesGravatar Al Viro 1-14/+13
2015-01-25debugfs: take mode-dependent parts of debugfs_get_inode() into callersGravatar Al Viro 1-32/+16
2015-01-25fold debugfs_mknod() into callersGravatar Al Viro 1-37/+31
2015-01-25fold debugfs_create() into callerGravatar Al Viro 1-14/+3