Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp387262imm; Thu, 26 Jul 2018 05:31:05 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeJRR9N8QEZky0FOk39l/37VinWIMYGhQg71SSHpvpbGmOfvY8DtkKYV95dcD1FT3VtwzBN X-Received: by 2002:a62:d544:: with SMTP id d65-v6mr1902201pfg.107.1532608265060; Thu, 26 Jul 2018 05:31:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532608265; cv=none; d=google.com; s=arc-20160816; b=D/qMJGt99ATDTMZ07P74JtyNwdQWsSXrf6tci3X4H524OlN38xAgW6ILSaaMX/GT6x 2biSu9ukJ8H7FAvp66mBmeb8IEI51srNpw7XviF8KVMw2sM3sJoPrWExtWaXJj1wOJVh kaq6X3Z1DP7sJI8Eg2fOZkOsnCrGulqy9hgT6XOgollg/6q3P/E2j2gPRw5nJq/vZT+W nSJ14k01kbQd0OlP7Cy6wNmUGGOa1rjOPHmv5n6OcNieLgxGE/96CHxhUIazNPhzg9GS TTOzaKQxJ6WoEMHXhjGKpIPIS8/F9hiLh3ccMUKOPJz45Q1efhOXVsFGgO3r4d3jU33V 8J5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=HGKGVNiBU7xFLx99QiveHiSrF/d6FJGh2aocT+s6Rv4=; b=zyLoiD//UUhb+EgaZxDWRF/9aE3x+/GY6vTQhVHO7g6J76sAFncIxAFa+0mRsBbGcF Lq+cglOWtaTH22dktYJWLl993ur0zp0JuTaMol88hgQr2sMlbFG5dJUgRIaxzMeRX6yR ChMP3ylTSNe2BHA/vAH7CngCFR2ZPNSPriFAGZO7RvQvCQdqOoPfA8bnVT/MEUqwmuay O65go1IVEI9yWT/cX/THAgzoobi/V74lZtIIzBCfGyWLI4s+iq9UaHfk2JFSfb/9lMrs H8ymSyjNSHtO1Hg4DuUZyvgXda9CL2Wq2OtmTeDr7aJyIkbMIf+RKM7ce8JLeKu4XxnF bk3w== 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 i15-v6si1301129pfk.146.2018.07.26.05.30.50; Thu, 26 Jul 2018 05:31:05 -0700 (PDT) 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 S1731262AbeGZNqQ (ORCPT + 99 others); Thu, 26 Jul 2018 09:46:16 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:58698 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729948AbeGZNqQ (ORCPT ); Thu, 26 Jul 2018 09:46:16 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0A0758E1B96FB; Thu, 26 Jul 2018 20:29:34 +0800 (CST) Received: from szvp000100637.huawei.com (10.162.55.131) by smtp.huawei.com (10.3.19.208) with Microsoft SMTP Server (TLS) id 14.3.382.0; Thu, 26 Jul 2018 20:29:27 +0800 From: Gao Xiang To: Greg Kroah-Hartman , CC: , , , , , , , , Gao Xiang Subject: [PATCH 25/25] staging: erofs: add a TODO and update MAINTAINERS for staging Date: Thu, 26 Jul 2018 20:22:08 +0800 Message-ID: <1532607728-103372-26-git-send-email-gaoxiang25@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532607728-103372-1-git-send-email-gaoxiang25@huawei.com> References: <1527764767-22190-1-git-send-email-gaoxiang25@huawei.com> <1532607728-103372-1-git-send-email-gaoxiang25@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.162.55.131] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds a TODO to list the things to be done, and the relevant info to MAINTAINERS so we can take all the blame :) Signed-off-by: Gao Xiang --- MAINTAINERS | 7 +++++++ drivers/staging/erofs/TODO | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 drivers/staging/erofs/TODO diff --git a/MAINTAINERS b/MAINTAINERS index 0fe4228..8d470b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13487,6 +13487,13 @@ M: H Hartley Sweeten S: Odd Fixes F: drivers/staging/comedi/ +STAGING - EROFS FILE SYSTEM +M: Gao Xiang +M: Chao Yu +L: linux-erofs@lists.ozlabs.org +S: Maintained +F: drivers/staging/erofs/ + STAGING - FLARION FT1000 DRIVERS M: Marek Belisko S: Odd Fixes diff --git a/drivers/staging/erofs/TODO b/drivers/staging/erofs/TODO new file mode 100644 index 0000000..f99ddb8 --- /dev/null +++ b/drivers/staging/erofs/TODO @@ -0,0 +1,45 @@ + +EROFS is still working in progress, thus it is not suitable +for all productive uses. play at your own risk :) + +TODO List: + - add the missing error handling code + (mainly existed in xattr and decompression submodules); + + - finalize erofs ondisk format design (which means that + minor on-disk revisions could happen later); + + - documentation and detailed technical analysis; + + - general code review and clean up + (including confusing variable names and code snippets); + + - support larger compressed clustersizes for selection + (currently erofs only works as expected with the page-sized + compressed cluster configuration, usually 4KB); + + - support more lossless data compression algorithms + in addition to LZ4 algorithms in VLE approach; + + - data deduplication and other useful features. + +erofs-mkfs (preview version) binaries for i386 / x86_64 are available at: + + https://github.com/hsiangkao/erofs_mkfs_binary + +It is still in progress opening mkfs source code to public, +in any case an open-source mkfs will be released in the near future. + + +Code, suggestions, etc, are welcome. Please feel free to +ask and send patches, + +To: + linux-erofs mailing list + Gao Xiang + Chao Yu + +Cc: (for linux-kernel upstream patches) + Greg Kroah-Hartman + linux-staging mailing list + -- 1.9.1