Organization:OpenZFS

From HandWiki
Revision as of 02:55, 7 February 2024 by Unex (talk | contribs) (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Open-source implementation of the ZFS file system
OpenZFS
Logo of the OpenZFS project
Initial releasePorted to various systems between 2006 and 2010. Forked from OpenSolaris August 2010; 13 years ago (2010-08)
Preview release
2.2.0-rc5[1] / October 8, 2023; 6 months ago (2023-10-08)[1]
Repositorygithub.com/openzfs/zfs
Written inC
Operating systemOpenSolaris, illumos distributions, OpenIndiana, FreeBSD, Mac OS X Server 10.5 (only read-only support), NetBSD, Linux via third-party kernel module ("ZFS on Linux")[2] or ZFS-FUSE, OSv
Licenseopen source CDDL
Websiteopenzfs.org
OpenZFS Project
Openzfs.svg
Formation2013; 11 years ago (2013)
ProductsOpenZFS filesystem
Parent organization
Software in the Public Interest
Websiteopenzfs.org

OpenZFS is an open-source implementation of the ZFS file system and volume manager initially developed by Sun Microsystems for the Solaris operating system and now maintained by the OpenZFS Project. It supports features like data compression, data deduplication, copy-on-write clones, snapshots, and RAID-Z. It also supports the creation of virtual devices, which allows for the creation of file systems that span multiple disks.

A capability of OpenZFS is its self-healing capabilities. The file system can detect and correct errors while in use, without the need for a dedicated file system checker. This means that it can be used in mission-critical applications that require high availability.

OpenZFS is widely used in enterprise and data center environments, as well as in consumer devices like network-attached storage (NAS) devices. It is available for many operating systems, including Linux, FreeBSD, macOS, and Windows (through third-party solutions). OpenZFS is licensed under the CDDL (Common Development and Distribution License), which allows for both open-source and commercial use.

Founding members of OpenZFS include Matt Ahrens, one of the main architects of ZFS.[3] (As of 2019), OpenZFS (on some platforms such as FreeBSD) is gradually being pivoted to be based upon ZFS on Linux, which has developed faster than other variants of OpenZFS and contains new features not yet ported to those other versions.[4] The merged code-base will include a number of new features, performance enhancements, and is proposed to be known as OpenZFS 2.0.[5][6]

History

The ZFS file system was originally developed by Sun Microsystems for the Solaris operating system. The ZFS source code was released in 2005 under the Common Development and Distribution License (CDDL) as part of the OpenSolaris operating system, and it was later ported to other operating systems and environments.[7][8]

The following is a list of key events to the development of ZFS and its various implementations, leading to the creation of OpenZFS as an umbrella project:[7][9]

  • 2001: Closed-source development of ZFS started with two engineers at Sun Microsystems.
  • 2005: ZFS source code was released as part of OpenSolaris.
  • 2006: Development of a FUSE ZFS port for Linux started.
  • 2007: Apple started porting of ZFS to Mac OS X.
  • 2008: A port to FreeBSD was released as part of FreeBSD 7.0.
  • 2008: Development of a native ZFS Linux port started, known as ZFS on Linux.
  • 2009: Apple's ZFS project closed, and the MacZFS project continued to develop the code. (It has since also been discontinued; it was current through MacOS 10.9).
  • 2010: OpenSolaris was discontinued, resulting in the further development of ZFS on Solaris being no longer open-source.
  • 2010: illumos was forked from OpenSolaris as its open-source successor,[10][11] and continued to develop ZFS in the open. Ports of ZFS to other platforms continued pulling in upstream changes from illumos.
  • 2012: Feature flags were introduced to replace legacy on-disk version numbers, enabling easier distributed evolution of the ZFS on-disk format to support new features.
  • 2013: Coexisting with the stable version of MacZFS, its prototype generation (known as OpenZFS on OS X or O3X) uses ZFS on Linux as the new upstream codebase.[12][13]
  • 2013: The first stable release of ZFS on Linux.[14]
  • 2013: Official announcement of the OpenZFS as an umbrella project.[15][16] New features and fixes are regularly pulled into OpenZFS from illumos and pushed into all ports to other platforms, and vice versa.[7]
  • 2016: Ubuntu 16.04 includes the open-source ZFS file system variant by default.

Ported versions (2005–2010)

As the FSF claimed a CDDL and GPL legal incompatibility in 2005, Sun's implementation of the ZFS file system wasn't used as a basis for the development of a Linux kernel module, it wasn't merged into the Linux kernel mainline, and Linux distributions did not include it as a precompiled kernel module.[17][18] As a workaround, FUSE, a framework that allows file systems to run in user-space, was used on Linux as a separation layer for which the licensing issues are not in effect, although with a set of its own issues that include performance penalty.[8][19] However, the April 2016 release of Ubuntu 16.04 LTS includes CDDL-licensed ZFS on Linux[20] as a kernel module that is maintained as a separate project, outside the Linux kernel mainline, claiming license compatibility.[21][22][23]

Apple/macOS

In the release version of Mac OS X 10.5, ZFS was available in read-only mode from the command line, which lacks the possibility to create z-pools or write to them.[24] Before the 10.5 release, Apple released the "ZFS Beta Seed v1.1", which allowed read-write access and the creation of z-pools;[25] however, the installer for the "ZFS Beta Seed v1.1" has been reported to only work on version 10.5.0, and has not been updated for version 10.5.1 and above.[26] In August 2007, Apple opened a ZFS project on their Mac OS Forge web site. On that site, Apple provided the source code and binaries of their port of ZFS which includes read-write access, but there was no installer available[27] until a third-party developer created one.[28] In October 2009, Apple announced a shutdown of the ZFS project on Mac OS Forge. That is to say that their own hosting and involvement in ZFS was summarily discontinued. No explanation was given. Apple eventually released the legally required, CDDL-derived, portion of the source code of their final public beta of ZFS, code named "10a286". Complete ZFS support was once advertised as a feature of Snow Leopard Server (Mac OS X Server 10.6).[29] However, by the time the operating system was released, all references to this feature had been removed from its features page.[30] Apple has not commented regarding the omission.

Apple's "10a286" source code release, and versions of the previously released source and binaries, have been preserved and new development has been adopted by the Mac ZFS project[31][32][33] to resume its development elsewhere. As of July 2012, Mac ZFS implements z-pool version 8 and ZFS version 2, from the October 2008 release of Solaris. Additional historical information and commentary can be found on the Mac ZFS web site and FAQ.[34]

Implementations

OpenSolaris

  • OpenSolaris 2008.05, 2008.11 and 2009.06 use ZFS as their default filesystem. There are over a dozen 3rd-party distributions.

OpenIndiana

  • OpenIndiana uses Open ZFS with feature flags as implemented in Illumos. ZFS version 28 used up to version 151a3.[35]
  • By upgrading from Open Solaris snv_134 to both Open Indiana and Solaris 11 Express, one also has the ability to upgrade and separately boot Solaris 11 Express on the same ZFS pool.[36]

BSD

macOS

  • Open ZFS on OSX (abbreviated to O3X) is an implementation of ZFS for macOS.[37] O3X is under active development, with close relation to ZFS on Linux and illumos' ZFS implementation, while maintaining feature flag compatibility with ZFS on Linux. O3X implements z-pool version 5000, and includes the Solaris Porting Layer (SPL) originally written for Mac ZFS, which has been further enhanced to include a memory management layer based on the illumos kmem and vmem allocators. O3X is fully featured, supporting LZ4 compression, deduplication, ARC, L2ARC, and SLOG.[citation needed]
  • MacZFS is free software providing support for ZFS on macOS. The stable legacy branch provides up to ZFS pool version 8 and ZFS filesystem version 2. The development branch, based on ZFS on Linux and OpenZFS, provides updated ZFS functionality, such as up to ZFS zpool version 5000 and feature flags.[38][39]
  • A proprietary implementation of ZFS (Zevo) was available at no cost from GreenBytes, Inc., implementing up to ZFS file system version 5 and ZFS pool version 28.[40] Zevo offered a limited ZFS feature set, pending further commercial development; it was sold to Oracle in 2014, with unknown future plans.[citation needed]

DragonFlyBSD

  • Edward O'Callaghan started the initial port of ZFS to DragonFlyBSD.[41]

NetBSD

  • The NetBSD ZFS port was started as a part of the 2007 Google Summer of Code and in August 2009, the code was merged into NetBSD's source tree.[42]

FreeBSD

  • Paweł Jakub Dawidek ported ZFS to FreeBSD, and it has been part of FreeBSD since version 7.0.[43] This includes zfsboot, which allows booting FreeBSD directly from a ZFS dataset.[44][45]
  • FreeBSD's ZFS implementation is fully functional; the only missing features are kernel CIFS server and iSCSI, but the latter can be added using externally available packages.[46] Samba can be used to provide a userspace CIFS server.
  • FreeBSD 13.0-RELEASE switches ZFS implementation from illumos-based code base to the unified OpenZFS 2 code base.[47] This change allows FreeBSD to receive OpenZFS improvements much quicker.[48]

MidnightBSD

  • MidnightBSD, a desktop operating system derived from FreeBSD, supports ZFS storage pool version 6 as of 0.3-RELEASE. This was derived from code included in FreeBSD 7.0-RELEASE. An update to storage pool 28 is in progress in 0.4-CURRENT and based on 9-STABLE sources around FreeBSD 9.1-RELEASE code.[citation needed]

TrueOS (formerly PC-BSD)

  • TrueOS (formerly known as PC-BSD, now defunct[49]) was a desktop-oriented distribution of FreeBSD, which inherited its ZFS support.[citation needed]

TrueNAS Core, (formerly FreeNAS)

pfSense

  • pfSense, an open source BSD based router, supports ZFS, including installation and booting to ZFS pools, as of version 2.4.

OPNsense

XigmaNAS

  • XigmaNAS (formerly NAS4Free), an embedded open source network-attached storage (NAS) distribution based on FreeBSD, has the same ZFS support as FreeBSD, ZFS storage pool version 5000. This project is a continuation of FreeNAS 7 series project.[51]

Debian GNU/kFreeBSD

  • Being based on the FreeBSD kernel, Debian GNU/kFreeBSD has ZFS support from the kernel. However, additional userland tools are required,[52] while it is possible to have ZFS as root or /boot file system[53] in which case required GRUB configuration is performed by the Debian installer since the Wheezy release.[54]
  • As of January 31, 2013, the ZPool version available is 14 for the Squeeze release, and 28 for the Wheezy-9 release.[55]

Linux

Although the ZFS filesystem supports Linux-based operating systems, difficulties arise for Linux distribution maintainers wishing to provide native support for ZFS in their products due to potential legal incompatibilities between the CDDL license used by the ZFS code, and the GPL license used by the Linux kernel. To enable ZFS support within Linux, a loadable kernel module containing the CDDL-licensed ZFS code must be compiled and loaded into the kernel. According to the Free Software Foundation, the wording of the GPL license legally prohibits redistribution of the resulting product as a derivative work,[56][57] though this viewpoint has caused some controversy.[58][59]

ZFS on FUSE

One potential workaround to licensing incompatibility was trialed in 2006, with an experimental port of the ZFS code to Linux's FUSE system. The filesystem ran entirely in userspace instead of being integrated into the Linux kernel, and was therefore not considered a derivative work of the kernel. This approach was functional, but suffered from significant performance penalties when compared with integrating the filesystem as a native kernel module running in kernel space.[60] As of 2016, the ZFS on FUSE project appears to be defunct.

Native ZFS on Linux

A native port of ZFS for Linux produced by the Lawrence Livermore National Laboratory (LLNL) was released in March 2013,[61][62] following these key events:[63]

  • 2008: prototype to determine viability
  • 2009: initial ZVOL and Lustre support
  • 2010: development moved to GitHub
  • 2011: POSIX layer added
  • 2011: community of early adopters
  • 2012: production usage of ZFS
  • 2013: stable GA release

(As of August 2014), ZFS on Linux uses the OpenZFS pool version number 5000, which indicates that the features it supports are defined via feature flags. This pool version is an unchanging number that is expected to never conflict with version numbers given by Oracle.[64]

KQ InfoTech

Another native port for Linux was developed by KQ InfoTech in 2010.[65][66] This port used the zvol implementation from the Lawrence Livermore National Laboratory as a starting point. A release supporting zpool v28 was announced in January 2011.[67] In April 2011, KQ Infotech was acquired by sTec, Inc., and their work on ZFS ceased.[68] Source code of this port can be found on GitHub.[69]

The work of KQ InfoTech was ultimately integrated into the LLNL's native port of ZFS for Linux.[68]

Source code distribution

While the license incompatibility may arise with the distribution of compiled binaries containing ZFS code, it is generally agreed that distribution of the source code itself is not affected by this. In Gentoo, configuring a ZFS root filesystem is well documented and the required packages can be installed from its package repository.[70] Slackware also provides documentation on supporting ZFS, both as a kernel module[71] and when built into the kernel.[72]

Ubuntu integration

The question of the CDDL license's compatibility with the GPL license resurfaced in 2015, when the Linux distribution Ubuntu announced that it intended to make precompiled OpenZFS binary kernel modules available to end-users directly from the distribution's official package repositories.[73] In 2016, Ubuntu announced that a legal review resulted in the conclusion that providing support for ZFS via a binary kernel module was not in violation of the provisions of the GPL license.[74] Others,[75] such as the Software Freedom Law Center[76] followed Ubuntu's conclusion, while the FSF and SFC reiterated their opposing view.[77][78]

Ubuntu 16.04 LTS ("Xenial Xerus"), released on April 21, 2016, allows the user to install the OpenZFS binary packages directly from the Ubuntu software repositories.[79][80][81][82] (As of 2023), no legal challenge has been brought against Canonical regarding the distribution of these packages.

As of 2019, Ubuntu supports experimental installation of ZFS as a root filesystem, starting with the 19.10 release ("Eoan Ermine"), to support coexistence of a nearly pure ZFS OS with GRUB and other operating systems on the same disk.[83][84]

TrueNAS Scale

A version of TrueNAS by iXsystems, based on Debian Linux. As with TrueNAS Core (based on FreeBSD), it uses OpenZFS for storage and adds a variety of additional features. These include expanded device driver support, KVM virtual machines, PCIe passthrough and container support via Kubernetes and Docker. Furthermore, it allows clustered Docker and ZFS via gluster. Information about the current release can be found at the iXsystems Software Status page.[85]

Microsoft Windows

A port of open source ZFS was attempted in 2010 but after a hiatus of over one year development ceased in 2012.[86] In October 2017 a new port of OpenZFS was announced by Jörgen Lundman at OpenZFS Developer Summit.[87][88]

Releases and feature histories

Within illumos and (from 2013) OpenZFS

  • 2010: illumos founded as an open source successor,[89] and continued to develop ZFS in the open. Ports of ZFS to other platforms continued porting upstream changes from illumos.[citation needed]
  • 2013: OpenZFS project founded, aiming at coordinated open-source development of ZFS. The OpenZFS project provides a common foundation for any interested groups and organizations to contribute and collaborate towards a common open source ZFS core, and in addition, to also maintain any specific code and validation processes needed for core ZFS code to work with their own individual systems.

Other ports and forks

The following is a list of open-source ZFS ports and forks:[63][90]

  • 2006: Development of a FUSE port for Linux started.
  • 2007: Apple started porting ZFS to Mac OS X.
  • 2008: A port to FreeBSD was released as part of FreeBSD 7.0.
  • 2008: Development of a native Linux port started.
  • 2009: Apple's ZFS project closed. The MacZFS project continued to develop the code.

Detailed release histories

With ZFS in Oracle Solaris: as new features are introduced, the version numbers of the pool and file system are incremented to designate the format and features available. Features that are available in specific file system versions require a specific pool version.[91][92]

Distributed development of OpenZFS involves feature flags[38] and pool version 5000, an unchanging number that is expected to never conflict with version numbers given by Oracle. Legacy version numbers still exist for pool versions 1–28, implied by the version 5000.[93] Illumos uses pool version 5000 for this purpose.[94][95] Future on-disk format changes are enabled / disabled independently via feature flags.

Version history

Legend:
Latest FOSS stable release
ZFS Pool Version Number Release date Significant changes
5000 OpenZFS Unchanging pool version to signify that the pool indicates new features after pool version 28 using ZFS feature flags rather than by incrementing the pool version

Pool versions and feature flags

Originally, version numbers of the pool and file system were incremented as new features were introduced, in order to designate the on-disk file system format and available features. This worked well when a single entity controlled the development of ZFS, and this versioning scheme is still in use with the ZFS in Oracle Solaris.[96][97]

In a more distributed development model, having a single version number is far from ideal as all implementations of OpenZFS would need to agree on all changes to the on-disk file system format. The solution selected by OpenZFS was to introduce feature flags as a new versioning system that tags on-disk format changes with unique names, and supports both completely independent format changes and format changes that depend on each other. A pool can be moved and used between OpenZFS implementations as long as all feature flags in use by the pool are supported by both implementations.[9]:20,26–27[98]:2–3[99]

In OpenZFS, the pool version is permanently set to 5000, signifying that the pool indicates new features by setting or unsetting ZFS feature flags rather than by incrementing the pool version.[38] The number 5000 was chosen because it is expected to never conflict with version numbers given by Oracle. Legacy version numbers still exist for pool versions 1–28.[100][101][102] Future on-disk format changes are enabled / disabled independently via these feature flags.

Legacy version numbers still exist for pool versions 1–28, and are implied by the pool version 5000;[103] the initial proposal was to use 1000 as the pool version.[98]:4 Future on-disk format changes are enabled and disabled independently via feature flags.

Feature flags are exposed as pool properties, following these naming scheme rules:[98]:4

  • Format of the property name is feature@<org-name>:<feature-name>
  • <org-name> is the reverse DNS name of the organization that developed the feature, ensuring unique property names.
  • Property names can be shortened to feature@<feature-name> when they remain unambiguous.

For example, feature@com.foocompany:async_destroy is a valid property name, and it could be shortened to feature@async_destroy.[98]:4

Each pool feature can be in either disabled, enabled, or active state. Disabled features are those that will not be used, and no on-disk format changes will be made; as a result, such features are backward-compatible. Enabled features are those that will be used, no on-disk format changes have been made yet, but the software may make the changes at any time; such features are still backward-compatible. Active features are those that have made backward-incompatible on-disk format changes to the pool.[98]:5

When any pool feature is enabled, legacy version of the pool is automatically upgraded to 5000 and any other prerequisite features are also enabled. By default, new pools are created with all supported features enabled. In general, state of a feature can be changed from active back to enabled, undoing that way performed on-disk format changes and making the pool compatible again with an older OpenZFS implementation; however, for some features that might not be possible.[98]:5,9[103]

On-disk format changes can be associated with either features for write or features for read. The former are the features that an OpenZFS implementation must support to be capable of writing to the pool, while supporting such features is not mandatory for opening the pool in read-only mode. The latter are the features that an OpenZFS implementation must support to be able to read from the pool or to just open it, because opening a pool is not possible without actually reading from it.[98]:7

For example, async_destroy feature adds a new on-disk data structure to keep track of freed datasets, but an OpenZFS implementation does not need to know about this data structure to access the pool in read-only mode. Additionally, writing to a pool that has some features in active state is not possible by an OpenZFS implementation that does not support the same features.[98]:7–8

A list of feature flags and which operating systems support them is available from the OpenZFS documentation Web site[104] (here the old Open-ZFS.org Web site[105])

OpenZFS 2.0

Historically, OpenZFS has been implemented as a core ZFS code, with each operating system's team adapting it to fit into their projects. This led in some cases to feature stagnation and divergence of features and command lines, as different operating systems developed divergent features and bug fixes, often for a single platform rather than across all platforms. Over time, new feature development shifted from Illumos to Linux.[106] These new features and fixes then had to be backported to Illumos before they could be re-ported for FreeBSD.[106] But this was difficult because the Linux version also included many smaller changes, which were hard to disentangle.[106]

In 2018, it was agreed that OpenZFS development would be overhauled to remedy these issues.[106] Rather than try to import all the Linux changes to other platforms piecemeal, the entire Linux ZFS code would be 'pivoted' as a whole, with other platforms being based on the more actively developed Linux version.[106] A wide range of ported and new features, including many long-desired enhancements, would also be rolled out or ported across platforms, and future changes would be discussed across platforms before being implemented.[106] The plans included appropriate porting layers to prevent Linux, GPL or Linux-KPI shim code from being introduced to other platform kernels.[106]

The features in progress or ported for OpenZFS 2.0 is lengthy, and includes:

  • Faster rollout of enhancements and new features across platforms[106]
  • Command line standardisation[106]
  • Improved pool portability (ZFS pools created on one system can be equally used by another)[6]
  • Wider cross-platform feature parity and platform independence[6]
  • Overlay (union) mounts accepted by default[6]
  • Bug fixes and enhancements[6]
  • ZTS and various other features working on FreeBSD[6]
  • TRIM and ACLMODE enhancements[6][106]
  • ZFS holds (from FreeBSD)[6]
  • Enhanced native NFSv4 ACLs (FreeBSD)[6]
  • Enhanced AES-GCM performance for encrypted pools[6]
  • Redacted send/receive[6]
  • Log spacemap and other metaslab management enhancements - a project to re-implement ZFS' management of free space and "metaslabs" for much greater efficiency[6]
  • Fast clone deletion[6]
  • Zstd data compression as a new option[6]
  • Channel program property inheritance[6]
  • AltiVec RAID-Z[6]
  • Bookmark support and copying[6]
  • Direct IO support[6]
  • Persistent L2ARC (L2ARC retained across reboots)[6]
  • Sequential (high speed) scrub and resilver[106]
  • Scrub pause/resume[106]
  • Resilver restart[106]
  • Device (VDEV) removal[106]
  • Zpool initialize and checkpoint[106]
  • Channel programs[106]
  • Large Dnode[106]
  • Allocation classes (allowing specific high speed storage to be designated for metadata and deduplication tables)[106]
  • Parallel pool mounting[106]
  • Per-vdev properties[106]
  • Deduplication enhancements – dedup-log (high speed deduplication), dedup table size limits, and deduplication table preloading (loaded fully at one time rather than piecemeal as needed), listed as "nice to have" in 2018, were all stated in April 2020 to be "coming along nicely" or largely complete[107]

See also

References

  1. 1.0 1.1 on GitHub
  2. "1.1 What about the licensing issue?". http://zfsonlinux.org/faq.html#WhatAboutTheLicensingIssue. 
  3. "OpenZFS – Communities co-operating on ZFS code and features". September 23, 2013. http://www.freebsdnews.net/2013/09/23/openzfs-communities-co-operating-on-zfs-code-and-features/. 
  4. "GitHub - zfsonfreebsd/ZoF: ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD". https://github.com/zfsonfreebsd/ZoF. 
  5. "FreeNAS and TrueNAS are Unifying". March 5, 2020. https://www.ixsystems.com/blog/freenas-truenas-unification. 
  6. 6.00 6.01 6.02 6.03 6.04 6.05 6.06 6.07 6.08 6.09 6.10 6.11 6.12 6.13 6.14 6.15 6.16 6.17 6.18 "OpenZFS 2.0 · openzfs/ZFS". https://github.com/openzfs/zfs/projects/25. 
  7. 7.0 7.1 7.2 "OpenZFS History". http://open-zfs.org/wiki/History. 
  8. 8.0 8.1 Koutoupis, Petros (June 1, 2016). "ZFS: Finding Its Way to a Linux Near You?". Linux Journal. http://www.linuxjournal.com/content/zfs-finding-its-way-linux-near-you. Retrieved July 4, 2016. 
  9. 9.0 9.1 Ahrens, Matt; Behlendorf, Brian (September 17, 2013). "LinuxCon 2013: OpenZFS". Linux Foundation. https://events.linuxfoundation.org/sites/events/files/slides/OpenZFS%20-%20LinuxCon_0.pdf. 
  10. Cantrill, Bryan (December 8, 2011). "Fork Yeah! The Rise and Development of illumos". SlideShare. http://www.slideshare.net/bcantrill/fork-yeah-the-rise-and-development-of-illumos. 
  11. "illumos FAQs". http://wiki.illumos.org/display/illumos/illumos+FAQs. 
  12. "MacZFS: Official Site for the Free ZFS for Mac OS". http://code.google.com/p/maczfs/. 
  13. "OpenZFS on OS X". November 15, 2014. https://openzfsonosx.org/wiki/Main_Page. 
  14. Corbet, Jonathan (March 29, 2013). "ZFS on Linux 0.6.1". LWN.net. https://lwn.net/Articles/545163/. 
  15. "The OpenZFS project launches". LWN.net. September 17, 2013. https://lwn.net/Articles/567090/. 
  16. "OpenZFS Announcement". September 17, 2013. http://open-zfs.org/wiki/Announcement. 
  17. Moglen, Eben; Choudharyl, Mishi (February 26, 2016). "The Linux Kernel, CDDL and Related Issues". https://www.softwarefreedom.org/resources/2016/linux-kernel-cddl.html. 
  18. Kuhn, Bradley M.; Sandler, Karen M. (February 25, 2016). "GPL Violations Related to Combining ZFS and Linux". https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux/. 
  19. Paul, Ryan (June 9, 2010). "Uptake of native Linux ZFS port hampered by license conflict". https://arstechnica.com/information-technology/2010/06/uptake-of-native-linux-zfs-port-hampered-by-license-conflict/. 
  20. "ZFS on Linux: Frequently asked questions: Licensing". May 26, 2016. https://github.com/zfsonlinux/zfs/wiki/FAQ#licensing. 
  21. Sharwood, Simon (April 21, 2016). "Ubuntu 16.04 LTS arrives today complete with forbidden ZFS". https://www.theregister.co.uk/2016/04/21/ubuntu_16_04_lts_launched/. 
  22. Larabel, Michael (October 6, 2015). "Ubuntu is Planning to Make The ZFS Filesystem a "Standard" Offering". Phoronix. https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-ZFS-Standard-Plans. 
  23. Bottomley, James (February 23, 2016). "Are GPLv2 and CDDL incompatible?". http://blog.hansenpartnership.com/are-gplv2-and-cddl-incompatible/. 
  24. "Apple: Leopard offers limited ZFS read-only". MacNN. June 12, 2007. http://www.macnn.com/articles/07/06/12/leopard.uses.hfs.not.zfs/. 
  25. "Apple delivers ZFS Read/Write Developer Preview 1.1 for Leopard". Ars Technica. October 7, 2007. https://arstechnica.com/journals/apple.ars/2007/10/07/apple-delivers-zfs-readwrite-developer-preview-1-1-for-leopard. 
  26. Kristo, Ché (November 18, 2007). "ZFS Beta Seed v1.1 will not install on Leopard.1 (10.5.1) " ideas are free". http://synesius.wordpress.com/2007/11/18/zfs-beta-seed-v11-will-not-install-on-leopard1-1051/. 
  27. ZFS.macosforge.org
  28. http://alblue.blogspot.com/2008/11/zfs-119-on-mac-os-x.html |title=Alblue.blogspot.com
  29. "Snow Leopard (archive.org cache)". July 21, 2008. https://www.apple.com/server/macosx/snowleopard/. 
  30. "Snow Leopard". June 9, 2009. https://www.apple.com/server/macosx/snowleopard/. 
  31. "zfs-macos | Google Groups". https://groups.google.com/group/zfs-macos/?pli=1. 
  32. "maczfs – Official Site for the Free ZFS for Mac OS – Google Project Hosting". http://maczfs.org/. 
  33. MacZFS on github
  34. Frequently Asked Questions page on code.google.com/p/maczfs
  35. "oi_151a_prestable5 Release Notes". http://wiki.openindiana.org/oi/oi_151a_prestable5+Release+Notes. 
  36. "Upgrading from OpenSolaris". http://wiki.openindiana.org/oi/Upgrading+from+OpenSolaris. 
  37. "OpenZFS on OS X". 2014-09-29. https://openzfsonosx.org/wiki/OpenZFS_on_OS_X. 
  38. 38.0 38.1 38.2 "Features – OpenZFS – Feature flags". OpenZFS. http://open-zfs.org/wiki/Features#Feature_Flags. 
  39. "MacZFS: Official Site for the Free ZFS for Mac OS". code.google.com. MacZFS. https://code.google.com/p/maczfs/. 
  40. "ZEVO Wiki Site/ZFS Pool And Filesystem Versions". GreenBytes, Inc.. 2012-09-15. http://zevo.getgreenbytes.com/wiki/pmwiki.php?n=Site.ZFSPoolAndFilesystemVersions. 
  41. "Github zfs-port branch". September 23, 2014. https://github.com/victoredwardocallaghan/DragonFlyBSD/tree/zfs-port. 
  42. "NetBSD Google Summer of Code projects: ZFS". http://www.netbsd.org/contrib/soc-projects.html#zfs-port. 
  43. Dawidek, Paweł (April 6, 2007). "ZFS committed to the FreeBSD base". http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070544.html. 
  44. "Revision 192498". May 20, 2009. http://svn.freebsd.org/viewvc/base?view=revision&revision=192498. 
  45. "ZFS v13 in 7-STABLE". May 21, 2009. http://ivoras.sharanet.org/blog/tree/2009-05-21.zfs-v13-in-7-stable.html. 
  46. "iSCSI target for FreeBSD". http://shell.peach.ne.jp/aoyama/. 
  47. "FreeBSD 13.0-RELEASE Release Notes". The FreeBSD Project. https://www.freebsd.org/releases/13.0R/relnotes/. 
  48. Macy, Matt (2020-08-25). "commit 9e5787d2284e187abb5b654d924394a65772e004 Merge OpenZFS support in to HEAD.". https://cgit.freebsd.org/src/commit/?id=9e5787d2284e. 
  49. "TrueOS discontinuation". https://www.truenas.com/trueos-discontinuation/. 
  50. "TrueNAS 12.0 is Released!". October 21, 2020. https://www.ixsystems.com/blog/truenas-12-0-is-released/. 
  51. "NAS4Free: Features". http://www.nas4free.org/index.php?id=3. 
  52. "Debian GNU/kFreeBSD FAQ". Is there ZFS support?. http://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q._Is_there_ZFS_support.3F. 
  53. "Debian GNU/kFreeBSD FAQ". Can I use ZFS as root or /boot file system?. https://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q._Can_I_use_ZFS_as_root_or_.2Fboot_file_system.3F. 
  54. "Debian GNU/kFreeBSD FAQ". What grub commands are necessary to boot Debian/kFreeBSD from a zfs root?. https://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q._What_grub_commands_are_necessary_to_boot_Debian.2FkFreeBSD_from_a_zfs_root.3F. 
  55. Larabel, Michael (2010-09-10). "Debian GNU/kFreeBSD Becomes More Interesting". Phoronix. https://www.phoronix.com/scan.php?page=news_item&px=ODU4Ng. 
  56. Moglen, Eben; Choudharyl, Mishi (February 26, 2016). "The Linux Kernel, CDDL and Related Issues". https://www.softwarefreedom.org/resources/2016/linux-kernel-cddl.html. 
  57. Kuhn, Bradley M.; Sandler, Karen M. (February 25, 2016). "GPL Violations Related to Combining ZFS and Linux". https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux/. 
  58. "Linus on GPLv3 and ZFS". Lwn.net. June 12, 2007. https://lwn.net/Articles/237905/. 
  59. Paul, Ryan (June 9, 2010). "Uptake of native Linux ZFS port hampered by license conflict". Ars Technica. https://arstechnica.com/information-technology/2010/06/uptake-of-native-linux-zfs-port-hampered-by-license-conflict/. 
  60. Rajgarhia, Aditya; Gehani, Ashish (November 23, 2012). "Performance and Extension of User Space File Systems". http://www.csl.sri.com/users/gehani/papers/SAC-2010.FUSE.pdf. 
  61. Behlendorf, Brian (2013-05-28). "spl/zfs-0.6.1 released". zfs-announce mailing list. https://groups.google.com/a/zfsonlinux.org/forum/?fromgroups=#!topic/zfs-announce/ZXADhyOwFfA. 
  62. "ZFS on Linux". http://zfsonlinux.org/. 
  63. 63.0 63.1 Ahrens, Matt; Behlendorf, Brian (2013-09-17). "LinuxCon 2013: OpenZFS". https://events.static.linuxfound.org/sites/events/files/slides/OpenZFS%20-%20LinuxCon_0.pdf. 
  64. "ZFS on Linux". http://zfsonlinux.org. 
  65. Darshin (August 24, 2010). "ZFS Port to Linux (all versions)". http://www.linuxforums.co.uk/viewtopic.php?f=16&t=3. 
  66. "Where can I get the ZFS for Linux source code?". http://www.stec-inc.com/press/kqi/supportfaq.php. 
  67. Phoronix (November 22, 2010). "Running The Native ZFS Linux Kernel Module, Plus Benchmarks". https://www.phoronix.com/scan.php?page=article&item=linux_kqzfs_benchmarks&num=1. 
  68. 68.0 68.1 "KQ ZFS Linux Is No Longer Actively Being Worked On". June 10, 2011. https://www.phoronix.com/scan.php?page=news_item&px=OTU1NQ. 
  69. "zfs-linux / zfs". https://github.com/zfs-linux/zfs. 
  70. "ZFS – Gentoo documentation". http://wiki.gentoo.org/wiki/ZFS. 
  71. "ZFS root". Slackware ZFS root. SlackWiki.com. http://slackwiki.com/ZFS_root. 
  72. "ZFS root (builtin)". Slackware ZFS root (builtin). SlackWiki.com. http://slackwiki.com/ZFS_root_%28builtin%29. 
  73. Michael Larabel (October 6, 2015). "Ubuntu Is Planning To Make The ZFS File-System A "Standard" Offering". Phoronix. https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-ZFS-Standard-Plans. 
  74. Dustin Kirkland (February 18, 2016). "ZFS Licensing and Linux". Ubuntu Insights. Canonical. https://insights.ubuntu.com/2016/02/18/zfs-licensing-and-linux/. 
  75. Are GPLv2 and CDDL incompatible? on hansenpartnership.com by James E.J. Bottomley "What the above analysis shows is that even though we presumed combination of GPLv2 and CDDL works to be a technical violation, there's no way actually to prosecute such a violation because we can't develop a convincing theory of harm resulting. Because this makes it impossible to take the case to court, effectively it must be concluded that the combination of GPLv2 and CDDL, provided you're following a GPLv2 compliance regime for all the code, is allowable." (February 23, 2016)
  76. Moglen, Eben; Choudhary, Mishi (February 26, 2016). "The Linux Kernel, CDDL and Related Issues". https://softwarefreedom.org/resources/2016/linux-kernel-cddl.html. 
  77. GPL Violations Related to Combining ZFS and Linux on sfconservancy.org by Bradley M. Kuhn and Karen M. Sandler "Ultimately, various Courts in the world will have to rule on the more general question of Linux combinations. Conservancy is committed to working towards achieving clarity on these questions in the long term. That work began in earnest last year with the VMware lawsuit, and our work in this area will continue indefinitely, as resources permit. We must do so, because, too often, companies are complacent about compliance. While we and other community-driven organizations have historically avoided lawsuits at any cost in the past, the absence of litigation on these questions caused many companies to treat the GPL as a weaker copyleft than it actually is." (February 25, 2016)
  78. GPL Violations Related to Combining ZFS and Linux on sfconservancy.org by Bradley M. Kuhn and Karen M. Sandler "Conservancy (as a Linux copyright holder ourselves), along with the members of our coalition in the GPL Compliance Project for Linux Developers, all agree that Canonical and others infringe Linux copyrights when they distribute zfs.ko."
  79. Ubuntu 16.04 LTS arrives today complete with forbidden ZFS on the theregister.com (April 21, 2016)
  80. "ZFS filesystem will be built into Ubuntu 16.04 LTS by default". Ars Technica. February 18, 2016. https://arstechnica.com/gadgets/2016/02/zfs-filesystem-will-be-built-into-ubuntu-16-04-lts-by-default/. 
  81. Larabel, Michael. "Taking ZFS For A Test Drive On Ubuntu 16.04 LTS". Phoronix Media. https://www.phoronix.com/scan.php?page=article&item=ubuntu-xenial-zfs&num=1. 
  82. "How to install ubuntu mate onto single sdd with zfs as main fs". ubuntu-mate.community. January 21, 2016. https://ubuntu-mate.community/t/how-to-install-ubuntu-mate-onto-single-sdd-with-zfs-as-main-fs/3535. 
  83. "Ubuntu ZFS support in 19.10: Introduction". August 6, 2019. https://didrocks.fr/2019/08/06/ubuntu-zfs-support-in-19.10-introduction/. 
  84. Salter, Jim (2019-10-10). "A detailed look at Ubuntu's new experimental ZFS installer" (in en-us). https://arstechnica.com/information-technology/2019/10/a-detailed-look-at-ubuntus-new-experimental-zfs-installer/. 
  85. "Software Status". https://www.truenas.com/software-status/. 
  86. "zfs-win". Google Search. Google Code Archive. https://code.google.com/archive/p/zfs-win/source/default/commits. 
  87. "Open ZFS File-System Running On Windows". Phoronix. https://www.phoronix.com/scan.php?page=news_item&px=OpenZFS-Windows. 
  88. "OpenZFS on Windows". GitHub. https://github.com/openzfsonwindows/ZFSin. 
  89. "illumos FAQs". illumos. http://wiki.illumos.org/display/illumos/illumos+FAQs. 
  90. "OpenZFS History". OpenZFS. http://open-zfs.org/wiki/History. 
  91. "Solaris ZFS Administration Guide, Appendix A ZFS Version Descriptions". Oracle Corporation. 2010. http://download.oracle.com/docs/cd/E19253-01/819-5461/appendixa-1/index.html. 
  92. "Oracle Solaris ZFS Version Descriptions". Oracle Corporation. https://docs.oracle.com/cd/E37838_01/html/E61017/appendixa-1.html#scrolltoc. 
  93. Siden, Christopher (January 2012). "ZFS Feature Flags". Delphix. p. 4. http://blog.delphix.com/csiden/files/2012/01/ZFS_Feature_Flags.pdf. 
  94. "/usr/src/uts/common/sys/fs/zfs.h (line 338)". illumos (GitHub). https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/sys/fs/zfs.h#L338. 
  95. "/usr/src/uts/common/fs/zfs/zfeature.c (line 89)". illumos (GitHub). https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/fs/zfs/zfeature.c#L89. 
  96. "Solaris ZFS Administration Guide, Appendix A ZFS Version Descriptions". Oracle Corporation. 2010. http://download.oracle.com/docs/cd/E19253-01/819-5461/appendixa-1/index.html. 
  97. "Oracle Solaris ZFS Version Descriptions". Oracle Corporation. http://docs.oracle.com/cd/E26502_01/html/E29007/appendixa-1.html#scrolltoc. 
  98. 98.0 98.1 98.2 98.3 98.4 98.5 98.6 98.7 Siden, Christopher (January 11, 2012). "ZFS Feature Flags (Illumos Meetup)". http://blog.delphix.com/csiden/files/2012/01/ZFS_Feature_Flags.pdf. 
  99. "OpenZFS Features – Feature flags". http://open-zfs.org/wiki/Features#Feature_Flags. 
  100. Siden, Christopher (January 2012). "ZFS Feature Flags". Delphix. p. 4. http://blog.delphix.com/csiden/files/2012/01/ZFS_Feature_Flags.pdf. 
  101. "/usr/src/uts/common/sys/fs/zfs.h (line 338)". illumos (GitHub). https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/sys/fs/zfs.h#L338. 
  102. "/usr/src/uts/common/fs/zfs/zfeature.c (line 89)". illumos (GitHub). https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/fs/zfs/zfeature.c#L89. 
  103. 103.0 103.1 "OpenZFS FAQ: Are storage pools created by OpenZFS portable between operating systems?". September 26, 2013. http://open-zfs.org/wiki/FAQ#Are_storage_pools_created_by_OpenZFS_portable_between_operating_systems.3F. 
  104. "Feature Flags — OpenZFS documentation". https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feature%20Flags.html. 
  105. "Feature Flags – OpenZFS". http://open-zfs.org/wiki/Feature_Flags#Feature_flags_implementation. 
  106. 106.00 106.01 106.02 106.03 106.04 106.05 106.06 106.07 106.08 106.09 106.10 106.11 106.12 106.13 106.14 106.15 106.16 106.17 106.18 106.19 "Archived copy". https://papers.freebsd.org/2019/BSDCan/jude-The_Future_of_OpenZFS_and_FreeBSD.files/jude-The_Future_of_OpenZFS_and_FreeBSD.pdf. 
  107. "OpenZFS Leadership Team - Meeting Agenda and Notes". https://docs.google.com/document/d/1w2jv2XVYFmBVvG1EGf-9A5HBVsjAYoLIFZAnWHhV-BM/edit. 

External links