[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210716050724.225041-1-hsiangkao@linux.alibaba.com>
Date: Fri, 16 Jul 2021 13:07:22 +0800
From: Gao Xiang <hsiangkao@...ux.alibaba.com>
To: linux-erofs@...ts.ozlabs.org, linux-fsdevel@...r.kernel.org
Cc: LKML <linux-kernel@...r.kernel.org>,
"Darrick J. Wong" <djwong@...nel.org>,
Christoph Hellwig <hch@...radead.org>,
Chao Yu <chao@...nel.org>, Liu Bo <bo.liu@...ux.alibaba.com>,
Joseph Qi <joseph.qi@...ux.alibaba.com>,
Liu Jiang <gerry@...ux.alibaba.com>,
Gao Xiang <hsiangkao@...ux.alibaba.com>
Subject: [PATCH 0/2] erofs: iomap support for tailpacking cases
Hi folks,
non-tailpacking I/O: https://lore.kernel.org/r/20210712120241.199903-1-hsiangkao@linux.alibaba.com
This patchset is a follow-up patchset of the previous patchset and
interacts with iomap itself, whcih mainly adds preliminary EROFS iomap
support for all tackpacking inline cases and has been preliminary
tested myself.
It only covers iomap read path. The write path remains untouched and
bail out with -EIO if inline data with pos != 0 since EROFS cannot be
used for actual testing. It'd be better to be implemented if upcoming
fs users care rather than leave untested dead code around in kernel.
Hopefully [PATCH 1/2] could be landed in iomap for-next independently
since it has few changes / iomap-specific and the rest patches can be
rebased upon iomap for-next then.
Comments are welcome. Thanks for your time on reading this!
Thanks,
Gao Xiang
Gao Xiang (2):
iomap: support tail packing inline read
erofs: convert all uncompressed cases to iomap
fs/erofs/data.c | 288 +++++++----------------------------------
fs/iomap/buffered-io.c | 41 +++++-
fs/iomap/direct-io.c | 8 +-
3 files changed, 90 insertions(+), 247 deletions(-)
--
2.24.4
Powered by blists - more mailing lists