freebsd-dev/sys/geom/uzip
Alexander Motin 2178f45b86 Fix GEOM_UZIP orphanization.
Previous code destroyed softc even with provider still open, that resulted
in panic under load.  This change postpones the free till the final close,
when we know for sure there will be no more I/O requests.

MFC after:	2 weeks
Sponsored by:	iXsystems, Inc.
2019-12-27 21:44:13 +00:00
..
g_uzip_cloop.h geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip_dapi.h 1.Improve handling around last compressed block of the file, which is 2016-06-29 18:19:05 +00:00
g_uzip_lzma.c Modularize xz. 2019-02-26 19:55:03 +00:00
g_uzip_lzma.h
g_uzip_softc.h
g_uzip_wrkthr.c
g_uzip_wrkthr.h
g_uzip_zlib.c Update geom_uzip to use new zlib: 2019-08-08 06:27:39 +00:00
g_uzip_zlib.h
g_uzip_zstd.c geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip_zstd.h geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
g_uzip.c Fix GEOM_UZIP orphanization. 2019-12-27 21:44:13 +00:00
g_uzip.h