linux/drivers/staging/erofs
Gao Xiang e5e3abbadf staging: erofs: drop multiref support temporarily
Multiref support means that a compressed page could have
more than one reference, which is designed for on-disk data
deduplication. However, mkfs doesn't support this mode
at this moment, and the kernel implementation is also broken.

Let's drop multiref support. If it is fully implemented
in the future, it can be reverted later.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-20 12:25:36 +02:00
..
include staging: erofs: add trace points for reading zipped data 2018-09-18 16:35:03 +02:00
data.c staging: erofs: replace BUG_ON with DBG_BUGON in data.c 2018-09-18 16:35:03 +02:00
dir.c staging: erofs: use explicit unsigned int type 2018-09-14 09:05:03 +02:00
erofs_fs.h staging: erofs: rearrange vle clustertype definitions 2018-08-27 19:46:13 +02:00
inode.c staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRs 2018-09-20 12:25:36 +02:00
internal.h staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRs 2018-09-20 12:25:36 +02:00
Kconfig Revert "staging: erofs: disable compiling temporarile" 2018-09-10 10:02:08 +02:00
lz4defs.h staging: erofs: introduce a customized LZ4 decompression 2018-07-27 17:24:09 +02:00
Makefile staging: erofs: add a generic z_erofs VLE decompressor 2018-07-27 17:24:09 +02:00
namei.c staging: erofs: use explicit unsigned int type 2018-09-14 09:05:03 +02:00
super.c staging: erofs: avoid magic constants when initializing clusterbits 2018-09-18 16:35:03 +02:00
TODO staging: erofs: add a TODO and update MAINTAINERS for staging 2018-07-27 17:24:10 +02:00
unzip_lz4.c staging: erofs: introduce a customized LZ4 decompression 2018-07-27 17:24:09 +02:00
unzip_pagevec.h staging: erofs: introduce pagevec for unzip subsystem 2018-07-27 17:24:08 +02:00
unzip_vle_lz4.c staging: erofs: fix 1 warning and 9 checks 2018-09-10 10:09:26 +02:00
unzip_vle.c staging: erofs: drop multiref support temporarily 2018-09-20 12:25:36 +02:00
unzip_vle.h staging: erofs: drop multiref support temporarily 2018-09-20 12:25:36 +02:00
utils.c staging: erofs: use explicit unsigned int type 2018-09-14 09:05:03 +02:00
xattr.c staging: erofs: use explicit unsigned int type 2018-09-14 09:05:03 +02:00
xattr.h staging: erofs: introduce xattr & acl support 2018-07-27 17:24:08 +02:00