summaryrefslogtreecommitdiffstats
path: root/fs/tracefs/event_inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eventfs: Use SRCU for freeing eventfs_inodesMathias Krause2024-08-081-1/+1
* eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause2024-08-081-1/+1
* eventfs: Do not use attributes for events directorySteven Rostedt (Google)2024-05-231-7/+7
* eventfs: Cleanup permissions in creation of inodesSteven Rostedt (Google)2024-05-231-67/+23
* eventfs: Remove getattr and permission callbacksSteven Rostedt (Google)2024-05-231-40/+0
* eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()Steven Rostedt (Google)2024-05-231-19/+23
* eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)2024-05-231-13/+31
* tracefs: Update inode permissions on remountSteven Rostedt (Google)2024-05-231-4/+13
* eventfs: Keep the directories from having the same inode number as filesSteven Rostedt (Google)2024-05-231-1/+5
* eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge2024-05-141-4/+3
* eventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)2024-05-041-6/+24
* eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)2024-05-041-15/+1
* eventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)2024-05-041-21/+8
* tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)2024-05-041-0/+29
* eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)2024-05-041-9/+16
* eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)2024-05-041-2/+21
* eventfs: Fix kernel-doc comments to functionsYang Li2024-04-111-4/+10
* eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)2024-03-171-10/+55
* eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)2024-03-171-2/+3
* eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-011-4/+10
* eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-011-2/+0
* eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-011-4/+14
* eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2024-02-011-173/+75
* eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds2024-02-011-3/+2
* eventfs: Remove unused d_parent pointer fieldLinus Torvalds2024-02-011-3/+1
* tracefs: dentry lookup crapectomyLinus Torvalds2024-02-011-225/+50
* tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds2024-01-311-14/+12
* eventfs: Initialize the tracefs inode properlyLinus Torvalds2024-01-311-4/+2
* tracefs: remove stale 'update_gid' codeLinus Torvalds2024-01-281-38/+0
* eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-01-231-3/+11
* eventfs: Use kcalloc() instead of kzalloc()Erick Archer2024-01-161-3/+3
* eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)2024-01-161-15/+5
* eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)2024-01-161-0/+10
* eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)2024-01-041-13/+10
* eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)2024-01-041-23/+23
* eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)2024-01-041-7/+14
* eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)2024-01-041-5/+6
* tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)2024-01-041-2/+77
* eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)2024-01-041-130/+64
* eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)2024-01-041-35/+20
* eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)2023-12-221-10/+95
* eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)2023-12-211-3/+9
* eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave2023-12-131-0/+4
* eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-231-0/+4
* eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-231-14/+2
* eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-231-2/+2
* eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-211-13/+6
* eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-211-10/+12
* eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2023-11-021-33/+44
* eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)2023-11-021-17/+2