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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10189C432BE for ; Sun, 25 Jul 2021 18:01:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9FE260EB2 for ; Sun, 25 Jul 2021 18:01:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231252AbhGYRUv (ORCPT ); Sun, 25 Jul 2021 13:20:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:50346 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbhGYRUu (ORCPT ); Sun, 25 Jul 2021 13:20:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4717F60F23; Sun, 25 Jul 2021 18:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627236080; bh=DtWHvujPpIyKQBeKaHt8GyF9Ra/WfsnZ9uWNGMPtLUQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PLXAqHurm5qcA+X+pkwFg3SdcE9mo8AZnLFp/x1TEtMMB7CRs82OJYR8nk5X0eMpN vYq1pgwvaeoxLtWkhaPOsgm9Oq/t6lRShpGpj/86vxkuI6uecFj0kRBMIYLLo3iPoy ES/OVOsudcH5LV+RYseLdWuFJ9wtnCI4YMW0McEEyAhm/LdQLqgylPvMHCAi41a6Nm Yrso8PW82FDu6UOiEbNuU/J0397yakkLlE0iBqumuzNObmaB0NOQrG/aRsuvOe2VVy U5V2VN2v07qy5FuXQSnFA7fAGWsVSrtqBoNXeIVv0FGOLZ047WS7kYT+B4TzpU9hSv ml+hBuh1zqhsw== Date: Sun, 25 Jul 2021 11:01:18 -0700 From: Eric Biggers To: Jaegeuk Kim Cc: linux-f2fs-devel@lists.sourceforge.net, Chao Yu , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, Satya Tangirala , Changheun Lee , Matthew Bobrowski Subject: Re: [PATCH 3/9] f2fs: rework write preallocations Message-ID: References: <20210716143919.44373-1-ebiggers@kernel.org> <20210716143919.44373-4-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, Jul 25, 2021 at 08:47:51AM -0700, Jaegeuk Kim wrote: > On 07/25, Jaegeuk Kim wrote: > > Note that, this patch is failing generic/250. > > correction: it's failing in 4.14 and 4.19 after simple cherry-pick, but > giving no failure on 5.4, 5.10, and mainline. > For me, generic/250 fails on both mainline and f2fs/dev without my changes. So it isn't a regression. - Eric 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B64C3C4338F for ; Sun, 25 Jul 2021 18:01:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7AB5C60EB2 for ; Sun, 25 Jul 2021 18:01:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7AB5C60EB2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.sourceforge.net 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.90_1) (envelope-from ) id 1m7iRb-00027U-2c; Sun, 25 Jul 2021 18:01:43 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m7iRZ-00027H-NB for linux-f2fs-devel@lists.sourceforge.net; Sun, 25 Jul 2021 18:01:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: 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:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=msKQ57fcuro8JEUiq5hDhPkGQc5QIJyPOwDsfIc6Uhw=; b=RWGXvSpa7YaVoRI5OWzQZeHbK6 YOAw1vnmQMiCl76OOxGmCnLgo8pmE9KqLG+ElkQkK+O1I1Y4XSR9OyNXFwEMtm3P3TakEBBkWPOV0 RxkBG3ufbF9Qh+tNxosggs7dQYEZSKwmweEQ1+cvvpHH4p8sVMR2ozRRB55CaiYqUYvM=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References: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:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=msKQ57fcuro8JEUiq5hDhPkGQc5QIJyPOwDsfIc6Uhw=; b=JR1jKym/UtIEh47uD9OXVfXtAr owMj3TUR38P0jZWS5XrYEkhrzLnNGsotZV9m8gFspkj4vz/i33/iYfgJS4fj3Q7PBDcaNjM3GNtgY HiofKXBKRBn0S+tTideqnvkTN0GfqoKLFrnU5Xk3X5smfG18HPFKNeLz9TJAn+CTcX/E=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1m7iRO-002MKl-M9 for linux-f2fs-devel@lists.sourceforge.net; Sun, 25 Jul 2021 18:01:41 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4717F60F23; Sun, 25 Jul 2021 18:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627236080; bh=DtWHvujPpIyKQBeKaHt8GyF9Ra/WfsnZ9uWNGMPtLUQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PLXAqHurm5qcA+X+pkwFg3SdcE9mo8AZnLFp/x1TEtMMB7CRs82OJYR8nk5X0eMpN vYq1pgwvaeoxLtWkhaPOsgm9Oq/t6lRShpGpj/86vxkuI6uecFj0kRBMIYLLo3iPoy ES/OVOsudcH5LV+RYseLdWuFJ9wtnCI4YMW0McEEyAhm/LdQLqgylPvMHCAi41a6Nm Yrso8PW82FDu6UOiEbNuU/J0397yakkLlE0iBqumuzNObmaB0NOQrG/aRsuvOe2VVy U5V2VN2v07qy5FuXQSnFA7fAGWsVSrtqBoNXeIVv0FGOLZ047WS7kYT+B4TzpU9hSv ml+hBuh1zqhsw== Date: Sun, 25 Jul 2021 11:01:18 -0700 From: Eric Biggers To: Jaegeuk Kim Message-ID: References: <20210716143919.44373-1-ebiggers@kernel.org> <20210716143919.44373-4-ebiggers@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1m7iRO-002MKl-M9 Subject: Re: [f2fs-dev] [PATCH 3/9] f2fs: rework write preallocations 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: Satya Tangirala , linux-f2fs-devel@lists.sourceforge.net, linux-xfs@vger.kernel.org, Matthew Bobrowski , Changheun Lee , linux-fsdevel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Sun, Jul 25, 2021 at 08:47:51AM -0700, Jaegeuk Kim wrote: > On 07/25, Jaegeuk Kim wrote: > > Note that, this patch is failing generic/250. > > correction: it's failing in 4.14 and 4.19 after simple cherry-pick, but > giving no failure on 5.4, 5.10, and mainline. > For me, generic/250 fails on both mainline and f2fs/dev without my changes. So it isn't a regression. - Eric _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel