summaryrefslogtreecommitdiffstats
path: root/fs/tracefs
Commit message (Expand)AuthorAgeFilesLines
* tracefs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)2023-09-301-1/+1
* eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)2023-09-221-17/+70
* tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)2023-09-111-1/+2
* tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)2023-09-081-4/+26
* tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)2023-09-073-8/+16
* tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)2023-09-051-0/+15
* tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)2023-09-051-0/+3
* Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-014-12/+982
|\
| * tracefs: Remove kerneldoc from struct eventfs_fileSteven Rostedt (Google)2023-08-221-4/+10
| * tracefs: Avoid changing i_mode to a temp valueSishuai Gong2023-08-221-2/+4
| * eventfs: Move tracing/events to eventfsAjay Kaher2023-07-311-0/+18
| * eventfs: Implement removal of meta data from eventfsAjay Kaher2023-07-301-0/+143
| * eventfs: Implement functions to create files and dirs when accessedAjay Kaher2023-07-303-2/+136
| * eventfs: Implement eventfs lookup, read, open functionsAjay Kaher2023-07-302-0/+306
| * eventfs: Implement eventfs file add functionsAjay Kaher2023-07-301-0/+86
| * eventfs: Implement eventfs dir creation functionsAjay Kaher2023-07-303-0/+216
| * tracefs: Rename and export some tracefs functionsAjay Kaher2023-07-302-10/+15
| * eventfs: Implement tracefs_inode_cacheAjay Kaher2023-07-302-0/+54
* | tracefs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* 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
|/