Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp599024pxb; Thu, 9 Sep 2021 07:56:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0x9cmoNz5CJfRxI2yCDBy5po4CzlZD8hyM9bIQnGgQA5Alc8xlXp6iMrBwbQdfNrVejEN X-Received: by 2002:a17:906:d7ab:: with SMTP id pk11mr3888861ejb.563.1631199393480; Thu, 09 Sep 2021 07:56:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631199393; cv=none; d=google.com; s=arc-20160816; b=PBnDUSmB8Y55zhorHBGLs7ozhqQ6urs9VhIbL8FXFuRqUyCoYYeWY9XkjAGrvg4anj rDo+ZjJ+JZzY8M4SF/qD6JI7+WIQ5NPlQbGAh2WJjTWc4opcwuSyjQAFlyoTm0K9iUwb 5AfWIZUt+Rhs0anHXbybdDcGwCFFmRcb0gT9uOaT+ZRfvZrHGwLsVqa1oULii+hs6YSo vJZEir4xdcTisYFeWzFX6uHpNT9idr4q+jU0u5hWSLvDQwQuD+235PUiDcdsj78EDuF0 u9p4bWcJWFkHnn275/YA0XRTpw6qaOyI0aU4VIrWbUtev9r0SC5V2OT/UypTjAaFezn6 yDOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=qhReJKUBhCc+u5ufExzw6+ZecK/2AkdSHom3LeRQ8M0=; b=FGPEaiKuJ+vFW9zdoJYjOHDIPsTpvqnHPvdRGShotUVea0HAxn1u16+2NW6nnasdxU FYZ+akWuNZ3gvkn+PeNAkw69UHSztbJ1OuFgEczEfSrOm+zpo/bl0CjSWBQYrYwXOsyu hd3Qw4uU5putbvWTlzy86qDEFHAsK9V0Iyvf2yGqLIzD7X65SEKMxt2m4Emw6/TOB3gN hhs6cXyLes97obS3g9H2RYRrEQaOYAQNXz8eTjNq2k7sqnNiMtV8TL2981a8nfW2U9U7 ZMT42MY9Bsps9r3BOh6rNznG5j8x+rqnhudlfEVB8JRh4pLqqfHrF4ub4ls6rHICLcKO XEJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id he43si2113685ejc.528.2021.09.09.07.56.08; Thu, 09 Sep 2021 07:56:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236457AbhIIO4y (ORCPT + 99 others); Thu, 9 Sep 2021 10:56:54 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:60947 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234825AbhIIO4x (ORCPT ); Thu, 9 Sep 2021 10:56:53 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 189EtU5s030545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 9 Sep 2021 10:55:31 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id CCEB515C33EC; Thu, 9 Sep 2021 10:55:30 -0400 (EDT) From: "Theodore Ts'o" To: linux-ext4@vger.kernel.org, Zhang Yi Cc: "Theodore Ts'o" , jack@suse.cz, adilger.kernel@dilger.ca, yukuai3@huawei.com Subject: Re: [PATCH v3 0/4] ext4: improve delalloc buffer write performance Date: Thu, 9 Sep 2021 10:55:22 -0400 Message-Id: <163119924594.1572869.9093216296626510411.b4-ty@mit.edu> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210716122024.1105856-1-yi.zhang@huawei.com> References: <20210716122024.1105856-1-yi.zhang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, 16 Jul 2021 20:20:20 +0800, Zhang Yi wrote: > Changes since v2: > - Patch 3: fix misleading comment about data truncate in the error path > of ext4_write_inline_data_end(). > > Thanks, > Yi. > > [...] Applied, thanks! [1/4] ext4: check and update i_disksize properly commit: 4df031ff5876d94b48dd9ee486ba5522382a06b2 [2/4] ext4: correct the error path of ext4_write_inline_data_end() commit: 55ce2f649b9e88111270333a8127e23f4f8f42d7 [3/4] ext4: factor out write end code of inline file commit: 6984aef59814fb5c47b0e30c56e101186b5ebf8c [4/4] ext4: drop unnecessary journal handle in delalloc write commit: cc883236b79297f6266ca6f4e7f24f3fd3c736c1 Best regards, -- Theodore Ts'o