Discussion:
libsa xzfs_fsops?
(too old to reply)
Bjoern A. Zeeb
2024-01-16 10:16:14 UTC
Permalink
Hi,

how hard would it be to add xzfs_fsops to libsa like we already have for
gz and bz2 and lz4(undocumented?) ?

/bz
--
Bjoern A. Zeeb r15:7


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Warner Losh
2024-01-17 16:27:36 UTC
Permalink
On Tue, Jan 16, 2024 at 3:16 AM Bjoern A. Zeeb <
Post by Bjoern A. Zeeb
how hard would it be to add xzfs_fsops to libsa like we already have for
gz and bz2 and lz4(undocumented?) ?
It wouldn't be horribly hard, though those hooks are for filesystems full
of files that
are compressed, which is funky to generate and not well supported after
boot.

Patches to fix the lz4 oversight are welcome. The loader was a dumping
ground for many years, and it grew lz4 support during this time.

It would also almost certainly not be in the x86 BIOS boot path: that's
already too large and so it's closed to new features (at least by default,
you can customize it however you want).

Warner

Loading...