mirror_zfs/man
Alexander Motin 809b553940 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-08-07 12:34:28 -04:00
..
man1 Harmonize on American spelling in several places 2025-04-16 09:59:45 -07:00
man4 Default to zfs_bclone_wait_dirty=1 2025-08-05 12:33:30 -04:00
man5 SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
man7 Increase meta-dnode redundancy in "some" mode 2025-08-05 13:15:44 -04:00
man8 Introduce zfs rewrite subcommand (#17246) 2025-08-07 12:34:28 -04:00
Makefile.am Introduce zfs rewrite subcommand (#17246) 2025-08-07 12:34:28 -04:00