From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7FBD837CD2B for ; Tue, 16 Jun 2026 11:37:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781609841; cv=none; b=tU+ghyIXK1Nsfyk5z2KdTA9I4yJlf+sZy8+jvQ1sFujL5OBWwAX0CQiRb7EMC1AFcl1Qxxlzy6aktvY5RC6d/iL1MEMO4U0NVtpVgQ+W4DwkJ+FgUd/xS1K9DFbDloSzFvCePuP9rzyfsNJnDB8ARzk2vmOZ0nuaduxSeRw2jp0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781609841; c=relaxed/simple; bh=hVWI8S0xF4FHRR3l/Of5GyMGdpBm/XQxgmbk22PBIkg=; h=Message-ID:Date:MIME-Version:Cc:Subject:To:References:From: In-Reply-To:Content-Type; b=VE+SsYByPo9ZTO9D1dvhTlGy6eD6E1fZ0KD13oWTxGzufKFuuwN/Kd48zOuj6olO96SoVijsEdyeG/QkUmF0/S8ZdHCV+XMre7CsihkfNUvdw68/AoRuomfszfoKkCkmG+EKA7NsFQYvafPqA3EtOFf69IyhI/zrOKxzpqkCXtQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UveqqbVn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UveqqbVn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63DD41F000E9; Tue, 16 Jun 2026 11:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781609840; bh=u71kaFwvfS1PR3bDQek8C2zDFTdze02lLLx2QJNNW8k=; h=Date:Cc:Subject:To:References:From:In-Reply-To; b=UveqqbVnPvAmN3Rjxt5vG/08opAQAyIypfBxteU38dBOUZN3POOuZQL73e7ft1+el 9urLhRs5Wfa1e3RrIne7EcfLPLXkdr9xKAnJSQCcLUZkLnxloxMjEOzLHd4bHui/Gg qulNasDYrgeMmacW8ygG7+mpOf6TADlw/Rwgc1b7osIChe17mLkGyQLZqzXgijdeEz k71r7G9nYEEVt/UPUCwzcHc2bmsTw1Gx6s4cyp27VSP+tC761nQwibE7Xui7D5X3q3 8apM4eYnZKEbV1Tmb4HDJU1EqRnEzhp7EzeVegrVkq44zGJMS7mj+eybpi6Tu+xQcL LL7H0wsYgCfuw== Message-ID: Date: Tue, 16 Jun 2026 11:37:17 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Cc: chao@kernel.org, oliver.yang@linux.alibaba.com, LKML Subject: Re: [PATCH] erofs: update the overview of the documentation To: Gao Xiang , linux-erofs@lists.ozlabs.org References: <20260610030532.3170375-1-hsiangkao@linux.alibaba.com> Content-Language: en-US From: Chao Yu In-Reply-To: <20260610030532.3170375-1-hsiangkao@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 6/10/26 03:05, Gao Xiang wrote: > Update the overview section to better reflect EROFS's design philosophy > as an immutable image filesystem, update the feature highlights with > recent capabilities, and remove outdated items. > > The following detailed sections will be revised later since the overview > section is the most visible part of our documentation. Outdated or > ambiguous information could mislead new users and potential adopters. > > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,