ZFS is a new type of file system that provides simple administration, transactional semantics, end-to-end data integrity, and immense scalability. It uses a pooled storage model that eliminates volumes and partitions, and associated problems. All operations are copy-on-write transactions to keep the on-disk state valid. ZFS provides data integrity through checksumming, self-healing capabilities, and disk scrubbing to detect and repair errors. It is highly scalable with no limits on file systems, files per directory, or other aspects. Snapshots provide space-efficient incremental backups. ZFS delivers improved performance through pipelined I/O and built-in compression.