From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22715C4167B for ; Thu, 30 Nov 2023 18:30:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346610AbjK3Saa (ORCPT ); Thu, 30 Nov 2023 13:30:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230400AbjK3SaW (ORCPT ); Thu, 30 Nov 2023 13:30:22 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3599B10DE for ; Thu, 30 Nov 2023 10:30:29 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id C9F97C433CA; Thu, 30 Nov 2023 18:30:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701369028; bh=X/S18rDtdxyHgxoYAi5a9JWKaZcSVpxepeUSLeT1xX8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=vDdITaceRlVOiKh2ptGtFykvgrUX9I3qvNHoPmRzhbG1L774/dy8jZQqowan3dBZN Lnh+bkW4B0TAdpu9V4/7qtYH3gz7snddltguQiIG+yHtFvL0v/9RwdS1ohllvRLPpl VdQ3rmlcz2sxMmbUl278gYhyNhYrAfDN1S0iv3ZUhYmqhNVJfkE8+OvLdIf+VEj8F0 0dVtCbMIGwOTGwa+NndraBAgXmiIaD9og/5diiW98MXeWolOaH49ESmrG+ryJI6BPw PX3f+OstumRS81fHCwfGV9bJWmVIc7vmNk5xDLMlTHR/1zntKfIacmYqkulVgJoryp NRwlACyw58Dfw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A950EC64459; Thu, 30 Nov 2023 18:30:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH 1/2] f2fs: introduce tracepoint for f2fs_rename() From: patchwork-bot+f2fs@kernel.org Message-Id: <170136902869.21709.10431255824319332465.git-patchwork-notify@kernel.org> Date: Thu, 30 Nov 2023 18:30:28 +0000 References: <20231128093130.2885216-1-chao@kernel.org> In-Reply-To: <20231128093130.2885216-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 28 Nov 2023 17:31:29 +0800 you wrote: > This patch adds tracepoints for f2fs_rename(). > > Signed-off-by: Chao Yu > --- > fs/f2fs/namei.c | 16 ++++++--- > include/trace/events/f2fs.h | 69 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 80 insertions(+), 5 deletions(-) Here is the summary with links: - [f2fs-dev,1/2] f2fs: introduce tracepoint for f2fs_rename() https://git.kernel.org/jaegeuk/f2fs/c/5f23ffdf17e8 - [f2fs-dev,2/2] f2fs: show i_mode in trace_f2fs_new_inode() https://git.kernel.org/jaegeuk/f2fs/c/8e9cf55ef89c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html