3035 LZ4 compression support in ZFS and GRUB
commita6f561b4aee75d0d028e7b36b151c8ed8a86bc76
authorSašo Kiselkov <skiselkov.ml@gmail.com>
Wed, 16 Jan 2013 20:36:06 +0000 (16 12:36 -0800)
committerChristopher Siden <chris.siden@delphix.com>
Wed, 16 Jan 2013 20:36:06 +0000 (16 12:36 -0800)
treefd5a3129a7e57659878cb1f4786cd6fabb6398fd
parent7b1753e64ab6c8c68e7cd79acbedfdfba12bd7f8
3035 LZ4 compression support in ZFS and GRUB
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Christopher Siden <csiden@delphix.com>
22 files changed:
exception_lists/copyright
usr/src/common/zfs/zfeature_common.c
usr/src/common/zfs/zfeature_common.h
usr/src/common/zfs/zfs_prop.c
usr/src/grub/grub-0.97/stage2/Makefile.am
usr/src/grub/grub-0.97/stage2/Makefile.solaris
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
usr/src/grub/grub-0.97/stage2/fsys_zfs.h
usr/src/grub/grub-0.97/stage2/zfs-include/zio.h
usr/src/grub/grub-0.97/stage2/zfs_lz4.c [new file with mode: 0644]
usr/src/man/man1m/zfs.1m
usr/src/man/man5/zpool-features.5
usr/src/pkg/manifests/source-system-grub.mf
usr/src/pkg/manifests/system-file-system-zfs.mf
usr/src/uts/common/Makefile.files
usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 [new file with mode: 0644]
usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4.descrip [new file with mode: 0644]
usr/src/uts/common/fs/zfs/lz4.c [new file with mode: 0644]
usr/src/uts/common/fs/zfs/sys/zio.h
usr/src/uts/common/fs/zfs/sys/zio_compress.h
usr/src/uts/common/fs/zfs/zfs_ioctl.c
usr/src/uts/common/fs/zfs/zio_compress.c