From patchwork Tue Jan 16 21:12:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Rostedt X-Patchwork-Id: 13521268 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9728528E0F; Tue, 16 Jan 2024 21:12:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705439558; cv=none; b=hAJd5Teo0p6o78Z2tG5u09M8+JNmE7bFbLrnldtaLoSdpgvkoS1lZhqmmORaplh5kAq2c3rOv947DGWPaoRZEwv8iFefWtuKP/6qouW1vcYOXNwzxfy8Qx31cshoZ1OWbgdyMnDjdB5qngbDBsJQcGM5/h31DocQQKLwYvEIKMA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705439558; c=relaxed/simple; bh=XwadrmOrptVsYu7IxUJQMzwypbu8gdBaHUCKGKRfuVc=; h=Received:Received:Message-ID:User-Agent:Date:From:To:Cc:Subject; b=YaefpehqH5NhVsYtNiWwvLjGm2s95pJRuBOYjkcfHYg7Vdd8yzQl3K5hvDboTu6lQZ3AyRvALCgq5fhJE7UWBGIhmtQB23Gh1Omsrt8yuAIuxz1ReK4UxFH7hauiFmMxA19ZN6GzXsDh8MYXmyj+eN6pMNBJei8pKHsI7GE1PNM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36AE9C433C7; Tue, 16 Jan 2024 21:12:38 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.97) (envelope-from ) id 1rPqkr-00000001PQS-1bov; Tue, 16 Jan 2024 16:13:53 -0500 Message-ID: <20240116211217.968123837@goodmis.org> User-Agent: quilt/0.67 Date: Tue, 16 Jan 2024 16:12:17 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Linus Torvalds , Christian Brauner , Al Viro , Ajay Kaher , linux-fsdevel@vger.kernel.org Subject: [PATCH v2 0/2] eventfs: Create dentries and inodes at dir open Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: [ 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(-)