[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210813052931.203280-1-hsiangkao@linux.alibaba.com>
Date: Fri, 13 Aug 2021 13:29:29 +0800
From: Gao Xiang <hsiangkao@...ux.alibaba.com>
To: linux-erofs@...ts.ozlabs.org
Cc: LKML <linux-kernel@...r.kernel.org>, Chao Yu <chao@...nel.org>,
Huang Jianan <huangjianan@...o.com>,
Lasse Collin <lasse.collin@...aani.org>,
nl6720 <nl6720@...il.com>,
Gao Xiang <hsiangkao@...ux.alibaba.com>
Subject: [PATCH 0/2] erofs: add fiemap support with iomap
Hi folks,
This patchset mainly addresses fiemap support for EROFS. After this
patchset, end users can observe (un)compressed extent distribution
by hand.
The first patch is also useful for later LZMA support in order to
decompress full LZMA extents if needed (according to specific
strategy.)
Btw, the current development status for LZMA is in the following
branches (yet these are not aimed for the next merge window since
it's still some work to do):
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/linux.git/log/?h=erofs/lzma
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/log/?h=experimental-lzma
Thanks,
Gao Xiang
Gao Xiang (2):
erofs: add support for the full decompressed length
erofs: add fiemap support with iomap
fs/erofs/data.c | 15 ++++-
fs/erofs/inode.c | 1 +
fs/erofs/internal.h | 10 ++++
fs/erofs/namei.c | 1 +
fs/erofs/zmap.c | 131 +++++++++++++++++++++++++++++++++++++++++---
5 files changed, 149 insertions(+), 9 deletions(-)
--
2.24.4
Powered by blists - more mailing lists