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 8BDAFC433F5 for ; Thu, 31 Mar 2022 23:56:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243159AbiCaX6M (ORCPT ); Thu, 31 Mar 2022 19:58:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229912AbiCaX6K (ORCPT ); Thu, 31 Mar 2022 19:58:10 -0400 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9A59224534; Thu, 31 Mar 2022 16:56:21 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R721e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=jefflexu@linux.alibaba.com;NM=1;PH=DS;RN=18;SR=0;TI=SMTPD_---0V8kzjE3_1648770976; Received: from 30.0.141.35(mailfrom:jefflexu@linux.alibaba.com fp:SMTPD_---0V8kzjE3_1648770976) by smtp.aliyun-inc.com(127.0.0.1); Fri, 01 Apr 2022 07:56:17 +0800 Message-ID: <557bcf75-2334-5fbb-d2e0-c65e96da566d@linux.alibaba.com> Date: Fri, 1 Apr 2022 07:56:16 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH v7 00/19] fscache,erofs: fscache-based on-demand read semantics Content-Language: en-US From: JeffleXu To: dhowells@redhat.com, linux-cachefs@redhat.com, xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org Cc: torvalds@linux-foundation.org, gregkh@linuxfoundation.org, willy@infradead.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, luodaowen.backend@bytedance.com, tianzichen@kuaishou.com, fannaihao@baidu.com References: <20220331115753.89431-1-jefflexu@linux.alibaba.com> In-Reply-To: <20220331115753.89431-1-jefflexu@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/31/22 7:57 PM, Jeffle Xu wrote: > changes since v6: > - cachefiles: "fscache: export fscache_end_operation()" is still needed. > Since it has been pull requested for 5.18 (not merged yet), it's not > included in this patchset. > > > Kernel Patchset > --------------- > Git tree: > > https://github.com/lostjeffle/linux.git jingbo/dev-erofs-fscache-v7 > > Gitweb: > > https://github.com/lostjeffle/linux/commits/jingbo/dev-erofs-fscache-v7 > > I have rebased it to the latest upstream, which has contained David's PR on fscache/cachefiles. There's no git conflic when rebasing. -- Thanks, Jeffle