zfs/man
Pawel Jakub Dawidek 67a1b03791
Implementation of block cloning for ZFS
Block Cloning allows to manually clone a file (or a subset of its
blocks) into another (or the same) file by just creating additional
references to the data blocks without copying the data itself.
Those references are kept in the Block Reference Tables (BRTs).

The whole design of block cloning is documented in module/zfs/brt.c.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Christian Schwarz <christian.schwarz@nutanix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Rich Ercolani <rincebrain@gmail.com>
Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net>
Closes #13392
2023-03-10 11:59:53 -08:00
..
man1 Update arc_summary and arcstat outputs 2023-01-05 09:29:13 -08:00
man4 More adaptive ARC eviction 2023-03-08 11:17:23 -08:00
man5 Consistentify miscellaneous style on remaining manpages 2021-06-09 14:35:53 -07:00
man7 Implementation of block cloning for ZFS 2023-03-10 11:59:53 -08:00
man8 zdb: add decryption support 2023-03-02 13:39:09 -08:00
Makefile.am Add vdevprops.7 to the Makefile 2023-02-27 16:38:09 -08:00