linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] eventfs: Fixing dynamic creation
@ 2023-10-31 19:31 Steven Rostedt
  2023-10-31 19:31 ` [PATCH v4 1/3] eventfs: Have a free_ei() that just frees the eventfs_inode Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2023-10-31 19:31 UTC (permalink / raw)
  To: linux-kernel, linux-trace-kernel
  Cc: Masami Hiramatsu, Mark Rutland, Andrew Morton

This is really just putting together two eventfs patches that were
stepping on each other in conflicts. I decided to rip out the free_ei()
part into its own patch (as that was what was confliciting.

This series is just a combination of:

  https://lore.kernel.org/linux-trace-kernel/20231031111325.50087cd8@gandalf.local.home/

and

 https://lore.kernel.org/linux-trace-kernel/20231031113627.2edfa83f@gandalf.local.home/

With the stripped out free_ei() patch.

Steven Rostedt (Google) (3):
      eventfs: Have a free_ei() that just frees the eventfs_inode
      eventfs: Test for ei->is_freed when accessing ei->dentry
      eventfs: Save ownership and mode

----
 fs/tracefs/event_inode.c | 217 +++++++++++++++++++++++++++++++++++++++++------
 fs/tracefs/internal.h    |  19 ++++-
 2 files changed, 208 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-31 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 19:31 [PATCH v4 0/3] eventfs: Fixing dynamic creation Steven Rostedt
2023-10-31 19:31 ` [PATCH v4 1/3] eventfs: Have a free_ei() that just frees the eventfs_inode Steven Rostedt
2023-10-31 19:31 ` [PATCH v4 2/3] eventfs: Test for ei->is_freed when accessing ei->dentry Steven Rostedt
2023-10-31 19:31 ` [PATCH v4 3/3] eventfs: Save ownership and mode Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).