summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)AuthorFilesLines
2024-02-23eventfs: Keep all directory links at 1Steven Rostedt (Google)1-4/+10
2024-02-23eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)1-2/+0
2024-02-23eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)1-15/+12
2024-02-23eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)1-4/+14
2024-02-23eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2-177/+78
2024-02-23eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds3-13/+22
2024-02-23eventfs: Remove unused d_parent pointer fieldLinus Torvalds2-5/+1
2024-02-23tracefs: dentry lookup crapectomyLinus Torvalds3-297/+50
2024-02-23tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds1-14/+12
2024-02-23eventfs: Initialize the tracefs inode properlyLinus Torvalds1-4/+2
2024-02-23tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2-3/+6
2024-02-23tracefs: remove stale update_gid codeLinus Torvalds2-39/+0
2024-02-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2-6/+15
2024-02-23eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-02-23eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-02-23eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-02-23eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)1-13/+10
2024-02-23eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)1-23/+23
2024-02-23eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)1-7/+14
2024-02-23eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)1-5/+6
2024-02-23tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)3-90/+190
2024-02-23eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)1-130/+64
2024-02-23eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)1-35/+20
2024-02-23eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)1-1/+1
2024-02-23tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2024-02-23eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)3-10/+103
2024-02-23eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)1-3/+9
2024-02-23eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave1-0/+4
2024-02-23eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2024-02-23eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2024-02-23eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2024-02-23eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2024-02-23eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2024-02-23eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2024-02-23eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2-35/+44
2024-02-23eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)1-17/+2
2024-02-23eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2-79/+69
2024-02-23eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)1-2/+20
2024-02-23eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2024-02-23eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2024-02-23eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2024-02-23eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2024-02-23eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2024-02-23eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2024-02-23eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2024-02-23eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)1-1/+2
2024-02-23tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2024-02-23eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2024-02-23eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-12/+7