summaryrefslogtreecommitdiff
path: root/fs/tracefs
AgeCommit message (Expand)Author
2024-05-23eventfs: Do not use attributes for events directorySteven Rostedt (Google)
2024-05-23eventfs: Cleanup permissions in creation of inodesSteven Rostedt (Google)
2024-05-23eventfs: Remove getattr and permission callbacksSteven Rostedt (Google)
2024-05-23eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()Steven Rostedt (Google)
2024-05-23tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()Steven Rostedt (Google)
2024-05-23eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)
2024-05-23tracefs: Update inode permissions on remountSteven Rostedt (Google)
2024-05-23eventfs: Keep the directories from having the same inode number as filesSteven Rostedt (Google)
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-05-14eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge
2024-05-13Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-04eventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)
2024-05-04eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)
2024-05-04eventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)
2024-05-04tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)
2024-05-04tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)
2024-05-04eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-04-11eventfs: Fix kernel-doc comments to functionsYang Li
2024-03-26vfs: Convert tracefs to use the new mount APIDavid Howells
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
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)