Go to file
Alexander Motin cc1c7b0171 FreeBSD: Retry OCF ENOMEM errors.
ZFS does not expect transient errors from crypto.  For read they are
counted as checksum errors, while for write end up in panic.  To not
panic on random low memory conditions retry ENOMEM errors in the OCF
wrapper function.

While there remove unneeded timeout and priority from msleep().

External-issue: https://reviews.freebsd.org/D30339
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Mark Maybee <mark.maybee@delphix.com>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored-By: iXsystems, Inc.
Closes #12077
2021-05-27 22:31:57 -07:00
.github
cmd Propagate vdev state due to invalid label corruption 2021-05-27 22:31:57 -07:00
config Update tmpfile() existence detection 2021-05-27 22:31:56 -07:00
contrib Replace ZoL with OpenZFS where applicable 2021-05-10 12:16:46 -07:00
etc etc/systemd/zfs-mount-generator: don't fail if no cached pools 2021-04-19 15:22:58 -07:00
include Fix dRAID sequential resilver silent damage handling 2021-05-27 22:31:56 -07:00
lib FreeBSD: Don't force xattr mount option 2021-05-27 22:12:19 -07:00
man zfs-allow.8: mention 'bookmark' permission 2021-05-27 22:31:56 -07:00
module FreeBSD: Retry OCF ENOMEM errors. 2021-05-27 22:31:57 -07:00
rpm Replace ZoL with OpenZFS where applicable 2021-05-10 12:16:46 -07:00
scripts Replace ZoL with OpenZFS where applicable 2021-05-10 12:16:46 -07:00
tests Fix dRAID sequential resilver silent damage handling 2021-05-27 22:31:56 -07:00
udev
.editorconfig
.gitignore
.gitmodules
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md
configure.ac
copy-builtin copy-builtin: posix conformance 2021-05-10 12:18:54 -07:00
COPYRIGHT
LICENSE
Makefile.am Widen mancheck target to all pages, fix them 2021-05-27 22:09:51 -07:00
META Tag 2.1.0-rc5 2021-05-10 15:13:37 -07:00
NEWS
NOTICE
README.md
RELEASES.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 any supported branches and releases starting from 12.2-RELEASE.