From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 54A4B2C15A5 for ; Tue, 11 Aug 2026 04:30:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422656; cv=none; b=ss0TfHkExPngBAVb7acy7WdfSAWwb4khLCu3VIoheNHinxYDGfFyZbwAv/HDlCg8/xF9N2xavRHMfTjBq26ohWl/GqAnk1qhL5+lYJv5SMbO0isE1TeQo7uP0tBykg7N6qBrpWaYGQ524ziLDp1Uxy0x9T3PNO/dPwYVOR/QPpE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422656; c=relaxed/simple; bh=QezC0f3u2Eu1Ht6JQgufgMANkr/SoZCdL4LTe+dHKRU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=evPm/VN85xlVOGOidCdWFqHs7O3jwG8/AE8dqda4la3LbhIkjYGLeis4ODh9qUjd9Jhi3Xyeo/RcB5nfZwZvjbGwZlqsTwDt3ARVx5h5mTiuFS7C33WMDXRAsTfozt8nvjyiAYfLzYO1tyQcZg5C7+oHBoNHJmUMMQvJ49f1HVU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BGmiG+lN; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BGmiG+lN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 018991F00A3A; Tue, 11 Aug 2026 04:30:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786422655; bh=rHJQdT4aGQNlu3oL3QhEJVLUmVmr1KIhRrkRh1vTXmY=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=BGmiG+lN10SU5frt62df0JvZfSMYmDglu0+YcahnST+nMzQH5RjHu835ck30etf4e tECb8uRUlzIQgr+pPvX371m7YHsDZp85xaCvZLKtDBhlse1Gr/gMQcBfYozxde6X3G LHjNpcRY0Z82X+phizeg2oAuZGczHjs/Tau8KR39XOw7S1UfSS89KxMkQaqu1aJSjm TTV8qxFFAM0S36q5QdRub+4ACIrrOhkTrmFMpfdyrSP6zmuZMcAteP4ZYJ/vFeD6EX dwyhbr6whpnj1Ns8Rxb37gAUM/M7LIceYBrkMicykOg1G/asHwzRUQZcgrvdnqKuEK d+4B3gF4nl79A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9396B3926278; Tue, 11 Aug 2026 04:30:12 +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 v3] f2fs: issue multi-device flushes in parallel From: patchwork-bot+f2fs@kernel.org Message-Id: <178642261113.332426.14184401363226407725.git-patchwork-notify@kernel.org> Date: Tue, 11 Aug 2026 04:30:11 +0000 References: <20260806033918epcms2p7fa34d6df7c1045b19ac026d44b877f2f@epcms2p7> In-Reply-To: <20260806033918epcms2p7fa34d6df7c1045b19ac026d44b877f2f@epcms2p7> To: Yonggil Song Cc: jaegeuk@kernel.org, chao@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, dongjin_.kim@samsung.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 06 Aug 2026 12:39:18 +0900 you wrote: > On a multi-device setup, submit_flush_wait() walked the dirty devices > in order and aborted the whole loop on the first device whose flush > failed, leaving the remaining dirty devices un-flushed. Each device > still needs its own data made durable, so a failure on one device must > not skip the others. It also waited for one device's flush to complete > before issuing the next, even though the devices have independent > flush queues and could be flushed concurrently. > > [...] Here is the summary with links: - [f2fs-dev,v3] f2fs: issue multi-device flushes in parallel https://git.kernel.org/jaegeuk/f2fs/c/e1116f8e98ea You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html