Date: Thu, 09 Jun 2022 19:20:26 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 153173] [zfs] booting from a gzip-compressed dataset doesn't work Message-ID: <bug-153173-3630-MwyXmikczi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-153173-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-153173-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D153173 --- Comment #19 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3De50e40684aa61526327be713de512e0f9= 934477f 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-153173-3630-MwyXmikczi>