index
:
Linux Stable
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.13.y
linux-6.14.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: Stop using dcache_readdir() for getdents()
Steven Rostedt (Google)
2024-01-03
1
-130
/
+64
*
eventfs: Remove "lookup" parameter from create_dir/file_dentry()
Steven Rostedt (Google)
2024-01-03
1
-35
/
+20
*
eventfs: Fix bitwise fields for "is_events"
Steven Rostedt (Google)
2024-01-02
1
-1
/
+1
*
tracefs: Check for dentry->d_inode exists in set_gid()
Steven Rostedt (Google)
2024-01-02
1
-0
/
+4
*
eventfs: Fix file and directory uid and gid ownership
Steven Rostedt (Google)
2023-12-22
3
-10
/
+103
*
eventfs: Have event files and directories default to parent uid and gid
Steven Rostedt (Google)
2023-12-21
1
-3
/
+9
*
eventfs: Fix events beyond NAME_MAX blocking tasks
Beau Belgrave
2023-12-12
1
-0
/
+4
*
eventfs: Make sure that parent->d_inode is locked in creating files/dirs
Steven Rostedt (Google)
2023-11-22
1
-0
/
+4
*
eventfs: Do not allow NULL parent to eventfs_start_creating()
Steven Rostedt (Google)
2023-11-22
1
-9
/
+4
*
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
Steven Rostedt (Google)
2023-11-22
1
-14
/
+2
*
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
Steven Rostedt (Google)
2023-11-22
1
-2
/
+2
*
eventfs: Do not invalidate dentry in create_file/dir_dentry()
Steven Rostedt (Google)
2023-11-20
1
-13
/
+6
*
eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
Steven Rostedt (Google)
2023-11-20
1
-10
/
+12
*
Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-11-03
3
-461
/
+688
|
\
|
*
eventfs: Use simple_recursive_removal() to clean up dentries
Steven Rostedt (Google)
2023-11-02
2
-35
/
+44
|
*
eventfs: Remove special processing of dput() of events directory
Steven Rostedt (Google)
2023-11-02
1
-17
/
+2
|
*
eventfs: Delete eventfs_inode when the last dentry is freed
Steven Rostedt (Google)
2023-11-02
2
-79
/
+69
|
*
eventfs: Hold eventfs_mutex when calling callback functions
Steven Rostedt (Google)
2023-11-02
1
-2
/
+20
|
*
eventfs: Save ownership and mode
Steven Rostedt (Google)
2023-11-01
2
-13
/
+151
|
*
eventfs: Test for ei->is_freed when accessing ei->dentry
Steven Rostedt (Google)
2023-11-01
2
-7
/
+41
|
*
eventfs: Have a free_ei() that just frees the eventfs_inode
Steven Rostedt (Google)
2023-11-01
1
-8
/
+11
|
*
eventfs: Remove "is_freed" union with rcu head
Steven Rostedt (Google)
2023-11-01
2
-3
/
+5
|
*
eventfs: Fix kerneldoc of eventfs_remove_rec()
Steven Rostedt (Google)
2023-11-01
1
-2
/
+4
|
*
eventfs: Remove extra dget() in eventfs_create_events_dir()
Steven Rostedt (Google)
2023-11-01
1
-3
/
+0
|
*
eventfs: Fix typo in eventfs_inode union comment
Steven Rostedt (Google)
2023-10-25
1
-1
/
+1
|
*
eventfs: Fix WARN_ON() in create_file_dentry()
Steven Rostedt (Google)
2023-10-25
1
-1
/
+2
|
*
tracefs/eventfs: Modify mismatched function name
Jiapeng Chong
2023-10-20
1
-1
/
+1
|
*
eventfs: Fix failure path in eventfs_create_events_dir()
Steven Rostedt (Google)
2023-10-20
1
-1
/
+2
|
*
eventfs: Use ERR_CAST() in eventfs_create_events_dir()
Nathan Chancellor
2023-10-18
1
-1
/
+1
|
*
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
2023-10-05
1
-12
/
+7
|
*
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2023-10-04
3
-417
/
+469
*
|
tracefs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-1
/
+1
|
/
*
eventfs: Test for dentries array allocated in eventfs_release()
Steven Rostedt (Google)
2023-09-30
1
-1
/
+1
*
eventfs: Remember what dentries were created on dir open
Steven Rostedt (Google)
2023-09-22
1
-17
/
+70
*
tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()
Steven Rostedt (Google)
2023-09-11
1
-1
/
+2
*
tracefs/eventfs: Free top level files on removal
Steven Rostedt (Google)
2023-09-08
1
-4
/
+26
*
tracefs/eventfs: Use dput to free the toplevel events directory
Steven Rostedt (Google)
2023-09-07
3
-8
/
+16
*
tracefs/eventfs: Add missing lockdown checks
Steven Rostedt (Google)
2023-09-05
1
-0
/
+15
*
tracefs: Add missing lockdown check to tracefs_create_dir()
Steven Rostedt (Google)
2023-09-05
1
-0
/
+3
*
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-09-01
4
-12
/
+982
|
\
|
*
tracefs: Remove kerneldoc from struct eventfs_file
Steven Rostedt (Google)
2023-08-22
1
-4
/
+10
|
*
tracefs: Avoid changing i_mode to a temp value
Sishuai Gong
2023-08-22
1
-2
/
+4
|
*
eventfs: Move tracing/events to eventfs
Ajay Kaher
2023-07-31
1
-0
/
+18
|
*
eventfs: Implement removal of meta data from eventfs
Ajay Kaher
2023-07-30
1
-0
/
+143
|
*
eventfs: Implement functions to create files and dirs when accessed
Ajay Kaher
2023-07-30
3
-2
/
+136
|
*
eventfs: Implement eventfs lookup, read, open functions
Ajay Kaher
2023-07-30
2
-0
/
+306
|
*
eventfs: Implement eventfs file add functions
Ajay Kaher
2023-07-30
1
-0
/
+86
|
*
eventfs: Implement eventfs dir creation functions
Ajay Kaher
2023-07-30
3
-0
/
+216
|
*
tracefs: Rename and export some tracefs functions
Ajay Kaher
2023-07-30
2
-10
/
+15
|
*
eventfs: Implement tracefs_inode_cache
Ajay Kaher
2023-07-30
2
-0
/
+54
[prev]
[next]