aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tracefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+3
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-103/+11
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")Steven Rostedt (VMware)1-41/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+41
2019-08-19tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett1-1/+41
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+3
2019-06-20tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-07-31tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra1-2/+3
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-2/+0
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-29tracefs: ->d_parent is never NULL or negative...Al Viro1-7/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-17/+17
2015-11-04tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann1-1/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-4/+2
2015-06-23make simple_positive() publicAl Viro1-8/+3
2015-02-03tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)1-15/+136
2015-02-03tracefs: Add directory /sys/kernel/tracingSteven Rostedt (Red Hat)1-0/+7
2015-02-03tracefs: Add new tracefs file systemSteven Rostedt (Red Hat)2-0/+526