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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39BE2C433F5 for ; Mon, 24 Jan 2022 17:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244479AbiAXRYF (ORCPT ); Mon, 24 Jan 2022 12:24:05 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:32845 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244468AbiAXRYD (ORCPT ); Mon, 24 Jan 2022 12:24:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643045043; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TEjsu4aunQGUMYaLa6nuwmN8nXhBS2tjSAJpIcjrtF4=; b=Y5BvFnaT7Zqx9lY/ILYgWJZEfn+vL7SN4T0UpLBt+vrnZzf2aq4sDP6xU7DlJVlQ9DEA1X +2C5iRJ3MefRaTeFTEOsgmtpOI7vKqNSXjGZXap+PkHxsCAMFFUBuWFwLZ2J586uGXbsNw wqDSZ0w9yfY/DQM4+tvD1UYUMNhX63M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-32-kl7BYfteMv2xB_WYqoB8DQ-1; Mon, 24 Jan 2022 12:23:21 -0500 X-MC-Unique: kl7BYfteMv2xB_WYqoB8DQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2098981C9A6; Mon, 24 Jan 2022 17:23:18 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.5]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6A41562D70; Mon, 24 Jan 2022 17:23:01 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20220118131216.85338-1-jefflexu@linux.alibaba.com> References: <20220118131216.85338-1-jefflexu@linux.alibaba.com> To: Jeffle Xu Cc: dhowells@redhat.com, linux-cachefs@redhat.com, xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, joseph.qi@linux.alibaba.com, bo.liu@linux.alibaba.com, tao.peng@linux.alibaba.com, gerry@linux.alibaba.com, eguan@linux.alibaba.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2351230.1643044980.1@warthog.procyon.org.uk> Content-Transfer-Encoding: quoted-printable Date: Mon, 24 Jan 2022 17:23:00 +0000 Message-ID: <2351231.1643044980@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jeffle Xu wrote: > You could start a quick test by > https://github.com/lostjeffle/demand-read-cachefilesd Can you pull this up to v5.17-rc1 or my netfs-lib branch? https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log= /?h=3Dnetfs-lib I'll do my best to have a look at it tomorrow. Thanks, David