Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4298568ybe; Mon, 9 Sep 2019 07:19:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqwfCctW8prFvuHaSLSPyDOYvEI6l2PmmKkOPqMbQQP5iyU6zEF/gTvxtvWykLPReIEjwyT8 X-Received: by 2002:a17:906:694:: with SMTP id u20mr16232136ejb.83.1568038790825; Mon, 09 Sep 2019 07:19:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568038790; cv=none; d=google.com; s=arc-20160816; b=foVRLOBl717ysF1bTp9qd/qPjxXbcbxBz4M1QqdLc3rrtB2N8xRdx/ok/L0gFi60hd RwFgWWcCExw1imGiscT/00Lqpq+QNmjca+OnbSuABElWh5kkzUfERonh/2qCe0zXXbbH icPf5VnBAHEVXDaPrtLONw7NppmmKFzr2ArMUQVPc6C4VoyQDH6BsWkl2PmOVJbZu1bI SblYTW7ELItODzun7RYG4/ca6YA0I7bTxd9DVTZehtzkAlVS0Tgw2dyuFIg5f1ipADSB lW51GdFrUGjDGjvSFlFH+BhnIdq9euDJsHyw3FP7EPDg+6PZ5kaMSbtkujSs5QxVGNAx Ax/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:cc:to :subject; bh=wdzm8KILcI8ZRNLFzDP8fZ2R9MuIUFp9DwHA3Wjr67k=; b=0TVYdAn1v+yUkCPv9AxErNyFWhUqBEGK1iGF3bUHNl8L8ZZPUFDdl1NFJmt84eq6LP aox4Ibr5gTyEpW1B58fPdnFh8B/F0NNWaRDo+1SHiV4qldK5rOyHiOWcFpnp+QgYAmoF OeB5iBcrG+pEQih5XH6/xDgynD9e9gGqXgOmux1fa0ztIV4Umy/zKX0i2x2mHXKN6NEW HW+yFFvXdjAHZHZgYN0K5KBf2zMXhv6fzSwYUQrLHWdH2myUQLg004W1ptegeOI77ZIo I0qRSuhaOXHxaFokbTslxH+wZ49llKppib5jgkCs+XKhTarBcjzIUBUfkGlIxBq91IBQ uvBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c31si9030215edb.309.2019.09.09.07.19.22; Mon, 09 Sep 2019 07:19:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727530AbfIIDkk (ORCPT + 99 others); Sun, 8 Sep 2019 23:40:40 -0400 Received: from out30-132.freemail.mail.aliyun.com ([115.124.30.132]:47312 "EHLO out30-132.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbfIIDkk (ORCPT ); Sun, 8 Sep 2019 23:40:40 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R791e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04391;MF=xiaoguang.wang@linux.alibaba.com;NM=1;PH=DS;RN=2;SR=0;TI=SMTPD_---0TboV8Zd_1568000434; Received: from 30.5.113.70(mailfrom:xiaoguang.wang@linux.alibaba.com fp:SMTPD_---0TboV8Zd_1568000434) by smtp.aliyun-inc.com(127.0.0.1); Mon, 09 Sep 2019 11:40:35 +0800 Subject: Re: [PATCH] ext4: disable mount with both dioread_nolock and nodelalloc To: "Theodore Y. Ts'o" Cc: linux-ext4@vger.kernel.org References: <20190731130600.7867-1-xiaoguang.wang@linux.alibaba.com> <20190907160004.GB23683@mit.edu> From: Xiaoguang Wang Message-ID: Date: Mon, 9 Sep 2019 11:40:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20190907160004.GB23683@mit.edu> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org hi, > On Wed, Jul 31, 2019 at 09:06:00PM +0800, Xiaoguang Wang wrote: >> Mount with both dioread_nolock and nodelalloc will result in huge >> performance drop, which indeed is an known issue, so before we fix >> this issue, currently we disable this behaviour. Below test reproducer >> can reveal this performance drop. > > Is it really worth it to disable this combination? Nothing goes > *wrong* per se; it's just slower than we would like. Yes, agree, then should we have some places to record this issue? In case somebody looks into it again. Regards, Xiaoguang Wang > > - Ted >