freebsd-dev/sys/contrib/openzfs
Mark Johnston 6fe0a6c80a zfs: Fix a pair of bugs in zfs_fhtovp()
This cherry-picks upstream ed566bf1cd

    - Add a zfs_exit() call in an error path, otherwise a lock is
      leaked.
    - Remove the fid_gen > 1 check.  That appears to be Linux-specific:
      zfsctl_snapdir_fid() sets fid_gen to 0 or 1 depending on whether
      the snapshot directory is mounted.  On FreeBSD it fails, making
      snapshot dirs inaccessible via NFS.

PR:		266236
MFC after:	3 days
2022-10-24 12:05:17 -04:00
..
.github zfs: merge openzfs/zfs@c629f0bf6 2022-09-21 14:17:13 +02:00
cmd zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
config zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
contrib zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
etc zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
include zfs: powerpc: disable kernel floating point support 2022-10-06 20:35:48 -03:00
lib zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
man zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
module zfs: Fix a pair of bugs in zfs_fhtovp() 2022-10-24 12:05:17 -04:00
rpm zfs: merge openzfs/zfs@c629f0bf6 2022-09-21 14:17:13 +02:00
scripts zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
tests zfs: merge openzfs/zfs@d62bafee9 2022-10-04 20:16:52 +02:00
udev zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
.editorconfig
.gitignore
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md
configure.ac zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
copy-builtin
COPYRIGHT
LICENSE
Makefile.am
META zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02: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.