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 7934E3750A2 for ; Tue, 24 Mar 2026 17:32:31 +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=1774373551; cv=none; b=Oc8rDuknu9StdUfUZcrI5VfxoCkw5jzpmloqmKZxMG9/FdCUb1PtlphB2bmAhrsf60VYQLkqRTwk+WK0mN3BnVnMnSvVJfE1A0vf+pTaa9GLcrEmFdE5d4isjSx43Suihmd7Ga7aecOjUPn7XSrnrAz1j8Qd0ySaQXT3Bp8TIUE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774373551; c=relaxed/simple; bh=o2FJD1O4qqTFOxfJENKY1YVwA05kckc9pLhmgC2zQgQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=BPMpS2mRkoIhApV3VfAI+dphNxoCky1Ajzjt/tImFfAGp+Tlq+1j+kXtYnsnzFT/4iQJW3dvaGNng/C55GTuQMkGvhs6HCyV4Ck4bUB6jlCVLlYg6j+lUBg4jVz6xJx1DwmBFm7mBYfUDHgfBfTYh7k14zDUNiymtDcGfPmI8Uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e11F8vd5; 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="e11F8vd5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35E9FC19424; Tue, 24 Mar 2026 17:32:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774373551; bh=o2FJD1O4qqTFOxfJENKY1YVwA05kckc9pLhmgC2zQgQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=e11F8vd5y89hLhEaWb16TW16JMyovXKZLmahJfm12N/qyv7lM+idZMNf2gUvV3hH/ FiRfg9LTc2c50nROZ6lKq3QAXFRHVwSqh8A/hVP614AdnknVAbNjdl5oNTH6KXHUjs XBYZivmLnOm2GFb7p4iwUgBrysCeoInlp4912GI06PGtgH1r3Ua6HznDTDMJo9MScB HB2M5dXeWwGrnFDSKZNqFpcyxa46PWy7CreYyulxu79UN3XAIpxNYU4a5mAsGDowXl 2OVznQkaaE23UqSEPE4n8na1gql7N8RYf+86F14L3At7ak2IuYTKwzW6JVcFFSJkNn U/JxO5LabJ0xg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FD253808203; Tue, 24 Mar 2026 17:32:20 +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] f2fs: support to report fserror From: patchwork-bot+f2fs@kernel.org Message-Id: <177437353903.1223048.4538659871266511993.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 17:32:19 +0000 References: <20260323090344.219267-1-chao@kernel.org> In-Reply-To: <20260323090344.219267-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, 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, 23 Mar 2026 17:03:44 +0800 you wrote: > This patch supports to report fserror, it provides another way to let > userspace to monitor filesystem level error. In addition, it exports > /sys/fs/f2fs/features/fserror once f2fs kernel module start to support > the new feature, then generic/791 of fstests can notice the feature, > and verify validation of fserror report. > > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev] f2fs: support to report fserror https://git.kernel.org/jaegeuk/f2fs/c/d82869456217 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html