From mboxrd@z Thu Jan 1 00:00:00 1970 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 8AFFC1E0E08 for ; Wed, 7 Jan 2026 03:33:48 +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=1767756829; cv=none; b=Vm5ENlUOfcc3PGT/nssWsl8FGYyFQxzFKMOPeTzzrwrllpa/A1nAxXTu/vERXaS+Cr60OBgS1dNWCNQ03RK+3+wkCtpXQHnJRovMEPMFtOeS9JI90aa5hxBK7A2YjVF5pDj+HNBFWgdUgR+vcWnan8inp10yMBqV87rd4JuOBhs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767756829; c=relaxed/simple; bh=Z8YzZTUBiepLj+U/Fkl1l4bQThUI8aKSS65n8kdUvEQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Yy84TE8O3PCXY6ioaPwx0eAdjftgxT0OwrdvM3ot4Bp2WiebvqEx+Y89hLR88efZtzD+zSSkdu3ZxxgNOF/qWkiqlAY0VyZr0SyENXhVVph2Oraq/R5rP99nClMq8df/OwG5pNYXuYLCVENLrH9zGD6ykCnCTfbz3LvcSTJfSig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YvQvh2gY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YvQvh2gY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 133E2C19422; Wed, 7 Jan 2026 03:33:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767756828; bh=Z8YzZTUBiepLj+U/Fkl1l4bQThUI8aKSS65n8kdUvEQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YvQvh2gYZYHwAscYVCGeq8iUDR1rygrAlCY7jabTDx2f49OWxFItKajLf53kRlDd1 8cX7knW62u4/jFZdWsJ0eWpLLYFBUv8mPP3fVw9t0lTi3OQVlxEoWckT8+y2AFmYWq R2GXk+4igeN0NWM3X8DQEcZbjlmKzomccaSZGIqKmjx6Mjji5dSPc5oEpJkk70nfZ5 R5CX4LlPxmdvo8oFJg6GuASPmLZDITp24g5X+1mhGhrotQJNF/LURx7qHfU6mn18ZO Qt+75DYUqG6qDl8+fOuY82bs2ofk9DtMusQcPykaDJvRZ9FEqF+YBk1eqPlAVIP4hj SiH+PcX/dbpLg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B5819380CEF5; Wed, 7 Jan 2026 03:30:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2 06/14] f2fs: trace elapsed time for gc_lock lock From: patchwork-bot+f2fs@kernel.org Message-Id: <176775662527.2218650.14445074864041510077.git-patchwork-notify@kernel.org> Date: Wed, 07 Jan 2026 03:30:25 +0000 References: <20260104103412.46331-1-chao@kernel.org> In-Reply-To: <20260104103412.46331-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Sun, 4 Jan 2026 18:34:12 +0800 you wrote: > Use f2fs_{down,up}_write_trace for gc_lock to trace lock elapsed time. > > Signed-off-by: Chao Yu > --- > v2: > - fix unlock gc_lock incorrectly > fs/f2fs/checkpoint.c | 10 ++++++---- > fs/f2fs/f2fs.h | 22 ++++++++++++---------- > fs/f2fs/file.c | 13 +++++++------ > fs/f2fs/gc.c | 23 +++++++++++++---------- > fs/f2fs/segment.c | 11 ++++++----- > fs/f2fs/super.c | 14 ++++++++------ > include/trace/events/f2fs.h | 3 ++- > 7 files changed, 54 insertions(+), 42 deletions(-) Here is the summary with links: - [f2fs-dev,v2,06/14] f2fs: trace elapsed time for gc_lock lock https://git.kernel.org/jaegeuk/f2fs/c/e605302c14ff You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html