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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
eventfs: Have event files and directories default to parent uid and gid
Steven Rostedt (Google)
1
-3
/
+9
2023-12-13
eventfs: Fix events beyond NAME_MAX blocking tasks
Beau Belgrave
1
-0
/
+4
2023-11-23
eventfs: Make sure that parent->d_inode is locked in creating files/dirs
Steven Rostedt (Google)
1
-0
/
+4
2023-11-23
eventfs: Do not allow NULL parent to eventfs_start_creating()
Steven Rostedt (Google)
1
-9
/
+4
2023-11-23
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
Steven Rostedt (Google)
1
-14
/
+2
2023-11-23
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
Steven Rostedt (Google)
1
-2
/
+2
2023-11-21
eventfs: Do not invalidate dentry in create_file/dir_dentry()
Steven Rostedt (Google)
1
-13
/
+6
2023-11-21
eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
Steven Rostedt (Google)
1
-10
/
+12
2023-11-03
Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
3
-461
/
+688
2023-11-02
eventfs: Use simple_recursive_removal() to clean up dentries
Steven Rostedt (Google)
2
-35
/
+44
2023-11-02
eventfs: Remove special processing of dput() of events directory
Steven Rostedt (Google)
1
-17
/
+2
2023-11-02
eventfs: Delete eventfs_inode when the last dentry is freed
Steven Rostedt (Google)
2
-79
/
+69
2023-11-02
eventfs: Hold eventfs_mutex when calling callback functions
Steven Rostedt (Google)
1
-2
/
+20
2023-11-02
eventfs: Save ownership and mode
Steven Rostedt (Google)
2
-13
/
+151
2023-11-02
eventfs: Test for ei->is_freed when accessing ei->dentry
Steven Rostedt (Google)
2
-7
/
+41
2023-11-02
eventfs: Have a free_ei() that just frees the eventfs_inode
Steven Rostedt (Google)
1
-8
/
+11
2023-11-02
eventfs: Remove "is_freed" union with rcu head
Steven Rostedt (Google)
2
-3
/
+5
2023-11-02
eventfs: Fix kerneldoc of eventfs_remove_rec()
Steven Rostedt (Google)
1
-2
/
+4
2023-11-02
eventfs: Remove extra dget() in eventfs_create_events_dir()
Steven Rostedt (Google)
1
-3
/
+0
2023-10-26
eventfs: Fix typo in eventfs_inode union comment
Steven Rostedt (Google)
1
-1
/
+1
2023-10-26
eventfs: Fix WARN_ON() in create_file_dentry()
Steven Rostedt (Google)
1
-1
/
+2
2023-10-20
tracefs/eventfs: Modify mismatched function name
Jiapeng Chong
1
-1
/
+1
2023-10-20
eventfs: Fix failure path in eventfs_create_events_dir()
Steven Rostedt (Google)
1
-1
/
+2
2023-10-18
eventfs: Use ERR_CAST() in eventfs_create_events_dir()
Nathan Chancellor
1
-1
/
+1
2023-10-18
tracefs: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-05
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
1
-12
/
+7
2023-10-05
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
3
-417
/
+469
2023-09-30
eventfs: Test for dentries array allocated in eventfs_release()
Steven Rostedt (Google)
1
-1
/
+1
2023-09-22
eventfs: Remember what dentries were created on dir open
Steven Rostedt (Google)
1
-17
/
+70
2023-09-12
tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()
Steven Rostedt (Google)
1
-1
/
+2
2023-09-09
tracefs/eventfs: Free top level files on removal
Steven Rostedt (Google)
1
-4
/
+26
2023-09-07
tracefs/eventfs: Use dput to free the toplevel events directory
Steven Rostedt (Google)
3
-8
/
+16
2023-09-06
tracefs/eventfs: Add missing lockdown checks
Steven Rostedt (Google)
1
-0
/
+15
2023-09-06
tracefs: Add missing lockdown check to tracefs_create_dir()
Steven Rostedt (Google)
1
-0
/
+3
2023-09-02
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
4
-12
/
+982
2023-08-22
tracefs: Remove kerneldoc from struct eventfs_file
Steven Rostedt (Google)
1
-4
/
+10
2023-08-22
tracefs: Avoid changing i_mode to a temp value
Sishuai Gong
1
-2
/
+4
2023-07-31
eventfs: Move tracing/events to eventfs
Ajay Kaher
1
-0
/
+18
2023-07-31
eventfs: Implement removal of meta data from eventfs
Ajay Kaher
1
-0
/
+143
2023-07-31
eventfs: Implement functions to create files and dirs when accessed
Ajay Kaher
3
-2
/
+136
2023-07-31
eventfs: Implement eventfs lookup, read, open functions
Ajay Kaher
2
-0
/
+306
2023-07-31
eventfs: Implement eventfs file add functions
Ajay Kaher
1
-0
/
+86
2023-07-31
eventfs: Implement eventfs dir creation functions
Ajay Kaher
3
-0
/
+216
2023-07-31
tracefs: Rename and export some tracefs functions
Ajay Kaher
2
-10
/
+15
2023-07-31
eventfs: Implement tracefs_inode_cache
Ajay Kaher
2
-0
/
+54
2023-07-24
tracefs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-09-09
tracefs: Only clobber mode/uid/gid on remount if asked
Brian Norris
1
-8
/
+23
2022-06-18
tracefs: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-02-26
tracefs: Set the group ownership in apply_options() not parse_options()
Steven Rostedt (Google)
1
-2
/
+3
[next]