aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs
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-05-14debugfs: Re-use kstrtobool_from_user()Gravatar Andy Shevchenko 1-8/+2
2018-03-29debugfs_lookup(): switch to lookup_one_len_unlocked()Gravatar Al Viro 1-4/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-01use linux/poll.h instead of asm/poll.hGravatar Al Viro 1-1/+1
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-27anntotate the places where ->poll() return values goGravatar Al Viro 1-1/+1
2017-11-07debugfs: Remove redundant license textGravatar Greg Kroah-Hartman 3-15/+0
2017-11-07debugfs: add SPDX identifiers to all debugfs filesGravatar Greg Kroah-Hartman 3-0/+3
2017-11-07debugfs: defer debugfs_fsdata allocation to first usageGravatar Nicolai Stange 3-26/+73
2017-11-07debugfs: call debugfs_real_fops() only after debugfs_file_get()Gravatar Nicolai Stange 1-3/+4
2017-11-07debugfs: purge obsolete SRCU based removal protectionGravatar Nicolai Stange 2-55/+0
2017-11-07debugfs: convert to debugfs_file_get() and -put()Gravatar Nicolai Stange 1-56/+50
2017-11-07debugfs: debugfs_real_fops(): drop __must_hold sparse annotationGravatar Nicolai Stange 1-5/+1
2017-11-07debugfs: implement per-file removal protectionGravatar Nicolai Stange 3-6/+73
2017-11-07debugfs: add support for more elaborate ->d_fsdataGravatar Nicolai Stange 3-3/+35
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-05-16fs: update location of filesystems documentationGravatar 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
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-27debugfs: propagate release() call resultGravatar Eric Engestrom 1-1/+1
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Gravatar Miklos Szeredi 1-1/+1
2016-09-21debugfs: introduce a public file_operations accessorGravatar Christian Lamparter 1-8/+5
2016-08-31debugfs: remove extra debugfs_create_file_unsafe() declarationGravatar Nicolai Stange 1-4/+0
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Gravatar Al Viro 1-3/+4
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseGravatar Nicolai Stange 1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureGravatar Nicolai Stange 1-2/+4
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: unproxify files created through debugfs_create_u32_array()Gravatar Nicolai Stange 1-1/+2
2016-04-12debugfs: unproxify files created through debugfs_create_blob()Gravatar Nicolai Stange 1-3/+10
2016-04-12debugfs: unproxify files created through debugfs_create_bool()Gravatar Nicolai Stange 1-21/+20
2016-04-12debugfs: unproxify integer attribute filesGravatar Nicolai Stange 1-48/+75
2016-04-12debugfs: add support for self-protecting attribute file fopsGravatar Nicolai Stange 2-0/+56
2016-04-12debugfs: prevent access to removed files' private dataGravatar Nicolai Stange 3-27/+206
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 3-2/+126
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