summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)Author
2023-10-18tracefs: convert to new timestamp accessorsJeff Layton
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)
2023-09-11tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)
2023-09-08tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)
2023-09-07tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)
2023-09-05tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)
2023-09-05tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-08-22tracefs: Remove kerneldoc from struct eventfs_fileSteven Rostedt (Google)
2023-08-22tracefs: Avoid changing i_mode to a temp valueSishuai Gong
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-30eventfs: Implement removal of meta data from eventfsAjay Kaher
2023-07-30eventfs: Implement functions to create files and dirs when accessedAjay Kaher
2023-07-30eventfs: Implement eventfs lookup, read, open functionsAjay Kaher
2023-07-30eventfs: Implement eventfs file add functionsAjay Kaher
2023-07-30eventfs: Implement eventfs dir creation functionsAjay Kaher
2023-07-30tracefs: Rename and export some tracefs functionsAjay Kaher
2023-07-30eventfs: Implement tracefs_inode_cacheAjay Kaher
2023-07-24tracefs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2022-09-08tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-06-17tracefs: Fix syntax errors in commentsXiang wangx
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-12-11tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)
2021-12-08tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)
2021-12-08tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)
2021-10-08tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-20tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-07-31tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-29tracefs: ->d_parent is never NULL or negative...Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-04tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds