summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mm, 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-17eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-01-17eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-01-17eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-01-05eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)1-13/+10
2024-01-05eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)1-23/+23
2024-01-05eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)1-7/+14
2024-01-05eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)1-5/+6
2024-01-04tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)3-90/+190
2024-01-04eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)1-130/+64
2024-01-04eventfs: 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-13eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave1-0/+4
2023-11-23eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2023-11-23eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-11-23eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2023-11-23eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2023-11-21eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2023-11-21eventfs: 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-02eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2023-11-02eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2023-11-02eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2023-11-02eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2023-11-02eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2023-11-02eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2023-10-26eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2023-10-26eventfs: 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