[PATCH v2 0/2] eventfs: Create dentries and inodes at dir open

Steven Rostedt posted 2 patches 1 year, 11 months ago
There is a newer version of this series
fs/tracefs/event_inode.c | 223 +++++++++++++++++++++++++++++++++--------------
1 file changed, 159 insertions(+), 64 deletions(-)
[PATCH v2 0/2] eventfs: Create dentries and inodes at dir open
Posted by Steven Rostedt 1 year, 11 months ago
[ subject is wrong, but is to match v1, see patch 2 for correct subject ]

Fix reading dir again, this time without creating dentries and inodes.

Changes since v1: https://lore.kernel.org/linux-trace-kernel/20240116114711.7e8637be@gandalf.local.home


Steven Rostedt (Google) (2):
      eventfs: Have the inodes all for files and directories all be the same
      eventfs: Create list of files and directories at dir open

----
 fs/tracefs/event_inode.c | 223 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 159 insertions(+), 64 deletions(-)