hc
2023-11-06 1622ff3442ff6aecc1f538cda437379d1f6a4a93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 
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   <linux-erofs@lists.ozlabs.org>
  Gao Xiang                  <gaoxiang25@huawei.com>
  Chao Yu                    <yuchao0@huawei.com>
 
Cc: (for linux-kernel upstream patches)
  Greg Kroah-Hartman         <gregkh@linuxfoundation.org>
  linux-staging mailing list <devel@driverdev.osuosl.org>