mbox series

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

Message ID 20240116211217.968123837@goodmis.org (mailing list archive)
Headers show
Series eventfs: Create dentries and inodes at dir open | expand

Message

Steven Rostedt Jan. 16, 2024, 9:12 p.m. UTC
[ 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(-)