xref: /freebsd/sys/cddl/boot/zfs/README (revision b1d046441de9053152c7cf03d6b60d9882687e1b)
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