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 8198C38CFE8 for ; Wed, 12 Aug 2026 20:30:50 +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=1786566652; cv=none; b=lVpwT+5FMOfyTBbuIBkFNeC8X3PRc3mMKeyZHg/9bWyoKa6NTAA42Su3s4OZGqZW5fksWGqTq7xj4X3ah1zk9KThhp6ZrshkAUUBk/9LrNwWwReoBlvHCWAiV7w6Er3hmYIwezSHLxQp1hwfrHtYCsnoLaOSrd5nysH6QFBcyNo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786566652; c=relaxed/simple; bh=mArRsbWFDe2LCfkkG0nbyzaOTiTdVsgMYZGfTM2bsJY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=A+KJzRtDZjBIjs5ZyVBr1NXnD6wKckn8/6DVCbZY3Gtri2ws9pKbDJXMWgH3huxGYnsVW48x7th5HnMJ0FEIzFu6jirGz2c8ymPlBNa9NK8sGJ8kv102N+oHi3Xrnr1Le6jD6fRfMApBP9IDFZFygoTJSbkg5g/wNZvQ1xx6tMU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IAbk/w/l; 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="IAbk/w/l" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11B281F000E9; Wed, 12 Aug 2026 20:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786566650; bh=EKEuyQ+hyhy3BWphVGV8OUrBXHT1DvT3dz+Fes0A89o=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=IAbk/w/lkLjqY0j7xaFKYPGnF5NGH0fiLGx/FVOtOPex5PiWVzaaTHuJOZQWhnL4P RhWHL10lKt86FBCdg7vYv34wIP4cieM3QRU0WyJp/2o8vmmXs1Bf1bkgnsi8671WKR qZus/GgCh+WxRFiMVwV0j/4klT1QkBtVQJB0dBgFEht+SqaeScMpvh3SKA2fbXCFqJ IYLFhEGeI9MLPJUkVjdBkYDXoeya3EVabPHhUq1p3DZiPo/HADosNE3irlZ6YfKH8Z PRGX0HuGuRaLmHAhBs3rLZSxW8Zo/v9bw7F9p/QeDRVKisploJ8gLEQ0TYpgd+/Txh 6RCoAPLMwd+eg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9393D380CEC4; Wed, 12 Aug 2026 20:30:06 +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: return symlink writeback errors From: patchwork-bot+f2fs@kernel.org Message-Id: <178656660539.2090005.2292921508148782354.git-patchwork-notify@kernel.org> Date: Wed, 12 Aug 2026 20:30:05 +0000 References: <20260810133832.3530016-1-qiwenjie@xiaomi.com> In-Reply-To: <20260810133832.3530016-1-qiwenjie@xiaomi.com> To: Wenjie Qi Cc: jaegeuk@kernel.org, chao@kernel.org, stable@kernel.org, qiwenjie@xiaomi.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, 10 Aug 2026 21:38:32 +0800 you wrote: > F2FS writes long symlink data with page_symlink() and then flushes the > symlink mapping to reduce the chance of exposing a broken symlink. > > That flush result is currently ignored. If the writeback fails, symlink() > still returns success even though the symlink is not durable and the same > operation can already surface -EIO through syncfs(). > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: return symlink writeback errors https://git.kernel.org/jaegeuk/f2fs/c/5d6f08574082 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html