ZFS on Linux - the official OpenZFS implementation for Linux.
C Shell Assembly M4 Python Makefile Other
Latest commit 09ec770 Mar 13, 2017 @behlendorf behlendorf committed on GitHub Align mount options handling and type/function names with OpenZFS
Refactor the temporary mount option in a way which minimizes
differences with upstream.  Additionally, replace the zfs_sb_t
type with zfsvfs_t and rename several functions to be consistent
with the upstream names.

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Tim Chase <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #5876
Permalink
Failed to load latest commit information.
.github Further work on Github usability (issue templates) Jan 3, 2017
cmd Rename zfs_* functions Mar 10, 2017
config [icp] fpu and asm cleanup for linux Mar 7, 2017
contrib Fix initramfs hook for merged /usr/lib and /lib Feb 27, 2017
etc OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space Mar 7, 2017
include Restructure mount option handling Mar 10, 2017
lib Fix nfs snapdir automount Mar 8, 2017
man Fix nfs snapdir automount Mar 8, 2017
module Restructure mount option handling Mar 10, 2017
rpm Fix powerpc build Mar 6, 2017
scripts Enable shellcheck to run for select scripts Mar 9, 2017
tests Dump unique configurations and Uberblocks in zdb -lu Mar 7, 2017
udev Fix spelling Jan 3, 2017
.gitignore Update .gitignore Oct 19, 2016
.gitmodules Add zimport.sh compatibility test script Feb 21, 2014
AUTHORS Add a missing > to AUTHORS Sep 2, 2014
COPYRIGHT Update ZED copyright boilerplate May 11, 2015
DISCLAIMER Fix minor typos and update marketing copy. Mar 21, 2013
META Tag 0.7.0-rc3 Jan 20, 2017
Makefile.am Suppress cppcheck nullPointer error in zfs_write Mar 10, 2017
OPENSOLARIS.LICENSE Add CDDL license file Dec 1, 2008
README.markdown Add CONTRIBUTING information and templates Dec 9, 2016
TEST Move ziltest.sh to the ZTS framework Feb 9, 2017
autogen.sh build: do not call boilerplate ourself Apr 2, 2013
configure.ac OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space Mar 7, 2017
copy-builtin Illumos Crypto Port module added to enable native encryption in zfs Jul 20, 2016
zfs-script-config.sh.in Add auto-online test for ZED/FMA as part of the ZTS Mar 1, 2017
zfs.release.in Move zfs.release generation to configure step Jul 12, 2012

README.markdown

ZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the Illumos community.

ZFS on Linux, which is also known as ZoL, is currently feature complete. It includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers. And it's native!

Official Resources

Installation

Full documentation for installing ZoL on your favorite Linux distribution can be found at our site.

Contribute & Develop

We have a separate document with contribution guidelines.