xref: /freebsd/sys/cddl/boot/zfs/README (revision e1899ef6c8636efe8e3e5fc11e52d7ddba2cddce)
11ba4a712SPawel Jakub Dawidek$FreeBSD$
21ba4a712SPawel Jakub Dawidek
31ba4a712SPawel Jakub DawidekThis directory contains various files derived from CDDL sources that
41ba4a712SPawel Jakub Dawidekare used by the ZFS bootstrap:
51ba4a712SPawel Jakub Dawidek
61ba4a712SPawel Jakub Dawidek    fletcher.c			checksum support
71ba4a712SPawel Jakub Dawidek    sha256.c			checksum support
81ba4a712SPawel Jakub Dawidek    lzjb.c			compression support
9e1899ef6SDoug Rabson    zfssubr.c			checksum, compression and raidz support
101ba4a712SPawel Jakub Dawidek    zfsimpl.h			mostly describing the physical layout
111ba4a712SPawel Jakub Dawidek
121ba4a712SPawel Jakub DawidekThe files fletcher.c, lzjb.c and sha256.c are largely identical to the
131ba4a712SPawel Jakub DawidekZFS base code (with write support removed) and could be shared but
141ba4a712SPawel Jakub Dawidekthat might complicate future imports from OpenSolaris.
15