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