summaryrefslogtreecommitdiff
path: root/fs/tracefs
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-081-8/+23
* tracefs: Fix syntax errors in commentsXiang wangx2022-06-171-1/+1
* tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-02-251-2/+3
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-12/+12
|\
| * tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)2021-12-111-12/+12
* | tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-081-0/+72
* | tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-081-0/+4
|/
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-10-081-1/+2
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+3
* simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-103/+11
* tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)2019-10-121-0/+4
* tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)2019-10-121-41/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+41
|\
| * tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett2019-08-191-1/+41
* | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-0/+3
|\ \ | |/ |/|
| * tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra2018-07-311-2/+3
* VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-2/+0
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* tracefs: ->d_parent is never NULL or negative...Al Viro2016-05-291-7/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-17/+17
* tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann2015-11-041-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-8/+3
|\
| * make simple_positive() publicAl Viro2015-06-231-8/+3
* | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+2
|/
* tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)2015-02-031-15/+136
* tracefs: Add directory /sys/kernel/tracingSteven Rostedt (Red Hat)2015-02-031-0/+7
* tracefs: Add new tracefs file systemSteven Rostedt (Red Hat)2015-02-032-0/+526