| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-18 | fs/erofs: add DEFLATE algorithm support | Jianan Huang | |
| This patch adds DEFLATE compression algorithm support. It's a good choice to trade off between compression ratios and performance compared to LZ4. Alternatively, DEFLATE could be used for some specific files since EROFS supports multiple compression algorithms in one image. Signed-off-by: Jianan Huang <[email protected]> Reviewed-by: Gao Xiang <[email protected]> | |||
| 2022-03-15 | fs/erofs: add lz4 decompression support | Huang Jianan | |
| Support EROFS lz4 compressed files. Signed-off-by: Huang Jianan <[email protected]> | |||
| 2022-03-15 | fs/erofs: add erofs filesystem support | Huang Jianan | |
| This patch mainly deals with uncompressed files. Signed-off-by: Huang Jianan <[email protected]> | |||
