Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3543437pxv; Mon, 26 Jul 2021 06:32:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxs06NLobiwjiS4uWIHq80BfeBFv3/Q4AH7+NrRoVyvISsOIOHfZA4Kv+T+soTqUVj8Fy22 X-Received: by 2002:a17:906:c110:: with SMTP id do16mr17319715ejc.347.1627306344534; Mon, 26 Jul 2021 06:32:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627306344; cv=none; d=google.com; s=arc-20160816; b=01fHV7CaIUwM6Sz+SWsCOYrGVfKUJT2a+Hxb6bIREgpRaL96NFH2qX6IEc0LqMVFE9 vvT0AeVFrdIkX2eznPgy1Z3ggY+UxLUpan3nYwJRc7U4GJj7fmnw2d8tJx3+F4TzFG7c Do4KCVP28IykZJ4mQKt8gSgJOQ8evG/ZWW9umvpDdrimwvQlG3iiDJPTtiLwrL2OpAdY k99yUUB0F0C50aa2nYMMBv7Lx73CHesTw8Ss5RtxJcCzmMKezmW7dQrAdrA/0ULzmuPK FwOuxZFD1JGiWhYu3XPkp28DPMxPdNHfL8dgrfZOApCV3Q9ztYd70nc02mk1u5a3X+db YrAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:to:from:date; bh=DWrX0TIrF/GSykrK26o1bjYd01tsHw234c//6aildHc=; b=KVGWEmMedbhBsS977OlqdIwIcNxY0HPBQ0icqBicLMHN2l7CpfLxHP+5cuKRVHKonu MeOIQ53HZLsn1GSretIPATIw+7rrXQhSHnnAO2a5Rry2ePtXyy79gfh9rkJ3mnMm9/Yf J5AFecENKF723PvJWECh/84PhY/d8DNr+bYf7v6aTufNgIxlQSSp9KEJNVv2xz3oBtIr /ueAC2pcWwqA9t7ML7aDQgkI19eNfFMyouttTXf77a1mY/TR9LivhWBIJkl4ia5TXDUS 2yWggg9IXE/+Q27QbtyI3oBF49ZmZA+YCoc7a8dQq27r8uMEj3X5lEWPytrFXLN+WfCQ 38yA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 q9si18803715ejn.647.2021.07.26.06.31.59; Mon, 26 Jul 2021 06:32:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233607AbhGZMtm (ORCPT + 99 others); Mon, 26 Jul 2021 08:49:42 -0400 Received: from verein.lst.de ([213.95.11.211]:45205 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233194AbhGZMtm (ORCPT ); Mon, 26 Jul 2021 08:49:42 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 49D6767373; Mon, 26 Jul 2021 15:30:07 +0200 (CEST) Date: Mon, 26 Jul 2021 15:30:06 +0200 From: Christoph Hellwig To: Andreas Gruenbacher , Matthew Wilcox , Christoph Hellwig , "Darrick J . Wong" , Huang Jianan , linux-erofs@lists.ozlabs.org, linux-fsdevel , LKML , Andreas Gruenbacher Subject: Re: [PATCH v7] iomap: make inline data support more flexible Message-ID: <20210726133006.GB6535@lst.de> References: <20210723174131.180813-1-hsiangkao@linux.alibaba.com> <20210725221639.426565-1-agruenba@redhat.com> <20210726110611.459173-1-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 26, 2021 at 09:12:44PM +0800, Gao Xiang wrote: > I tend to leave it as another new story and can be resolved with > another patch to improve it (or I will stuck in this, I need to do > my own development stuff instead of spinning with this iomap patch > since I can see this already work well for gfs2 and erofs), I will > update the patch Andreas posted with Christoph's comments. Yes, let's do the minimal work for erofs needs in a first step. After that I hope I can get the iomap_iter change in and then we can start the next projects. That being said moving the copy back to the inline data to writepage does seem very useful, as does the "small" blocksize support from Matthew.