aboutsummaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-09-08tracefs: Only clobber mode/uid/gid on remount if askedGravatar Brian Norris 1-8/+23
2022-06-17tracefs: Fix syntax errors in commentsGravatar Xiang wangx 1-1/+1
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Gravatar Steven Rostedt (Google) 1-2/+3
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-12/+12
2021-12-11tracefs: Use d_inode() helper function to get the dentry inodeGravatar Steven Rostedt (VMware) 1-12/+12
2021-12-08tracefs: Set all files to the same group ownership as the mount optionGravatar Steven Rostedt (VMware) 1-0/+72
2021-12-08tracefs: Have new files inherit the ownership of their parentGravatar Steven Rostedt (VMware) 1-0/+4
2021-10-08tracefs: Have tracefs directories not set OTH permission bits by defaultGravatar Steven Rostedt (VMware) 1-1/+2
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+3
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsGravatar Al Viro 1-103/+11
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectGravatar Steven Rostedt (VMware) 1-0/+4
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Gravatar Steven Rostedt (VMware) 1-41/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+41
2019-08-19tracefs: Restrict tracefs when the kernel is locked downGravatar Matthew Garrett 1-1/+41
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2019-06-20tracefs: call fsnotify_{unlink,rmdir}() hooksGravatar Amir Goldstein 1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-07-31tracefs: Annotate tracefs_ops with __ro_after_initGravatar Zubin Mithra 1-2/+3
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsGravatar David Howells 1-2/+0
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-05-29tracefs: ->d_parent is never NULL or negative...Gravatar Al Viro 1-7/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-17/+17
2015-11-04tracefs: Fix refcount imbalance in start_creating()Gravatar Daniel Borkmann 1-1/+5
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-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-4/+2
2015-06-23make simple_positive() publicGravatar Al Viro 1-8/+3
2015-02-03tracing: Have mkdir and rmdir be part of tracefsGravatar Steven Rostedt (Red Hat) 1-15/+136
2015-02-03tracefs: Add directory /sys/kernel/tracingGravatar Steven Rostedt (Red Hat) 1-0/+7
2015-02-03tracefs: Add new tracefs file systemGravatar Steven Rostedt (Red Hat) 2-0/+526