summaryrefslogtreecommitdiff
path: root/fs/tracefs/inode.c
AgeCommit message (Expand)Author
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)
2024-01-03tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)
2023-12-22eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-10-18tracefs: convert to new timestamp accessorsJeff Layton
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2023-09-07tracefs/eventfs: Use dput to free the toplevel events directorySteven 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: Avoid changing i_mode to a temp valueSishuai Gong
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-30eventfs: Implement functions to create files and dirs when accessedAjay 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
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
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-06-23make simple_positive() publicAl Viro
2015-02-03tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)