summaryrefslogtreecommitdiff
path: root/fs/tracefs/event_inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey1-5/+2
2026-08-19Merge tag 'tracefs-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+4
2026-08-14eventfs: Add warning for out of bounds pos in __eventfs_iterate()Steven Rostedt1-0/+4
2026-08-08eventfs: Use children field for rcu head and add memory barriersSteven Rostedt1-0/+24
2026-08-08eventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai1-2/+2
2026-06-05tracefs: use d_splice_alias() in ->lookup() instancesAl Viro1-4/+2
2026-04-18eventfs: Hold eventfs_mutex and SRCU when remount walks eventsDavid Carlier1-0/+14
2026-04-18eventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier1-1/+1
2026-04-14tracefs: Removed unused 'ret' variable in eventfs_iterate()Steven Rostedt1-2/+0
2026-03-24eventfs: Simplify code using guard()sSteven Rostedt1-60/+36
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-11-16convert tracefsAl Viro1-2/+2
2025-11-16tracefs: fix a leak in eventfs_create_events_dir()Al Viro1-1/+2
2024-09-05eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt1-1/+1
2024-08-07eventfs: Use SRCU for freeing eventfs_inodesMathias Krause1-1/+1
2024-08-07eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause1-1/+1
2024-05-23eventfs: Do not use attributes for events directorySteven Rostedt (Google)1-7/+7
2024-05-23eventfs: Cleanup permissions in creation of inodesSteven Rostedt (Google)1-67/+23
2024-05-23eventfs: Remove getattr and permission callbacksSteven Rostedt (Google)1-40/+0
2024-05-23eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()Steven Rostedt (Google)1-19/+23
2024-05-23eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)1-13/+31
2024-05-23tracefs: Update inode permissions on remountSteven Rostedt (Google)1-4/+13
2024-05-23eventfs: Keep the directories from having the same inode number as filesSteven Rostedt (Google)1-1/+5
2024-05-14eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge1-4/+3
2024-05-04eventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)1-6/+24
2024-05-04eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)1-15/+1
2024-05-04eventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)1-21/+8
2024-05-04tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)1-0/+29
2024-05-04eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)1-9/+16
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-2/+21
2024-04-11eventfs: Fix kernel-doc comments to functionsYang Li1-4/+10
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)1-10/+55
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)1-2/+3
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: 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 Torvalds1-173/+75
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds1-3/+2
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds1-3/+1
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds1-225/+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-28tracefs: remove stale 'update_gid' codeLinus Torvalds1-38/+0
2024-01-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)1-3/+11
2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-01-04eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)1-13/+10
2024-01-04eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)1-23/+23