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 F091BC4708E for ; Sat, 31 Dec 2022 02:51:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236270AbiLaCvc (ORCPT ); Fri, 30 Dec 2022 21:51:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236259AbiLaCvJ (ORCPT ); Fri, 30 Dec 2022 21:51:09 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82EDB11160 for ; Fri, 30 Dec 2022 18:51:08 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3F2C0B81E71 for ; Sat, 31 Dec 2022 02:51:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AB09C433D2; Sat, 31 Dec 2022 02:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672455066; bh=0A42kWkIs381juGuLpCG9DoytaGwDUdX7uyHrnK1/SM=; h=Date:To:Cc:References:From:Subject:In-Reply-To:From; b=OR6sYtogoecFKH1Lqk1l7qtiTfHpuGgWLVZqMEO+W8fUTaSN9aT3kHNsDmAf9FL3I 4JYhdZES+cRYjqX+nMmP3+HLfqOTcLGIZUP5w9NbrwBorpX70WrY80GA9CrbO5g/e4 k9/Xu8Q574jMJyNjjeky22v7PESePViY1+FYXOxX1XmyWQ/hEC8r+IRUOM5GV8s2QP CPzoSSDmrK6HEEbrc+2ZO8XdVDSOGRWzNc7IDFqacBttgbL84wmgta8p+zstxWRexf iX86806B09kdxhidEWAI3z4hfgjRxuc8OzQj9Fu6ROCmayuzkg8gXcm2CeGrvKlDmV +MkeCwRLY6XLQ== Message-ID: <3dd9808e-ffbd-7959-2111-a9f13f2031f1@kernel.org> Date: Sat, 31 Dec 2022 10:51:01 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Content-Language: en-US To: Jeff Chua , Thorsten Leemhuis , Eric Biggers Cc: lkml , Linus Torvalds , Bagas Sanjaya , Jaegeuk Kim , F2FS Development , Linux Regressions References: <0c70ba66-ef00-7242-d198-844f803662fa@gmail.com> From: Chao Yu Subject: Re: Fwd: f2fs write error Linux v6.2 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jeff, On 2022/12/30 14:39, Eric Biggers wrote: > If you could provide the mkfs and mount options you are using, and any other > relevant details, that would be helpful. Bisection would also be very helpful, > as Thorsten mentioned. Other than that, I found some cases which can cause similar issue, so I figure out a patch for possible fixing, if you can have a try with it to check whether it can fix your issue, that would be helpful as well. https://lore.kernel.org/linux-f2fs-devel/20221230154332.5082-1-chao@kernel.org/T/#u Thanks,