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
..
2008-09-21 00:27:16 +00:00
2006-12-28 04:58:38 +00:00
2008-07-29 17:02:00 +00:00
2007-03-09 14:36:18 +00:00
2007-03-28 07:48:03 +00:00
2007-03-10 07:10:01 +00:00
2007-03-10 07:11:20 +00:00
2006-09-25 15:06:24 +00:00
2008-07-10 13:26:46 +00:00
2005-11-18 10:36:29 +00:00
2006-12-24 19:55:38 +00:00
2008-03-03 08:32:58 +00:00
2006-12-18 15:36:31 +00:00
2006-07-27 14:20:14 +00:00
2006-12-24 14:23:35 +00:00
2006-09-13 05:06:12 +00:00
2007-11-09 16:31:47 +00:00
2008-08-02 12:04:59 +00:00
2006-08-20 15:52:17 +00:00
2008-02-05 17:34:44 +00:00
2007-11-30 11:02:36 +00:00
2006-12-26 10:37:37 +00:00
2006-07-18 10:19:46 +00:00
2006-12-15 14:14:17 +00:00
2007-03-04 08:24:13 +00:00
2006-09-29 15:20:48 +00:00
2008-02-19 07:09:19 +00:00
2008-10-17 21:14:50 +00:00
2007-03-25 18:37:59 +00:00
2007-11-07 07:59:38 +00:00
2006-12-26 12:43:12 +00:00
2008-06-08 12:43:02 +00:00
2005-11-13 21:03:56 +00:00
2008-06-17 18:56:04 +00:00
2008-05-19 11:35:11 +00:00
2008-01-16 19:27:43 +00:00
2006-10-12 21:10:55 +00:00
2007-01-20 08:24:02 +00:00
2007-02-27 12:06:02 +00:00
2008-06-30 17:16:05 +00:00
2006-08-29 18:11:20 +00:00
2006-12-23 19:15:39 +00:00
2008-01-15 07:40:30 +00:00
2006-12-14 00:02:44 +00:00
2006-12-13 12:09:41 +00:00
2008-04-04 21:35:13 +00:00
2008-05-13 09:42:03 +00:00
2006-12-28 10:58:06 +00:00