index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
tracefs
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
eventfs: Restructure eventfs_inode structure to be more condensed
Steven Rostedt (Google)
1
-15
/
+12
2024-02-01
eventfs: Get rid of dentry pointers without refcounts
Linus Torvalds
1
-4
/
+3
2024-02-01
eventfs: Clean up dentry ops and add revalidate function
Linus Torvalds
1
-1
/
+2
2024-02-01
eventfs: Remove unused d_parent pointer field
Linus Torvalds
1
-2
/
+0
2024-02-01
tracefs: dentry lookup crapectomy
Linus Torvalds
1
-3
/
+0
2024-01-31
tracefs: Zero out the tracefs_inode when allocating it
Steven Rostedt (Google)
1
-1
/
+2
2024-01-28
tracefs: remove stale 'update_gid' code
Linus Torvalds
1
-1
/
+0
2024-01-23
eventfs: Save directory inodes in the eventfs_inode structure
Steven Rostedt (Google)
1
-3
/
+4
2024-01-04
tracefs/eventfs: Use root and instance inodes as default ownership
Steven Rostedt (Google)
1
-0
/
+3
2024-01-02
eventfs: Fix bitwise fields for "is_events"
Steven Rostedt (Google)
1
-1
/
+1
2023-12-22
eventfs: Fix file and directory uid and gid ownership
Steven Rostedt (Google)
1
-0
/
+2
2023-11-02
eventfs: Use simple_recursive_removal() to clean up dentries
Steven Rostedt (Google)
1
-2
/
+0
2023-11-02
eventfs: Delete eventfs_inode when the last dentry is freed
Steven Rostedt (Google)
1
-0
/
+2
2023-11-02
eventfs: Save ownership and mode
Steven Rostedt (Google)
1
-0
/
+16
2023-11-02
eventfs: Test for ei->is_freed when accessing ei->dentry
Steven Rostedt (Google)
1
-1
/
+2
2023-11-02
eventfs: Remove "is_freed" union with rcu head
Steven Rostedt (Google)
1
-3
/
+3
2023-10-26
eventfs: Fix typo in eventfs_inode union comment
Steven Rostedt (Google)
1
-1
/
+1
2023-10-05
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
1
-1
/
+36
2023-09-07
tracefs/eventfs: Use dput to free the toplevel events directory
Steven Rostedt (Google)
1
-2
/
+3
2023-07-31
eventfs: Implement functions to create files and dirs when accessed
Ajay Kaher
1
-0
/
+3
2023-07-31
eventfs: Implement eventfs lookup, read, open functions
Ajay Kaher
1
-0
/
+2
2023-07-31
eventfs: Implement eventfs dir creation functions
Ajay Kaher
1
-0
/
+4
2023-07-31
tracefs: Rename and export some tracefs functions
Ajay Kaher
1
-0
/
+5
2023-07-31
eventfs: Implement tracefs_inode_cache
Ajay Kaher
1
-0
/
+15