From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0F986280312; Fri, 9 Jan 2026 05:56:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767938184; cv=none; b=DGgiqhtPgFCeuCpcPkkxTNdM+NX9Yfg77xmBZ7Gy1TeU96WhE5NQ3/vylfYEKS2EpjkGa8dBM7qxrrdiwFMOfWUFoR6gv0g40N/gHxG5G3jofv4o16GHs/IwUc+t0GmPSAmD2HRbPdPGDq1Ln0S7t1WvCQlgCrNfRhfziLXpc0g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767938184; c=relaxed/simple; bh=hyYX25MCWDg6rxTIAbrKlXz090v3lNti7+PlNrqkL98=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=UBMRdSPkMy3nbjUdIwpjgtV/eBF63chVg9q/2ILTEwxgnNsf2Puqar9QjEMATC9QdGEG/xd6mto1uzGjtMSqfGthD+YhCD8mXShRJmRXULdsckVUGU4BmyTmdv9YqHiktm86+8IXwC9r79tGytMV2j0UngnJcYwKu6+cKzTsD44= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=N2A2KVbn; arc=none smtp.client-ip=115.124.30.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="N2A2KVbn" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1767938180; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=htMczdh8oSn3FZWxwjQi/ljmic3LiX154yV0o2PuC4w=; b=N2A2KVbnTqWBWAWg8Q8ejCIYpwE3n6K5I3h5VCvx/xNUMGg0cc4KJck1sAeWHYqU1PA9T217OtEkjfOy80vMEib5TTrAPIg0AVowPEe2AmbE88o1/NKuvBAZIK4h0EryXW5dmF1b0vr8beAEL1UBg/ciYDPx3l/Gdqxfd5Ntw8A= Received: from 30.221.131.232(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Wwf6bI-_1767938178 cluster:ay36) by smtp.aliyun-inc.com; Fri, 09 Jan 2026 13:56:19 +0800 Message-ID: <97a97322-cf80-428b-a59c-d83080d16800@linux.alibaba.com> Date: Fri, 9 Jan 2026 13:56:18 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v13 09/10] erofs: support compressed inodes for page cache share To: Hongbo Li Cc: djwong@kernel.org, amir73il@gmail.com, hch@lst.de, linux-fsdevel@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org, Chao Yu , Christian Brauner References: <20260109030140.594936-1-lihongbo22@huawei.com> <20260109030140.594936-10-lihongbo22@huawei.com> From: Gao Xiang In-Reply-To: <20260109030140.594936-10-lihongbo22@huawei.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2026/1/9 11:01, Hongbo Li wrote: > From: Hongzhen Luo > > This patch adds page cache sharing functionality for compressed inodes. > > Signed-off-by: Hongzhen Luo > Signed-off-by: Hongbo Li Reviewed-by: Gao Xiang Thanks, Gao Xiang