Go to file
Ryan Moeller 84cfe5d4f8
ZTS: Fix path to /dev/null in nopwrite_recsize
Don't direct stdout and stderr of dd to $TEST_BASE_DIR/null,
direct it to /dev/null.

Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11026
2020-10-08 16:39:23 -07:00
.github
cmd Make dbufstat work on FreeBSD 2020-10-08 09:40:23 -07:00
config Fix CONFIG_DEBUG_LOCK_ALLOC configure check 2020-09-28 16:42:54 -07:00
contrib
etc
include
lib libzfs_sendrecv: zfs_send: remove unused pipefd and tid variables 2020-10-08 09:43:51 -07:00
man
module Fix ubsan: shift exponent is too large 2020-10-08 16:37:27 -07:00
rpm
scripts
tests ZTS: Fix path to /dev/null in nopwrite_recsize 2020-10-08 16:39:23 -07:00
udev
.editorconfig
.gitignore
.gitmodules
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md
configure.ac
copy-builtin Move zfs_gitrev.h to build directory 2020-06-24 18:19:28 -07:00
COPYRIGHT
cppcheck-suppressions.txt
LICENSE
Makefile.am
META
NEWS
NOTICE
README.md
TEST
zfs.release.in

img

OpenZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community. This repository contains the code for running OpenZFS on Linux and FreeBSD.

codecov coverity

Official Resources

Installation

Full documentation for installing OpenZFS on your favorite operating system can be found at the Getting Started Page.

Contribute & Develop

We have a separate document with contribution guidelines.

We have a Code of Conduct.

Release

OpenZFS is released under a CDDL license. For more details see the NOTICE, LICENSE and COPYRIGHT files; UCRL-CODE-235197

Supported Kernels

  • The META file contains the officially recognized supported Linux kernel versions.
  • Supported FreeBSD versions are 12-STABLE and 13-CURRENT.