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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9A5A5C433EF for ; Sat, 25 Jun 2022 00:41:17 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.94.2) (envelope-from ) id 1o4trN-0008C7-Aj; Sat, 25 Jun 2022 00:41:13 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o4trL-0008C0-JR for linux-f2fs-devel@lists.sourceforge.net; Sat, 25 Jun 2022 00:41:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ric6jwY9+Ayjmk1zbLIi03OdqZbi7dzz+ypKZ+unWHU=; b=CTrdHpWmaX1P5DrFOAgIIxubRA rDgzL7B21HwHO1VH/P7lrgMzluMIeFSO3bd28VC1p9f69eTFge5ecs2zfbzSFS3V6hC/v2BwUwgX2 59TvVZYgMVFLm9I6gkxDox89JGpmH7WNsblnmu1z8vNNHJLvpxSGsonkz9qgeqW8iGDQ=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date:Sender: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=ric6jwY9+Ayjmk1zbLIi03OdqZbi7dzz+ypKZ+unWHU=; b=O lse9hv64xCHi0uJZ2K9AYM6gKembCk9sWZxoPpHIybzIt0jTAXN+KwvaiszTnyQ75nWXCz7xYdWgF HzNRgKckmlJ5l/GiFLPEmEhWABIutIvzuV0tc/mm1WO1icxQLwwLmF9hWBSx2gJ5HUEAxOu51acqT 9VuwRUvdWlMPb1u0=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.94.2) id 1o4trK-0008LQ-QU for linux-f2fs-devel@lists.sourceforge.net; Sat, 25 Jun 2022 00:41:11 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 971C561BE2; Sat, 25 Jun 2022 00:41:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF338C34114; Sat, 25 Jun 2022 00:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656117660; bh=lU23NS8nQUbjGYr2lzn5fx8XEUUBMrQ76dRDXjq9je8=; h=Date:From:To:Cc:Subject:From; b=DPZaIOLGXmUemkb1VVJqcZO5brXgDTBRmYtI/Sk0XpBS9/btQ750gYD6uV6h/AcmF A4rg/Gtz8uNXkPsAU8ac3pGth/vsfCRrrWoHBPe1Oc7MV+FQROs2qX/DBd1YzugyhP nXrBR1kXY0zgNjWGhJBo5+meV7vrHza2Q7hKG2nSKx1lPCfogy+VObvX2U/LrhSNGb QBHf3y/HT4qW+5N2XVDfBkqFvC/akrJIMA6WbVHW6/e2O+UIrJeNl3AJ/wBhNEPMTA fqxaWmjo5xhW/iCwtT0F98KlntsITJJNyVsvOnLEV/DDRfgsZ1G0hN+1M4+LEFvhre FcQxNO6erzS0w== Date: Fri, 24 Jun 2022 17:40:58 -0700 From: Jaegeuk Kim To: Linus Torvalds Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Headers-End: 1o4trK-0008LQ-QU Subject: [f2fs-dev] [GIT PULL] f2fs fix for 5.19-rc4 X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux Kernel Mailing List , Linux F2FS Dev Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Hi Linus, Could you please consider this pull request? Thanks, The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.19-rc4 for you to fetch changes up to 82c7863ed95d0914f02c7c8c011200a763bc6725: f2fs: do not count ENOENT for error case (2022-06-21 08:29:56 -0700) ---------------------------------------------------------------- f2fs-fix-5.19 This includes some urgent fixes to avoid generating corrupted inodes caused by compressed and inline_data files. In addition, another patch tries to avoid wrong error report which prevents a roll-forward recovery. ---------------------------------------------------------------- Daeho Jeong (1): f2fs: fix iostat related lock protection Jaegeuk Kim (2): f2fs: attach inline_data after setting compression f2fs: do not count ENOENT for error case fs/f2fs/iostat.c | 31 ++++++++++++++++++------------- fs/f2fs/namei.c | 17 +++++++++++------ fs/f2fs/node.c | 4 +++- 3 files changed, 32 insertions(+), 20 deletions(-) _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel 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 4359BC433EF for ; Sat, 25 Jun 2022 00:41:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232014AbiFYAlE (ORCPT ); Fri, 24 Jun 2022 20:41:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230355AbiFYAlD (ORCPT ); Fri, 24 Jun 2022 20:41:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9453D77049 for ; Fri, 24 Jun 2022 17:41:02 -0700 (PDT) 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 4FA42B82D2D for ; Sat, 25 Jun 2022 00:41:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF338C34114; Sat, 25 Jun 2022 00:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656117660; bh=lU23NS8nQUbjGYr2lzn5fx8XEUUBMrQ76dRDXjq9je8=; h=Date:From:To:Cc:Subject:From; b=DPZaIOLGXmUemkb1VVJqcZO5brXgDTBRmYtI/Sk0XpBS9/btQ750gYD6uV6h/AcmF A4rg/Gtz8uNXkPsAU8ac3pGth/vsfCRrrWoHBPe1Oc7MV+FQROs2qX/DBd1YzugyhP nXrBR1kXY0zgNjWGhJBo5+meV7vrHza2Q7hKG2nSKx1lPCfogy+VObvX2U/LrhSNGb QBHf3y/HT4qW+5N2XVDfBkqFvC/akrJIMA6WbVHW6/e2O+UIrJeNl3AJ/wBhNEPMTA fqxaWmjo5xhW/iCwtT0F98KlntsITJJNyVsvOnLEV/DDRfgsZ1G0hN+1M4+LEFvhre FcQxNO6erzS0w== Date: Fri, 24 Jun 2022 17:40:58 -0700 From: Jaegeuk Kim To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux F2FS Dev Mailing List Subject: [GIT PULL] f2fs fix for 5.19-rc4 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Could you please consider this pull request? Thanks, The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.19-rc4 for you to fetch changes up to 82c7863ed95d0914f02c7c8c011200a763bc6725: f2fs: do not count ENOENT for error case (2022-06-21 08:29:56 -0700) ---------------------------------------------------------------- f2fs-fix-5.19 This includes some urgent fixes to avoid generating corrupted inodes caused by compressed and inline_data files. In addition, another patch tries to avoid wrong error report which prevents a roll-forward recovery. ---------------------------------------------------------------- Daeho Jeong (1): f2fs: fix iostat related lock protection Jaegeuk Kim (2): f2fs: attach inline_data after setting compression f2fs: do not count ENOENT for error case fs/f2fs/iostat.c | 31 ++++++++++++++++++------------- fs/f2fs/namei.c | 17 +++++++++++------ fs/f2fs/node.c | 4 +++- 3 files changed, 32 insertions(+), 20 deletions(-)