Lines Matching full:compression
8 filesystem for Linux. It uses zlib, lzo or xz compression to
91 If in doubt, select "Single threaded compression"
94 bool "Single threaded compression"
158 ZLIB compression is the standard compression used by Squashfs
159 file systems. It offers a good trade-off between compression
171 compressed with LZ4 compression. LZ4 compression is mainly
175 LZ4 is not the standard compression used in Squashfs and so most
186 compressed with LZO compression. LZO compression is mainly
190 LZO is not the standard compression used in Squashfs and so most
201 compressed with XZ compression. XZ gives better compression than
202 the default zlib compression, at the expense of greater CPU and
205 XZ is not the standard compression used in Squashfs and so most
216 compressed with ZSTD compression. ZSTD gives better compression than
217 the default ZLIB compression, while using less CPU.
219 ZSTD is not the standard compression used in Squashfs and so most