Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2599171ybc; Wed, 20 Nov 2019 17:15:08 -0800 (PST) X-Google-Smtp-Source: APXvYqzcc/YUEGJw4/M39rMGSRZt7z6OtalTLruF+ZBX6GZLb6qT7G6KJyGVkxKJGQU+T14MT4+D X-Received: by 2002:a17:906:f91:: with SMTP id q17mr9641977ejj.302.1574298908091; Wed, 20 Nov 2019 17:15:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574298908; cv=none; d=google.com; s=arc-20160816; b=v/4ZJO+hFse56QonEcwoa8HkreUQvoLDJst2hPW8bd33aeK4j1X1kvJguc5n7KpC/c aG2GOvVh+O7KRE44/lcvhx2aERIzllmXjUej6rmfyQboZwJXvh10wyQIf81NvYQv6UGl TJPSmKVpTrJIyWMQLHhQLE8ztGK8aBngK3+edlHRR5asUiw1QLirUMSxx5P+XFU4CZ9H EDuxCn4JepyMOqeW+Fdl529evHkdTlsDipLCIekpP9kSljf6guKaAa0s603p2cHxSRVL /TXPgiXWlPh72DthbxHTZTX0QaXv8eb2QepyMVlG0P8xEwoUb/Flih5ooke1+Ddw/nK4 hpEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=USI3kQVnvfaAw6ZFTxLLekpcnXW3eyqSq43xa0ljsPU=; b=vYPeBu5YauLB9aCXGe778X2Lc6G5SgZZasuEQZnO//NYVngwdLYT2b7l9w4taQH30V Utw40NkNRYmHJUxA9ThCNqQyL+iC6elouJSfO5ZBzwaI9VkhQqUbtR3B10vrKJbs+EvU EGEhgBPvb3SWZERf/tsfJV9FBDn8e1U7Cbv9I/hAuqFl49ae1YUqNl08Ymf983mvxheJ /h2GkvSZbu+jZLJksbZHhVjF1n9ajq2CbDRGSXJWEmisD1CDti8mrKhYUOGSju9W2waA EHUTc/9jVPmyQG6BB2SO73SN4r+mXGqphi+SBN1nmp4oftM3c8H0ZG8lHkjfL4rmYUf+ eBaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e11si647329ejr.303.2019.11.20.17.14.42; Wed, 20 Nov 2019 17:15:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726765AbfKUBMv (ORCPT + 99 others); Wed, 20 Nov 2019 20:12:51 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:7151 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726343AbfKUBMv (ORCPT ); Wed, 20 Nov 2019 20:12:51 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BA7B8717D83CA5655174; Thu, 21 Nov 2019 09:12:49 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 21 Nov 2019 09:12:41 +0800 Subject: Re: [PATCH v2] erofs: drop all vle annotations for runtime names To: Gao Xiang , Chao Yu , CC: , Gao Xiang References: <20191108032526.40762-1-gaoxiang25@huawei.com> <20191108033733.63919-1-gaoxiang25@huawei.com> From: Chao Yu Message-ID: Date: Thu, 21 Nov 2019 09:12:41 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191108033733.63919-1-gaoxiang25@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/11/8 11:37, Gao Xiang wrote: > VLE was an old informal name of fixed-sized output > compression came from released ATC'19 paper [1]. > > Drop those old annotations since erofs can handle > all encoded clusters in block-aligned basis, which > is wider than fixed-sized output compression after > larger clustersize feature is fully implemented. > > Unaligned encoded data won't be considered in EROFS > since it's not friendly to inplace I/O and decompression > inplace. > > a) Fixed-sized output compression with 16KB pcluster: > ___________________________________ > |xxxxxxxx|xxxxxxxx|xxxxxxxx|xxxxxxxx| > |___ 0___|___ 1___|___ 2___|___ 3___| physical blocks > > b) Block-aligned fixed-sized input compression with > 16KB pcluster: > ___________________________________ > |xxxxxxxx|xxxxxxxx|xxxxxxxx|xxx00000| > |___ 0___|___ 1___|___ 2___|___ 3___| physical blocks > > c) Block-unaligned fixed-sized input compression with > 16KB compression unit: > ____________________________________________ > |..xxxxxx|xxxxxxxx|xxxxxxxx|xxxxxxxx|x.......| > |___ 0___|___ 1___|___ 2___|___ 3___|___ 4___| physical blocks > > Refine better names for those as well. > > [1] https://www.usenix.org/conference/atc19/presentation/gao > > Cc: Chao Yu > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,