]> git.proxmox.com Git - mirror_zfs.git/commit - man/man5/zpool-features.5
Illumos 4924 - LZ4 Compression for metadata
authorDaniil Lunev <d.lunev.mail@gmail.com>
Sat, 18 Oct 2014 15:58:11 +0000 (11:58 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 20 Oct 2014 23:17:49 +0000 (16:17 -0700)
commit62bdd5eb7a35288cc25c5ae968bcd0f08889f986
tree35760de9fb45f308b375401b99a919aeb1ccaeb3
parentba232d8aead62e2af9c195c2802b89dbc891d5ef
Illumos 4924 - LZ4 Compression for metadata

Reviewed by Matthew Ahrens <mahrens@delphix.com>
Reviewed by Saso Kiselkov <skiselkov.ml@gmail.com>
Approved by: Christopher Siden <christopher.siden@delphix.com>

References:
  https://github.com/illumos/illumos-gate/commit/b8289d2
  https://www.illumos.org/issues/3756

Porting notes:

The static function zfs_prop_activate_feature() was removed because
this change removes the only caller.  The function was not removed
from Illumos but instead left as dead code.  However, to keep gcc
happy it was removed from Linux and may be easily restored if needed.

Ported by: DHE <git@dehacked.net>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1540
man/man5/zpool-features.5
module/zfs/dmu.c
module/zfs/spa.c
module/zfs/zfeature_common.c
module/zfs/zfs_ioctl.c