]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: merge in all new features and improvements into geom_uzip(8) from current,
authorsobomax <sobomax@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jul 2016 23:49:26 +0000 (23:49 +0000)
committersobomax <sobomax@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jul 2016 23:49:26 +0000 (23:49 +0000)
commit87552b0788e36b8b034bdf41cf309150867cf103
tree92bf463e6a2d2d27dbdffa569e83bf23474c0db1
parent4e5ac741882c7fd561faa9b3ce6341da4bde1afd
MFC: merge in all new features and improvements into geom_uzip(8) from current,
which includes:

 o LZMA compression;
 o block de-duplication;
 o performance improvements;
 o pop out worker kthread to do extraction.

This includes the following revisions:
 r295943,r295952,r298502,r298619,r299195,r302284

Suggested by: emaste

git-svn-id: svn://svn.freebsd.org/base/stable/10@303167 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
sys/conf/files
sys/geom/uzip/g_uzip.c
sys/geom/uzip/g_uzip.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_cloop.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_dapi.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_lzma.c [new file with mode: 0644]
sys/geom/uzip/g_uzip_lzma.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_softc.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_wrkthr.c [new file with mode: 0644]
sys/geom/uzip/g_uzip_wrkthr.h [new file with mode: 0644]
sys/geom/uzip/g_uzip_zlib.c [new file with mode: 0644]
sys/geom/uzip/g_uzip_zlib.h [new file with mode: 0644]
sys/modules/geom/geom_uzip/Makefile