summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)Author
2024-02-01eventfs: Keep all directory links at 1Steven Rostedt (Google)
2024-02-01eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)
2024-02-01eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)
2024-02-01eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)
2024-02-01eventfs: Get rid of dentry pointers without refcountsLinus Torvalds
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds
2024-01-31tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds
2024-01-31eventfs: Initialize the tracefs inode properlyLinus Torvalds
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)
2024-01-28tracefs: remove stale 'update_gid' codeLinus Torvalds
2024-01-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)
2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer
2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)
2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)
2024-01-04eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)
2024-01-04eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)
2024-01-04eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)
2024-01-04eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)
2024-01-03tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)
2024-01-03eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)
2024-01-03eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven 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-12-21eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)
2023-12-12eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-11-02eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)
2023-11-02eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)
2023-11-02eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)
2023-11-01eventfs: Save ownership and modeSteven Rostedt (Google)
2023-11-01eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)
2023-11-01eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)
2023-11-01eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)
2023-11-01eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)
2023-11-01eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)
2023-10-25eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)
2023-10-25eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)
2023-10-20tracefs/eventfs: Modify mismatched function nameJiapeng Chong
2023-10-20eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)
2023-10-18eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor