index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
tracefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
eventfs: Use list_del_rcu() for SRCU protected list variable
Steven Rostedt
2024-09-05
1
-1
/
+1
*
tracefs: Use generic inode RCU for synchronizing freeing
Steven Rostedt
2024-08-07
2
-10
/
+5
*
eventfs: Use SRCU for freeing eventfs_inodes
Mathias Krause
2024-08-07
1
-1
/
+1
*
eventfs: Don't return NULL in eventfs_create_dir()
Mathias Krause
2024-08-07
1
-1
/
+1
*
tracefs: Fix inode allocation
Mathias Krause
2024-08-07
1
-1
/
+1
*
tracefs: Convert to new uid/gid option parsing helpers
Eric Sandeen
2024-07-02
1
-12
/
+4
*
eventfs: Do not use attributes for events directory
Steven Rostedt (Google)
2024-05-23
1
-7
/
+7
*
eventfs: Cleanup permissions in creation of inodes
Steven Rostedt (Google)
2024-05-23
1
-67
/
+23
*
eventfs: Remove getattr and permission callbacks
Steven Rostedt (Google)
2024-05-23
1
-40
/
+0
*
eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()
Steven Rostedt (Google)
2024-05-23
1
-19
/
+23
*
tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
Steven Rostedt (Google)
2024-05-23
1
-16
/
+17
*
eventfs: Update all the eventfs_inodes from the events descriptor
Steven Rostedt (Google)
2024-05-23
1
-13
/
+31
*
tracefs: Update inode permissions on remount
Steven Rostedt (Google)
2024-05-23
2
-7
/
+25
*
eventfs: Keep the directories from having the same inode number as files
Steven Rostedt (Google)
2024-05-23
1
-1
/
+5
*
Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-05-17
1
-4
/
+3
|
\
|
*
eventfs: Fix a possible null pointer dereference in eventfs_find_events()
Hao Ge
2024-05-14
1
-4
/
+3
*
|
Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-05-13
1
-108
/
+94
|
\
\
|
|
/
|
/
|
|
*
vfs: Convert tracefs to use the new mount API
David Howells
2024-03-26
1
-105
/
+91
*
|
eventfs: Have "events" directory get permissions from its parent
Steven Rostedt (Google)
2024-05-04
1
-6
/
+24
*
|
eventfs: Do not treat events directory different than other directories
Steven Rostedt (Google)
2024-05-04
1
-15
/
+1
*
|
eventfs: Do not differentiate the toplevel events directory
Steven Rostedt (Google)
2024-05-04
2
-25
/
+11
*
|
tracefs: Still use mount point as default permissions for instances
Steven Rostedt (Google)
2024-05-04
1
-2
/
+25
*
|
tracefs: Reset permissions on remount if permissions are options
Steven Rostedt (Google)
2024-05-04
3
-2
/
+99
*
|
eventfs: Free all of the eventfs_inode after RCU
Steven Rostedt (Google)
2024-05-04
1
-9
/
+16
*
|
eventfs/tracing: Add callback for release of an eventfs_inode
Steven Rostedt (Google)
2024-05-04
1
-2
/
+21
*
|
eventfs: Fix kernel-doc comments to functions
Yang Li
2024-04-11
1
-4
/
+10
|
/
*
eventfs: Create eventfs_root_inode to store dentry
Steven Rostedt (Google)
2024-03-17
2
-12
/
+55
*
eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()
Steven Rostedt (Google)
2024-03-17
1
-2
/
+3
*
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2024-03-12
1
-1
/
+0
*
eventfs: Keep all directory links at 1
Steven Rostedt (Google)
2024-02-01
1
-4
/
+10
*
eventfs: Remove fsnotify*() functions from lookup()
Steven Rostedt (Google)
2024-02-01
1
-2
/
+0
*
eventfs: Restructure eventfs_inode structure to be more condensed
Steven Rostedt (Google)
2024-02-01
1
-15
/
+12
*
eventfs: Warn if an eventfs_inode is freed without is_freed being set
Steven Rostedt (Google)
2024-02-01
1
-4
/
+14
*
eventfs: Get rid of dentry pointers without refcounts
Linus Torvalds
2024-02-01
2
-177
/
+78
*
eventfs: Clean up dentry ops and add revalidate function
Linus Torvalds
2024-02-01
3
-13
/
+22
*
eventfs: Remove unused d_parent pointer field
Linus Torvalds
2024-02-01
2
-5
/
+1
*
tracefs: dentry lookup crapectomy
Linus Torvalds
2024-02-01
3
-297
/
+50
*
tracefs: Avoid using the ei->dentry pointer unnecessarily
Linus Torvalds
2024-01-31
1
-14
/
+12
*
eventfs: Initialize the tracefs inode properly
Linus Torvalds
2024-01-31
1
-4
/
+2
*
tracefs: Zero out the tracefs_inode when allocating it
Steven Rostedt (Google)
2024-01-31
2
-3
/
+6
*
tracefs: remove stale 'update_gid' code
Linus Torvalds
2024-01-28
2
-39
/
+0
*
eventfs: Save directory inodes in the eventfs_inode structure
Steven Rostedt (Google)
2024-01-23
2
-6
/
+15
*
eventfs: Use kcalloc() instead of kzalloc()
Erick Archer
2024-01-16
1
-3
/
+3
*
eventfs: Do not create dentries nor inodes in iterate_shared
Steven Rostedt (Google)
2024-01-16
1
-15
/
+5
*
eventfs: Have the inodes all for files and directories all be the same
Steven Rostedt (Google)
2024-01-16
1
-0
/
+10
*
eventfs: Shortcut eventfs_iterate() by skipping entries already read
Steven Rostedt (Google)
2024-01-04
1
-13
/
+10
*
eventfs: Read ei->entries before ei->children in eventfs_iterate()
Steven Rostedt (Google)
2024-01-04
1
-23
/
+23
*
eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
Steven Rostedt (Google)
2024-01-04
1
-7
/
+14
*
eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Steven Rostedt (Google)
2024-01-04
1
-5
/
+6
*
tracefs/eventfs: Use root and instance inodes as default ownership
Steven Rostedt (Google)
2024-01-03
3
-90
/
+190
[next]