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 0D90F8248C for ; Tue, 18 Mar 2025 01:29:57 +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=1742261399; cv=none; b=n91znfY4ts25vnVO1/cmGgBSd1PrijlKoB2ICXuLaoy6qQ5pqfzc1ReFL9BejRZGtrGA9xslkXa2baF8S4Z5TFm26OhqEtIr7Mb1lL98Kqv0Fd6mXj6z6XqjOtW3lNso+w6jdvodfDROiWamSA5iBkIlQztCz7fWUekiYD01tBE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742261399; c=relaxed/simple; bh=qODT3Q9/1WjT2glxMbxvM/9CfPGjd3ZnWgJhKz5zS2M=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=oQ2ZhqfcCJhObKsLmtwRHIlgCiJcjD2yzCzcNfy6mt8hZd2eJwZDIoDG4WpjUA5ZwVSTyKaAKtbcz0em5/8LN+rSLFWu+eoWizcESo7221yYeor8ltARskkyNDX2pr79vR36j+cqP76fAxRg8kKCozY8b0WAj2Phzt2PogOMRlI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aFwdSjhQ; 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="aFwdSjhQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C75DC4CEE3; Tue, 18 Mar 2025 01:29:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742261397; bh=qODT3Q9/1WjT2glxMbxvM/9CfPGjd3ZnWgJhKz5zS2M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aFwdSjhQYQS2Pi0fdcGJ26rOL2ODWWEIklq2fQcvT9clt8dvsRFOQAlvgqs6JlIeu CbL6RmWtNJ+o2OUNMLv2TUXOj7t9dRf/elt12vvyswh+KUAl2OOKmiWtpVtR8W3t3q wsPkvRQ1m6srQ1eDrTXfjdSDGLFxJlOeNxNPMl/19qPKkTEJAPYaoc7A++cYVScFev hHk8nEQKnpg9ejzsAzRlL6d0j7tx4RGLj2luNUKk+nf2aNhc5cq8upKpY1KQW2A21s YJoOsyWc6J1geYXOkWaNeySgRdSsDMT8S4G/FATMZEysQkorYMy/V+9iZBaBCgSrl3 8ExYlH1ImHoIQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EB02E380DBEF; Tue, 18 Mar 2025 01:30:33 +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] f2fs: optimize f2fs DIO overwrites From: patchwork-bot+f2fs@kernel.org Message-Id: <174226143279.3976340.11320826422025580869.git-patchwork-notify@kernel.org> Date: Tue, 18 Mar 2025 01:30:32 +0000 References: <20250317133611.457-1-yohan.joung@sk.com> In-Reply-To: <20250317133611.457-1-yohan.joung@sk.com> To: Yohan Joung Cc: jaegeuk@kernel.org, chao@kernel.org, daeho43@gmail.com, 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 Mon, 17 Mar 2025 22:36:11 +0900 you wrote: > this is unnecessary when we know we are overwriting already allocated > blocks and the overhead of starting a transaction can be significant > especially for multithreaded workloads doing small writes. > > Signed-off-by: Yohan Joung > --- > fs/f2fs/data.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev,v2] f2fs: optimize f2fs DIO overwrites https://git.kernel.org/jaegeuk/f2fs/c/351bc761338d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html