aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tracefs
AgeCommit message (Expand)AuthorFilesLines
5 dayseventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)1-6/+24
5 dayseventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)1-15/+1
5 dayseventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)2-25/+11
5 daystracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)1-2/+25
5 daystracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)3-2/+99
5 dayseventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)1-9/+16
5 dayseventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-2/+21
2024-04-11eventfs: Fix kernel-doc comments to functionsYang Li1-4/+10
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)2-12/+55
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)1-2/+3
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+0
2024-02-01eventfs: Keep all directory links at 1Steven Rostedt (Google)1-4/+10
2024-02-01eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)1-2/+0
2024-02-01eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)1-15/+12
2024-02-01eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)1-4/+14
2024-02-01eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2-177/+78
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds3-13/+22
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds2-5/+1
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds3-297/+50
2024-01-31tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds1-14/+12
2024-01-31eventfs: Initialize the tracefs inode properlyLinus Torvalds1-4/+2
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2-3/+6
2024-01-28tracefs: remove stale 'update_gid' codeLinus Torvalds2-39/+0
2024-01-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2-6/+15
2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-01-04eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)1-13/+10
2024-01-04eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)1-23/+23
2024-01-04eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)1-7/+14
2024-01-04eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)1-5/+6
2024-01-03tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)3-90/+190
2024-01-03eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)1-130/+64
2024-01-03eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)1-35/+20
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)1-1/+1
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2023-12-22eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)3-10/+103
2023-12-21eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)1-3/+9
2023-12-12eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave1-0/+4
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds3-461/+688
2023-11-02eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2-35/+44
2023-11-02eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)1-17/+2
2023-11-02eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2-79/+69
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)1-2/+20
2023-11-01eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2023-11-01eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2023-11-01eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2023-11-01eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2023-11-01eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2023-11-01eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2023-10-25eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2023-10-25eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)1-1/+2
2023-10-20tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2023-10-20eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2023-10-18eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2023-10-18tracefs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-12/+7
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)3-417/+469
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)1-17/+70
2023-09-11tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)1-1/+2
2023-09-08tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)1-4/+26
2023-09-07tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)3-8/+16
2023-09-05tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)1-0/+15
2023-09-05tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)1-0/+3
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds4-12/+982
2023-08-22tracefs: Remove kerneldoc from struct eventfs_fileSteven Rostedt (Google)1-4/+10
2023-08-22tracefs: Avoid changing i_mode to a temp valueSishuai Gong1-2/+4
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher1-0/+18
2023-07-30eventfs: Implement removal of meta data from eventfsAjay Kaher1-0/+143
2023-07-30eventfs: Implement functions to create files and dirs when accessedAjay Kaher3-2/+136
2023-07-30eventfs: Implement eventfs lookup, read, open functionsAjay Kaher2-0/+306
2023-07-30eventfs: Implement eventfs file add functionsAjay Kaher1-0/+86
2023-07-30eventfs: Implement eventfs dir creation functionsAjay Kaher3-0/+216
2023-07-30tracefs: Rename and export some tracefs functionsAjay Kaher2-10/+15
2023-07-30eventfs: Implement tracefs_inode_cacheAjay Kaher2-0/+54
2023-07-24tracefs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2022-09-08tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-06-17tracefs: Fix syntax errors in commentsXiang wangx1-1/+1
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-12/+12
2021-12-11tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)1-12/+12
2021-12-08tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)1-0/+72
2021-12-08tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)1-0/+4
2021-10-08tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)1-1/+2
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+3
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-103/+11
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)1-41/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+41
2019-08-19tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett1-1/+41
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