]> git.proxmox.com Git - mirror_zfs.git/commit
Merge branch 'illumos-2605'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 29 Jun 2016 18:26:30 +0000 (11:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 29 Jun 2016 20:42:23 +0000 (13:42 -0700)
commit5c27b296055301f13103ca0aa98c2ded01dcd9a0
tree4813f9cb944c53140de7a12710f0ca7b12e3ec27
parent669cf0ab298dd66e512b37f6c4a42aee2d767b80
parent0dab2e84fcecff2806287efacb7c6205f346f69d
Merge branch 'illumos-2605'

Adds support for resuming interrupted zfs send streams and include
all related send/recv bug fixes from upstream OpenZFS.

Unlike the upstream implementation this branch does not change
the existing ioctl interface.  Instead a new ZFS_IOC_RECV_NEW ioctl
was added to support resuming zfs send streams.  This was done by
applying the original upstream patch and then reverting the ioctl
changes in a follow up patch.  For this reason there are a handful
on commits between the relevant patches on this branch which are
not interoperable.  This was done to make it easier to extract
the new ZFS_IOC_RECV_NEW and submit it upstream.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4742