summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/vir...Linus 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