xref: /freebsd/sys/cddl/boot/zfs/README (revision b3aaa0cc21c63d388230c7ef2a80abd631ff20d5)
1$FreeBSD$
2
3This directory contains various files derived from CDDL sources that
4are used by the ZFS bootstrap:
5
6    fletcher.c			checksum support
7    sha256.c			checksum support
8    lzjb.c			compression support
9    zfssubr.c			mostly checksum and compression support
10    zfsimpl.h			mostly describing the physical layout
11
12The files fletcher.c, lzjb.c and sha256.c are largely identical to the
13ZFS base code (with write support removed) and could be shared but
14that might complicate future imports from OpenSolaris.
15