freebsd-dev/sys/contrib/openzfs
Dimitry Andric 64b5d74fff zfs: make zfs_vfs_held() definition consistent with declaration
Noticed while attempting to change boolean_t into an actual bool: in
include/sys/zfs_ioctl_impl.h, zfs_vfs_held() is declared to return a
boolean_t, but in module/os/freebsd/zfs/zfs_ioctl_os.c it is defined to
return an int. Make the definition match the declaration.

Obtained from:	https://github.com/openzfs/zfs/commit/62cc9d4f6
Reviewed by:	jhb
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D39753
2023-04-25 19:58:17 +02:00
..
.github zfs: merge openzfs/zfs@431083f75 2023-04-03 16:49:30 +02:00
cmd Add support for zpool user properties 2023-04-25 17:23:07 +02:00
config zfs: merge openzfs/zfs@431083f75 2023-04-03 16:49:30 +02:00
contrib zfs: merge openzfs/zfs@431083f75 2023-04-03 16:49:30 +02:00
etc zfs: merge openzfs/zfs@9cd71c860 (master) 2023-01-25 19:50:29 +01:00
include zfs: Revert "Fix data race between zil_commit() and zil_suspend()" 2023-04-25 16:01:22 +00:00
lib Add support for zpool user properties 2023-04-25 17:23:07 +02:00
man Add support for zpool user properties 2023-04-25 17:23:07 +02:00
module zfs: make zfs_vfs_held() definition consistent with declaration 2023-04-25 19:58:17 +02:00
rpm zfs: merge openzfs/zfs@57cfae4a2 (master) 2023-02-16 22:38:51 +01:00
scripts zfs: merge openzfs/zfs@431083f75 2023-04-03 16:49:30 +02:00
tests Add support for zpool user properties 2023-04-25 17:23:07 +02:00
udev zfs: merge openzfs/zfs@b3d0568cf 2022-08-14 01:14:21 +02:00
.editorconfig
.gitignore zfs: merge openzfs/zfs@c0cf6ed67 2022-05-19 00:55:59 +02:00
AUTHORS zfs: merge openzfs/zfs@2163cde45 2022-11-16 21:27:42 +01:00
autogen.sh zfs: merge openzfs/zfs@59493b63c (master) 2022-12-07 14:10:46 +01:00
CODE_OF_CONDUCT.md zfs: merge openzfs/zfs@9cd71c860 (master) 2023-01-25 19:50:29 +01:00
configure.ac zfs: merge openzfs/zfs@9cd71c860 (master) 2023-01-25 19:50:29 +01:00
copy-builtin zfs: merge openzfs/zfs@c0cf6ed67 2022-05-19 00:55:59 +02:00
COPYRIGHT
LICENSE
Makefile.am zfs: merge openzfs/zfs@2163cde45 2022-11-16 21:27:42 +01:00
META zfs: merge openzfs/zfs@9cd71c860 (master) 2023-01-25 19:50:29 +01:00
NEWS
NOTICE
README.md zfs: merge openzfs/zfs@17b2ae0b2 (master) into main 2022-01-22 23:05:15 +01:00
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.