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 2BF5CEB64DA for ; Thu, 15 Jun 2023 18:00:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231963AbjFOSAd (ORCPT ); Thu, 15 Jun 2023 14:00:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229665AbjFOSAZ (ORCPT ); Thu, 15 Jun 2023 14:00:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 634B3294A for ; Thu, 15 Jun 2023 11:00:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DD1A96223A for ; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4720AC433A9; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686852023; bh=aIpA+No+IYUS2eydROUU+J8tzkLnv1Uz23da1C/W8o0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NOS5PxqmElCq3Muy5StRWkIBjKjYbP+cCm+hpf7CEkWk93Ne14kunxeI4RTHp79Qs 4/8CiAUEC5ZlBO2Vq4m49qJU+FTseEIwbVZ3Ize1ZMxVzAetSX8HiutFcvEf/my5nA fpi56MPy6RGq6tPO4LtTL7NzWXaUr+XKP/rBrRIB3nrYhVWFcfwDPijB/H6OK4YNG1 1WM9tJkspH4eo9170WxqHyB0a41FCW0WwwLmhnoQ0a/TsUCgjo57hpD37H4I5bXIci XDNat3IIHP2Fx+847dxsBrSIAAbmoOQfukAtYTG9MKrY74GwG1oJ2QDBNG/gnfsCNg uDGqp8jnXaunw== 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 199BCC3274B; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2] f2fs: enable nowait async buffered writes From: patchwork-bot+f2fs@kernel.org Message-Id: <168685202310.7502.1450479349588433609.git-patchwork-notify@kernel.org> Date: Thu, 15 Jun 2023 18:00:23 +0000 References: <20230613072912.52249-1-frank.li@vivo.com> In-Reply-To: <20230613072912.52249-1-frank.li@vivo.com> To: Yangtao Li Cc: jaegeuk@kernel.org, chao@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, luhongfei@vivo.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 13 Jun 2023 15:29:11 +0800 you wrote: > This adds the async buffered write support to f2fs, > the following is the relevant test data. > > iodepth | 1 | 2 | 4 | 8 | 16 | > before(M/s) | 1012 | 1133 | 894 | 981 | 866 | > after(M/s) | 1488 | 1896 | 2081 | 2188 | 2207 | > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: enable nowait async buffered writes https://git.kernel.org/jaegeuk/f2fs/c/d61812691182 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html