Lines Matching +full:layer +full:- +full:primary
8 ratio and relatively fast decompression. The primary compression
20 For userspace, XZ Utils provide a zlib-like compression library
21 and a gzip-like command line tool. XZ Utils can be downloaded from
26 The xz_dec module provides XZ decompressor with single-call (buffer
27 to buffer) and multi-call (stateful) APIs. The usage of the xz_dec
49 dictionary. It will also append a four-byte trailer containing the
60 when encoding. With the xz command line tool, use --check=none or
61 --check=crc32.
63 Using CRC32 is strongly recommended unless there is some other layer
74 size for in-kernel use (maybe more is OK for initramfs). The presets
78 xz --check=crc32 --lzma2=dict=512KiB inputfile
81 is used in single-call mode. Decompressing the kernel itself is an
82 example of this situation. In single-call mode, the memory usage
94 Support for limited random-access reading is planned for the
115 kernel-related mailing lists, so if there's something I should know,