Name Date Size #Lines LOC

..06-May-2025-

.github/H06-May-2025-1,2831,040

cmd/H06-May-2025-76,99956,077

config/H06-May-2025-18,91717,189

contrib/H06-May-2025-16,06212,552

etc/H06-May-2025-2,8742,069

include/H06-May-2025-90,67764,734

lib/H06-May-2025-74,63955,456

man/H06-May-2025-26,72226,559

module/H06-May-2025-392,608276,512

rpm/H06-May-2025-1,8441,577

scripts/H06-May-2025-4,6223,206

tests/H06-May-2025-186,53989,659

udev/H06-May-2025-945547

.cirrus.ymlH A D06-May-2025587 2220

.editorconfigH A D06-May-2025138 118

.gitignoreH A D06-May-20251 KiB9185

.mailmapH A D06-May-202513 KiB214209

AUTHORSH A D06-May-202526.8 KiB673667

CODE_OF_CONDUCT.mdH A D06-May-2025145 32

COPYRIGHTH A D06-May-20251.6 KiB3224

LICENSEH A D06-May-202518.5 KiB385313

METAH A D06-May-2025198 1110

Makefile.amH A D06-May-20255.8 KiB208171

NEWSH A D06-May-202594 42

NOTICEH A D06-May-20251.1 KiB1715

README.mdH A D06-May-20251.7 KiB3623

RELEASES.mdH A D06-May-20252.2 KiB3831

TESTH A D06-May-20251.3 KiB510

autogen.shH A D06-May-20251.7 KiB6343

configure.acH A D06-May-20252.4 KiB9083

copy-builtinH A D06-May-20251.2 KiB5136

zfs.release.inH A D06-May-202538 21

README.md

1![img](https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png)
2
3OpenZFS is an advanced file system and volume manager which was originally
4developed for Solaris and is now maintained by the OpenZFS community.
5This repository contains the code for running OpenZFS on Linux and FreeBSD.
6
7[![codecov](https://codecov.io/gh/openzfs/zfs/branch/master/graph/badge.svg)](https://codecov.io/gh/openzfs/zfs)
8[![coverity](https://scan.coverity.com/projects/1973/badge.svg)](https://scan.coverity.com/projects/openzfs-zfs)
9
10# Official Resources
11
12  * [Documentation](https://openzfs.github.io/openzfs-docs/) - for using and developing this repo
13  * [ZoL Site](https://zfsonlinux.org) - Linux release info & links
14  * [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
15  * [OpenZFS site](https://openzfs.org/) - for conference videos and info on other platforms (illumos, OSX, Windows, etc)
16
17# Installation
18
19Full documentation for installing OpenZFS on your favorite operating system can
20be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
21
22# Contribute & Develop
23
24We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).
25
26We have a [Code of Conduct](./CODE_OF_CONDUCT.md).
27
28# Release
29
30OpenZFS is released under a CDDL license.
31For more details see the NOTICE, LICENSE and COPYRIGHT files; `UCRL-CODE-235197`
32
33# Supported Kernels
34  * The `META` file contains the officially recognized supported Linux kernel versions.
35  * Supported FreeBSD versions are any supported branches and releases starting from 12.4-RELEASE.
36