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 97E48202C4A for ; Wed, 8 Jan 2025 18:40:14 +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=1736361614; cv=none; b=p2lE03UCACFexXDwk62Jo3LQli7Sfx2ogK3Gi2TwpZbUGN5k/OLJqCRkmCtEhlKOoJFbEJ5tmqES6g5WzkvdCi1/4v4Nld80wslG6NOBZxOsbOX2UL4x1vicdFzQUBwP+V0Px3Tp3QektKFab9UM/Xhcy9I+8MplmbaJkEZH/Ng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736361614; c=relaxed/simple; bh=2ust+GhG/kq/LZeeW7Ddk9HcDmvwms+Y6Kun2DabBPg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=sP6CSFkWddrcSWB/ui4qu7bZyD+/x8nwKsaJP1JZ3+K4NmsKwYP3BywbSQ5flv8bYGsxgvrJvSudnJN24DrTaigEf38AQwQDpnuumBt1KXL+fAns7mxVttSXgW/R6RHN/1cEYcrzbVsWPu6W/knXoHuIFuzOolFOhLmPdCxZ/6I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nHbsmMP/; 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="nHbsmMP/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3423EC4CEDF; Wed, 8 Jan 2025 18:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736361614; bh=2ust+GhG/kq/LZeeW7Ddk9HcDmvwms+Y6Kun2DabBPg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nHbsmMP/f+EGT/1jbXmIEqRV4ERAmRRC/b0drxeEtlCMjRQieieZBqXcsv0JBnosT X+sII3wBlOKVgiu7yCNkWKS33Bn9Bh9hV/oGBe6gIQU35w2jtMgEHold02DS7c5xCH aBrSkvkjmUuJootajc3mXMZHhZ6GGyGC9oY71ZDIVCC99WjxA2MJt22oAToPdPmdPp yakeMqPGbvr4CpMbLoEEN6ZUVkAlGqZm5Erz3mTQKjfTOAXUEDFXWGsM/7lwbrHWGC SThqDAL2dcqLuk/0U/gAWZFdm+Pd2UCLB5UXpHfwe/PpLWEmi7FkTrHvgegPv9Ax4S VsL1E0UzYZiBw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EAFD1380A965; Wed, 8 Jan 2025 18:40:36 +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 v4 0/4] Speed up f2fs truncate From: patchwork-bot+f2fs@kernel.org Message-Id: <173636163577.743062.15546397784828809130.git-patchwork-notify@kernel.org> Date: Wed, 08 Jan 2025 18:40:35 +0000 References: <20241223081044.1126291-1-yi.sun@unisoc.com> In-Reply-To: <20241223081044.1126291-1-yi.sun@unisoc.com> To: Yi Sun Cc: chao@kernel.org, jaegeuk@kernel.org, ke.wang@unisoc.com, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, sunyibuaa@gmail.com, Hao_hao.Wang@unisoc.com Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 23 Dec 2024 16:10:40 +0800 you wrote: > Deleting large files is time-consuming, and a large part > of the time is spent in f2fs_invalidate_blocks() > ->down_write(sit_info->sentry_lock) and up_write(). > > If some blocks are continuous, we can process these blocks > at the same time. This can reduce the number of calls to > the down_write() and the up_write(), thereby improving the > overall speed of doing truncate. > > [...] Here is the summary with links: - [f2fs-dev,v4,1/4] f2fs: introduce update_sit_entry_for_release/alloc() https://git.kernel.org/jaegeuk/f2fs/c/66baee2b886d - [f2fs-dev,v4,2/4] f2fs: update_sit_entry_for_release() supports consecutive blocks. https://git.kernel.org/jaegeuk/f2fs/c/81ffbd224e5f - [f2fs-dev,v4,3/4] f2fs: add parameter @len to f2fs_invalidate_blocks() (no matching commit) - [f2fs-dev,v4,4/4] f2fs: Optimize f2fs_truncate_data_blocks_range() (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html