FreeBSD src
Go to file
Matt Macy 9e5787d228 Merge OpenZFS support in to HEAD.
The primary benefit is maintaining a completely shared
code base with the community allowing FreeBSD to receive
new features sooner and with less effort.

I would advise against doing 'zpool upgrade'
or creating indispensable pools using new
features until this change has had a month+
to soak.

Work on merging FreeBSD support in to what was
at the time "ZFS on Linux" began in August 2018.
I first publicly proposed transitioning FreeBSD
to (new) OpenZFS on December 18th, 2018. FreeBSD
support in OpenZFS was finally completed in December
2019. A CFT for downstreaming OpenZFS support in
to FreeBSD was first issued on July 8th. All issues
that were reported have been addressed or, for
a couple of less critical matters there are
pull requests in progress with OpenZFS. iXsystems
has tested and dogfooded extensively internally.
The TrueNAS 12 release is based on OpenZFS with
some additional features that have not yet made
it upstream.

Improvements include:
  project quotas, encrypted datasets,
  allocation classes, vectorized raidz,
  vectorized checksums, various command line
  improvements, zstd compression.

Thanks to those who have helped along the way:
Ryan Moeller, Allan Jude, Zack Welch, and many
others.

Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25872
2020-08-25 02:21:27 +00:00
bin ls(1): Update POSIX conformance from 2001 to 2008 2020-08-21 06:20:11 +00:00
cddl Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
contrib Vendor import of openzfs master @ 184df27eef 2020-08-24 22:48:19 +00:00
crypto sshd: allow UseBlocklist alias for UseBlacklist 2020-07-29 00:34:24 +00:00
etc Vendor import of openzfs master @ 184df27eef 2020-08-24 22:48:19 +00:00
gnu Remove now-unused GNU as build infrastructure 2020-06-07 13:53:23 +00:00
include Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
kerberos5 Update Makefile.depend files 2019-12-11 17:37:53 +00:00
lib Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
libexec Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
release pkgbase: Replace / with | for PKG_WWW 2020-08-11 10:07:59 +00:00
rescue Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
sbin Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
secure caroot: switch to using echo+shell glob to enumerate certs 2020-08-23 23:56:57 +00:00
share Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
stand Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJS 2020-08-24 09:20:33 +00:00
sys Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
targets Add WITH_CLANG_FORMAT option 2020-06-24 17:03:42 +00:00
tests Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
tools Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
usr.bin w(1): Add EXAMPLES to man page 2020-08-24 17:57:08 +00:00
usr.sbin Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: increase timeout to 120m 2020-02-19 15:56:40 +00:00
.clang-format Clang-format: Avoid hardcoded LLVM include-order style 2020-06-24 23:22:36 +00:00
.gitattributes
.gitignore .gitignore: Add LINT kernel configurations generated into SRCDIR 2019-08-10 18:22:22 +00:00
COPYRIGHT Vendor import of openzfs master @ 184df27eef 2020-08-24 22:48:19 +00:00
LOCKS
MAINTAINERS Update bhyve maintainers. 2020-06-26 06:11:50 +00:00
Makefile Add a USE_GCC_TOOLCHAINS knob to make universe. 2020-08-17 20:11:43 +00:00
Makefile.inc1 Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
Makefile.libcompat Stop building libl and liby 2020-03-26 08:23:09 +00:00
Makefile.sys.inc
ObsoleteFiles.inc Add ufm(4) to ObsoleteFiles.inc 2020-08-20 19:14:53 +00:00
README
README.md Vendor import of openzfs master @ 184df27eef 2020-08-24 22:48:19 +00:00
RELNOTES Fix silly typo... 2020-08-24 20:02:13 +00:00
UPDATING Document the kern -> kernel name change for resume events. 2020-08-24 19:35:27 +00:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

Source Roadmap:

bin		System/user commands.

cddl		Various commands and libraries under the Common Development
		and Distribution License.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

rescue		Build system for statically linked /rescue utilities.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

stand		Boot loader sources.

sys		Kernel sources.

sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
		used in release builds. NOTES contains documentation of
		all possible entries.

tests		Regression tests which can be run by Kyua.  See tests/README
		for additional information.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html