Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp1510306pxb; Thu, 7 Oct 2021 09:08:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzAmFcVVo/XnrW3l9kf7f/GuWSoavo/avE4UX7/gL7AEnfAPWsIikQjgRrLWEN9T9DUhocc X-Received: by 2002:a17:906:bc43:: with SMTP id s3mr6704848ejv.46.1633622908071; Thu, 07 Oct 2021 09:08:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633622908; cv=none; d=google.com; s=arc-20160816; b=phs5pyHqeeVkPABp2TOxJOs6VUX1LqVJ83j+2cVuvigqDRf4rP/sGCArd0zk0gmu9/ RHo6KZZLf4vbUH+D2bFzlQkBQQx7wCWAWh6HoTkI7OzmraqgESOHvXs4NLhKt062gzCB cU7eCMeUJQfrfG9JLeiZBS0Ks73ROzseumYlDV8Jm8Dv90RQPWxDgv+yQWBz6HJWelmC /FVmiv8mkwqSEN3AxLlI5y+hXI7eZVXiJrCVgJfR2RvOwmbhj7NTLZ0+gre2wQ75mXOo 8ieoM0hc1KMV6TiWlaQYnZZBwOs5nGBqIWFqhT+YvEZNjWZ3Qwh5jnWzS/ioOb93NzsV fsuQ== 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=1ryExFywkJOt8FiKNUxOTrEWeFmY5bztpv9sHqF6u0M=; b=fG+90tT0guXwxfxjU+2W1zOX44psjUT9yzSaErn5UHQhB7nEp2ukH0ddv/IaQwMW02 kBSx1cuwUkyuVnKuRuz7EhSGgAh0fWLsl1mxpIp+WWauzeF4EAOZgU2weQfLKXEKU0Kw JxFbHHxDY6trEXFgnrB0n/vGJYYCcNK5QLCtuC/i1K7z5KOzWundzQIpGI4a3ZtuBSDq zWwDeuOmSz+h8Qx9s1KIprq8aLY6DKYK7D18COf3jHdxpLdxY2kjV+1Aqnqx6vPFpRdb NbBrsPKSu+riQwl9kjeJPgcv78lwzs0l76bm4plN2iKcLqu5J2Z0TFTVcMBxGQo79ocY j5RQ== 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 i14si28583773eje.121.2021.10.07.09.08.03; Thu, 07 Oct 2021 09:08:28 -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 S232870AbhJGPvy (ORCPT + 99 others); Thu, 7 Oct 2021 11:51:54 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:54297 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S241686AbhJGPvx (ORCPT ); Thu, 7 Oct 2021 11:51: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 197Fnh66000312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 7 Oct 2021 11:49:44 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id C03EB15C3E70; Thu, 7 Oct 2021 11:49:43 -0400 (EDT) From: "Theodore Ts'o" To: yangerkun , jack@suse.cz Cc: "Theodore Ts'o" , yukuai3@huawei.com, linux-ext4@vger.kernel.org Subject: Re: [PATCH 0/3] bugfix for insert/collapse fallocate Date: Thu, 7 Oct 2021 11:49:42 -0400 Message-Id: <163362175420.615223.2395593389813136493.b4-ty@mit.edu> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210903062748.4118886-1-yangerkun@huawei.com> References: <20210903062748.4118886-1-yangerkun@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, 3 Sep 2021 14:27:45 +0800, yangerkun wrote: > yangerkun (3): > ext4: correct the left/middle/right debug message for binsearch > ext4: ensure enough credits in ext4_ext_shift_path_extents > ext4: stop use path once restart journal in > ext4_ext_shift_path_extents > > fs/ext4/extents.c | 77 ++++++++++++++++++++++------------------------- > 1 file changed, 36 insertions(+), 41 deletions(-) > > [...] Applied, thanks! [1/3] ext4: correct the left/middle/right debug message for binsearch commit: 189487c02b3865c35be3ced27ebc33f7bfe86220 [2/3] ext4: ensure enough credits in ext4_ext_shift_path_extents commit: 42c018ecf2bcf37c21476942bb96662fad7133c0 [3/3] ext4: stop use path once restart journal in ext4_ext_shift_path_extents commit: d56aaa1fa17ff4b45383c8beb36bb6a1cf835e22 Best regards, -- Theodore Ts'o