[Bug 153173] [zfs] booting from a gzip-compressed dataset doesn't work
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 19:20:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153173
--- Comment #19 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e50e40684aa61526327be713de512e0f9934477f
commit e50e40684aa61526327be713de512e0f9934477f
Author: Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2022-05-25 18:53:57 +0000
Commit: Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2022-06-09 17:54:30 +0000
loader: add support for gzip compression
As we do have zlib code in loader, we should also support gzip
compression in zfs.
PR: 153173
Submitted by: Mikhail Zakharov <zmey20000@yahoo.com>
Reviewed by: imp, markj, delphij
Differential Revision: https://reviews.freebsd.org/D35320
MFC after: 1 month
sys/cddl/boot/zfs/README | 1 +
sys/cddl/boot/zfs/gzip.c (new) | 96 ++++++++++++++++++++++++++++++++++++++++++
sys/cddl/boot/zfs/zfssubr.c | 19 +++++----
3 files changed, 107 insertions(+), 9 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.