xref: /freebsd/sys/cddl/boot/zfs/README (revision 884a2a699669ec61e2366e3e358342dbc94be24a)
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			checksum, compression and raidz 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