mirror_zfs/contrib/debian
Alexander Motin 49fbdd4533
Introduce zfs rewrite subcommand (#17246)
This allows to rewrite content of specified file(s) as-is without
modifications, but at a different location, compression, checksum,
dedup, copies and other parameter values.  It is faster than read
plus write, since it does not require data copying to user-space.
It is also faster for sync=always datasets, since without data
modification it does not require ZIL writing.  Also since it is
protected by normal range range locks, it can be done under any
other load.  Also it does not affect file's modification time or
other properties.

Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
Sponsored by:	iXsystems, Inc.
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Rob Norris <robn@despairlabs.com>
2025-05-12 10:22:17 -07:00
..
source Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
tree/zfs-initramfs/usr/share/initramfs-tools Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
.gitignore Add native-deb* targets to build native Debian packages 2022-12-13 17:33:05 -08:00
changelog.in Packaging: Auto-generate changelog during configure (#15528) 2023-11-16 08:58:47 -08:00
clean Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
control debian: Add libtirpc-dev dependency (#17220) 2025-04-07 17:06:44 -07:00
control.modules.in Work around Raspberry Pi kernel packaging oddities 2023-04-17 17:38:09 -07:00
copyright Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
Makefile.am Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
not-installed config: remove ZFS_GLOBAL_ZONE_PAGE_STATE and ZFS_ENUM_* generation 2024-09-18 11:23:50 -07:00
openzfs-libnvpair3.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libnvpair3.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libpam-zfs.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libpam-zfs.postinst Add native-deb* targets to build native Debian packages 2022-12-13 17:33:05 -08:00
openzfs-libpam-zfs.prerm Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libuutil3.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libuutil3.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libzfs6.docs Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
openzfs-libzfs6.install.in Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
openzfs-libzfs-dev.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libzfs-dev.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libzfsbootenv1.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libzfsbootenv1.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-libzpool6.docs Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
openzfs-libzpool6.install.in Bump SONAME of libzfs and libzpool 2024-10-06 14:49:33 -07:00
openzfs-python3-pyzfs.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.config Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.dkms Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.postinst Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.prerm Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.templates Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dkms.triggers Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-dracut.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-initramfs.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-modules-_KVERS_-di.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-modules-_KVERS_.install.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-modules-_KVERS_.postinst.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-modules-_KVERS_.postrm.in Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-test.install Move zinject from openzfs-zfs-test to openzfs-zfsutils 2023-08-08 09:40:36 -07:00
openzfs-zfs-zed.install Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfs-zed.postinst Add native-deb* targets to build native Debian packages 2022-12-13 17:33:05 -08:00
openzfs-zfs-zed.postrm Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfsutils.docs Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfsutils.examples Add native Debian Packaging for Linux 2022-10-27 15:38:45 -07:00
openzfs-zfsutils.install Introduce zfs rewrite subcommand (#17246) 2025-05-12 10:22:17 -07:00
openzfs-zfsutils.postinst Add native-deb* targets to build native Debian packages 2022-12-13 17:33:05 -08:00
rules.in Update path for zed in zfs-zed.service for native debian packages 2024-10-04 11:18:15 -07:00