mirror_zfs/cmd
Alan Somers ccf89b39fe
Add a "zstream decompress" subcommand
It can be used to repair a ZFS file system corrupted by ZFS bug #12762.
Use it like this:

zfs send -c <DS> | \
zstream decompress <OBJECT>,<OFFSET>[,<COMPRESSION_ALGO>] ... | \
zfs recv <DST_DS>

Reviewed-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Allan Jude <allan@klarasystems.com>
Signed-off-by: Alan Somers <asomers@gmail.com>
Sponsored-by:  Axcient
Workaround for #12762
Closes #13256
2022-06-24 13:28:42 -07:00
..
raidz_test
zdb zdb: Fix handling of nul termination in symlink targets 2022-05-20 10:32:49 -07:00
zed Replace EXTRA_DIST with dist_noinst_DATA 2022-05-26 09:24:50 -07:00
zfs Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property 2022-06-14 11:27:53 -07:00
zinject
zpool Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property 2022-06-14 11:27:53 -07:00
zpool_influxdb
zstream Add a "zstream decompress" subcommand 2022-06-24 13:28:42 -07:00
arc_summary
arcstat.in
dbufstat.in
fsck.zfs.in
Makefile.am Replace EXTRA_DIST with dist_noinst_DATA 2022-05-26 09:24:50 -07:00
mount_zfs.c
zfs_ids_to_path.c
zgenhostid.c
zhack.c
ztest.c Introduce BLAKE3 checksums as an OpenZFS feature 2022-06-08 15:55:57 -07:00
zvol_wait