Difference between revisions of "Main Page"

From OpenZFS
Jump to navigation Jump to search
(added 2022 ozds dates)
Line 2: Line 2:
__NOTOC__
__NOTOC__


== [[OpenZFS Developer Summit 2021]] ==
== [[OpenZFS Developer Summit 2022]] ==


[[File:OZDS2021.png| right | 290px | OpenZFS Dev Summit 2021]]
Announcing dates for 2022 OpenZFS Developer Summit:
The ninth annual OpenZFS Developer Summit was held Nov 8-9, 2021.


===Key Dates===
{| class="wikitable"
{| class="wikitable"
|-
|-
!Title!!Speaker!!Company!!Slides/video
| Jul 19, 2022 || Conference registration opens<br><br>Begin submitting Abstract / Presentation proposals
|-
|-
|State of OpenZFS||Matt Ahrens||||[https://docs.google.com/presentation/d/1xSVYa7F4UGgMtLdyzbeUktJIlwtrPBMPIJvGFYjx3Vc/edit?usp=sharing slides] [https://youtu.be/RiLSdwx1yhU video]
| Aug 29, 2021 || Abstract / Presentation proposal deadline
|-
|-
|[[OpenZFS_Developer_Summit_2021_talks#The_Addition_of_Direct_IO_to_ZFS_.28Brian_Atkinson.29 | DirectIO for ZFS]]||Brian Atkinson||Los Alamos National Lab||[https://docs.google.com/presentation/d/1f9bE1S6KqwHWVJtsOOfCu_cVKAFQO94h/edit?usp=sharing&ouid=112595186103367032517&rtpof=true&sd=true slides] [https://youtu.be/cWI5_Kzlf3U video]
| Sep 9, 2021 || Selected speakers notified
|-
|-
|[[OpenZFS_Developer_Summit_2021_talks#ZFS_on_Object_Storage_.28Delphix_Team.29 | ZFS on Object Storage]]||George Wilson, Matt Ahrens, Paul Dagnelie, Manoj Joseph||Delphix||[https://docs.google.com/presentation/d/1HCswW3mvc2Nnn0EdkNWAptQ_T1W9kjjBwEDDXwSco7k/edit?usp=sharing slides] [https://youtu.be/opW9KhjOQ3Q video]
| '''Oct 24-25, 2022''' || '''Conference'''
|-
|[[OpenZFS_Developer_Summit_2021_talks#ZFS_performance_on_Windows_.28Imtiaz_Mohammad.29 | ZFS performance on Windows]]||Imtiaz Mohammad||DataCore||[https://docs.google.com/presentation/d/1vcKWOCgw5G3YLiNSolWXg26eK4w7a_iG/edit?usp=sharing&ouid=112595186103367032517&rtpof=true&sd=true slides] [https://youtu.be/DmJ0uxF0wes video]
|-
|[[OpenZFS_Developer_Summit_2021_talks#A_New_ZIL_That_Keeps_Up_With_Persistent_Memory_Latency_.28Christian_Schwarz.29 | A New ZIL That Keeps Up With Persistent Memory Latency]]||Christian Schwarz||Independent||[https://docs.google.com/presentation/d/1kiWrpqvl8T9gHjZmG7Pk0f7mE5LEPCmZnbtUFUsuM9g/edit?usp=sharing slides] [https://youtu.be/2ouRsQEbusk video]
|-
|[[OpenZFS_Developer_Summit_2021_talks#ZettaCache:_fast_access_to_slow_storage_.28Mark_Maybee.2C_Serapheim_Dimitropoulos.29 | ZettaCache: fast access to slow storage]]||Mark Maybee, Serapheim Dimitropoulos||Delphix||[https://docs.google.com/presentation/d/1r2P2kQHozr_RDLLf5JgPXqJOdVE7VlxH9B92jGAODLI/edit?usp=sharing slides] [https://youtu.be/GgPOO82OxEI video]
|-
|[[OpenZFS_Developer_Summit_2021_talks#Improving_ZFS_send.2Frecv_.28Jitendra_Patidar.29 | Improving ZFS send/recv]]||Jitendra Patidar||Nutanix||[https://docs.google.com/presentation/d/1DHXaBQcw3MmeZzg-Y5FEgStGEFHi4IfwN5VfgzNLKPA/edit?usp=sharing slides] [https://youtu.be/B6HFHPXJYGc video]
|-
|[[OpenZFS_Developer_Summit_2021_talks#Adding_Logical_Quotas_to_ZFS_.28Sanjeev_Bagewadi.29 | Adding Logical Quotas to ZFS]]||Sanjeev Bagewadi|| Nutanix||[https://docs.google.com/presentation/d/1o2bhd5eKNoJhzqyj9GjA7lsZPhATL6NxozvZ5XCOjUo/edit?usp=sharing slides] [https://youtu.be/7dG9QPG7RoA video]
|-
|[[OpenZFS_Developer_Summit_2021_talks#VDEV_Properties_.28Allan_Jude.29 | VDEV Properties]]||Allan Jude, Mark Maybee||Klara Systems, Delphix||[https://docs.google.com/presentation/d/10JXk6Rmvee86eoTLr-SNy13pwKknO7UU/edit?usp=sharing&ouid=112595186103367032517&rtpof=true&sd=true slides] [https://youtu.be/Yy8fhyrBV-Y video]
|}
|}
See [[OpenZFS Developer Summit 2021]] for presentations and information about last year's (virtual) conference.


Hackathon presentations [https://youtu.be/AkWVDs5VZIY video]


== Introduction to OpenZFS ==
== Introduction to OpenZFS ==

Revision as of 00:01, 19 July 2022

Welcome to OpenZFS

OpenZFS Developer Summit 2022

Announcing dates for 2022 OpenZFS Developer Summit:

Key Dates

Jul 19, 2022 Conference registration opens

Begin submitting Abstract / Presentation proposals
Aug 29, 2021 Abstract / Presentation proposal deadline
Sep 9, 2021 Selected speakers notified
Oct 24-25, 2022 Conference

See OpenZFS Developer Summit 2021 for presentations and information about last year's (virtual) conference.


Introduction to OpenZFS

OpenZFS is an open-source storage platform. It includes the functionality of both traditional file systems and volume manager. It has many advanced features including:

  • Protection against data corruption. Integrity checking for both data and metadata.
  • Continuous integrity verification and automatic “self-healing” repair
    • Data redundancy with mirroring, RAID-Z1/2/3 [and DRAID]
  • Support for high storage capacities — up to 256 trillion yobibytes (2^128 bytes)
  • Space-saving with transparent compression using LZ4, GZIP or ZSTD
  • Hardware-accelerated native encryption
  • Efficient storage with snapshots and copy-on-write clones
  • Efficient local or remote replication — send only changed blocks with ZFS send and receive

Contributing to OpenZFS

The OpenZFS project brings together developers from the Linux, FreeBSD, illumos, MacOS, and Windows platforms. OpenZFS is supported by a wide range of companies.

There are many ways to contribute to OpenZFS including:

Get Started with OpenZFS

Frequently Asked Questions

OpenZFS concepts

A non-exhaustive list of OpenZFS features

OpenZFS Technical Resources

How to install OpenZFS

OpenZFS manual pages

Feature Details. Detailed subsystem/feature blogs, on-disk format specifications: Developer Resources

We accept donations to cover our ongoing costs.

OpenZFS is an associated project of SPI (Software in the Public Interest). SPI is a 501(c)(3) nonprofit organization which handles our donations, finances, and legal holdings. You can donate through paypal using the link below:



Twitter