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