Pawel Jakub Dawidek 1ba4a712dd Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.
This bring huge amount of changes, I'll enumerate only user-visible changes:

- Delegated Administration

	Allows regular users to perform ZFS operations, like file system
	creation, snapshot creation, etc.

- L2ARC

	Level 2 cache for ZFS - allows to use additional disks for cache.
	Huge performance improvements mostly for random read of mostly
	static content.

- slog

	Allow to use additional disks for ZFS Intent Log to speed up
	operations like fsync(2).

- vfs.zfs.super_owner

	Allows regular users to perform privileged operations on files stored
	on ZFS file systems owned by him. Very careful with this one.

- chflags(2)

	Not all the flags are supported. This still needs work.

- ZFSBoot

	Support to boot off of ZFS pool. Not finished, AFAIK.

	Submitted by:	dfr

- Snapshot properties

- New failure modes

	Before if write requested failed, system paniced. Now one
	can select from one of three failure modes:
	- panic - panic on write error
	- wait - wait for disk to reappear
	- continue - serve read requests if possible, block write requests

- Refquota, refreservation properties

	Just quota and reservation properties, but don't count space consumed
	by children file systems, clones and snapshots.

- Sparse volumes

	ZVOLs that don't reserve space in the pool.

- External attributes

	Compatible with extattr(2).

- NFSv4-ACLs

	Not sure about the status, might not be complete yet.

	Submitted by:	trasz

- Creation-time properties

- Regression tests for zpool(8) command.

Obtained from:	OpenSolaris
2008-11-17 20:49:29 +00:00
..
2004-08-30 03:35:17 +00:00
2008-05-19 01:53:47 +00:00
2006-10-15 14:22:14 +00:00
2008-04-07 11:26:13 +00:00
2006-07-27 19:12:49 +00:00
2005-02-25 06:59:56 +00:00
2004-08-16 15:24:03 +00:00
2004-09-04 03:32:15 +00:00
2008-11-14 01:56:11 +00:00
2005-10-18 06:11:08 +00:00
2004-10-13 05:41:09 +00:00
2006-02-26 17:51:22 +00:00
2008-08-23 20:59:12 +00:00
2005-10-05 05:26:03 +00:00
2006-11-11 15:02:04 +00:00
2007-03-19 17:34:31 +00:00
2004-12-29 08:44:30 +00:00
2007-06-13 02:08:04 +00:00
2007-07-03 12:46:08 +00:00
2006-09-22 22:11:29 +00:00
2006-03-12 19:06:06 +00:00
2008-05-22 21:53:15 +00:00
2008-05-27 01:54:45 +00:00
2008-04-12 14:20:22 +00:00
2008-11-06 10:53:35 +00:00
2006-12-13 02:37:48 +00:00
2007-03-11 15:20:04 +00:00
2008-11-06 10:53:35 +00:00
2005-09-20 06:48:55 +00:00
2005-05-10 12:02:18 +00:00
2006-10-29 17:23:54 +00:00
2006-06-18 05:04:42 +00:00
2005-03-14 16:04:27 +00:00
2008-05-05 20:19:33 +00:00
2008-08-07 20:51:51 +00:00
2008-11-05 15:04:03 +00:00
2006-07-25 00:45:55 +00:00
2005-02-09 08:35:24 +00:00
2007-06-29 05:23:15 +00:00
2005-08-10 04:01:21 +00:00