Lines Matching full:xz
2 XZ data compression in Linux
7 XZ is a general purpose data compression format with high compression
13 The XZ decompressor in Linux is called XZ Embedded. It supports
15 for integrity checking. The home page of XZ Embedded is at
16 <http://tukaani.org/xz/embedded.html>, where you can find the
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
22 <http://tukaani.org/xz/>.
24 XZ related components in the kernel
26 The xz_dec module provides XZ decompressor with single-call (buffer
28 module is documented in include/linux/xz.h.
31 useful unless you are hacking the XZ decompressor. xz_dec_test
33 .xz files from userspace. The decompressed output is thrown away.
42 scripts/xz_wrap.sh is a wrapper for the xz command line tool found
43 from XZ Utils. The wrapper sets compression options to values suitable
56 Since the XZ Embedded supports only streams with no integrity check or
60 when encoding. With the xz command line tool, use --check=none or
75 in XZ Utils may not be optimal when creating files for the kernel,
78 xz --check=crc32 --lzma2=dict=512KiB inputfile
89 Creating a limited XZ encoder may be considered if people think it is
99 Conformance to the .xz file format specification
105 from XZ Utils.
110 at upstream. See <http://tukaani.org/xz/embedded.html> to get the
118 Don't bother Igor Pavlov with questions about the XZ implementation
119 in the kernel or about XZ Utils. While these two implementations