OpenZFS on Linux and FreeBSD
Go to file
Ryan Moeller b30cd70599
ZTS: Improve cleanup in zpool tests
* Restore original kern.corefile value after the test.
* Don't leave behind a frozen pool.
* Clean up leftover vdev files.
* Make zpool_002_pos and zpool_003_pos consistent in their handling of
core files while here.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11694
2021-03-07 09:41:01 -08:00
.github CI: add ubuntu-* functional tests runner 2021-02-02 09:37:23 -08:00
cmd Suppress cppcheck invalidSyntax warninigs 2021-03-05 17:56:35 -08:00
config FreeBSD module --enable-debug --enable-invariants 2021-03-05 12:16:41 -08:00
contrib dracut: Fix race condition between load-key and import 2021-01-26 12:14:22 -08:00
etc zfs-import-{cache,scan}: change condition to FileNotEmpty 2021-02-05 11:25:22 -08:00
include Suppress cppcheck invalidSyntax warninigs 2021-03-05 17:56:35 -08:00
lib Don't bomb out when using keylocation=file:// 2021-03-03 08:28:49 -08:00
man Clarify compressed zfs send/recv behavior 2021-03-07 09:39:16 -08:00
module Intentionally allow ZFS_READONLY in zfs_write 2021-03-07 09:31:52 -08:00
rpm Add "compatibility" property for zpool feature sets 2021-02-17 21:30:45 -08:00
scripts Fix error message when zfs module are already unloaded 2021-02-20 20:23:10 -08:00
tests ZTS: Improve cleanup in zpool tests 2021-03-07 09:41:01 -08:00
udev Centralize variable substitution 2020-07-14 17:33:44 -07:00
.editorconfig
.gitignore
.gitmodules
AUTHORS Add zstd support to zfs 2020-08-20 10:30:06 -07:00
CODE_OF_CONDUCT.md Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
COPYRIGHT Fix typos 2020-06-09 21:24:09 -07:00
LICENSE
META Linux 5.11 compat: META 2021-02-10 10:11:21 -08:00
Makefile.am cppcheck: integrete cppcheck 2021-01-26 16:12:26 -08:00
NEWS Fix NEWS file 2020-08-26 21:44:41 -07:00
NOTICE
README.md docs: update README's installation link 2020-10-08 09:33:53 -07:00
TEST
autogen.sh
configure.ac FreeBSD module --enable-debug --enable-invariants 2021-03-05 12:16:41 -08:00
copy-builtin Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zfs.release.in

README.md

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.