]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - zfs/README.markdown
x86/speculation/mds: Add mitigation control for MDS
[mirror_ubuntu-bionic-kernel.git] / zfs / README.markdown
CommitLineData
86e3c28a 1<p align="center"><img src="http://zfsonlinux.org/images/zfs-linux.png"/></p>
70e083d2
TG
2ZFS is an advanced file system and volume manager which was originally
3developed for Solaris and is now maintained by the Illumos community.
4
5ZFS on Linux, which is also known as ZoL, is currently feature complete. It
86e3c28a
CIK
6includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers. And it's native!
7
8# Official Resources
9 * [Site](http://zfsonlinux.org)
10 * [Wiki](https://github.com/zfsonlinux/zfs/wiki)
11 * [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists)
12 * [OpenZFS site](http://open-zfs.org/)
70e083d2 13
86e3c28a 14# Installation
70e083d2 15Full documentation for installing ZoL on your favorite Linux distribution can
86e3c28a
CIK
16be found at [our site](http://zfsonlinux.org/).
17
18# Contribute & Develop
19We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).