Illumos #2703: add mechanism to report ZFS send progress
authorBill Pijewski <wdp@joyent.com>
Wed, 9 May 2012 22:05:14 +0000 (15:05 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 19 Sep 2012 20:39:06 +0000 (13:39 -0700)
commit37abac6d559a1da8ab8e5379442f491b73998f6a
treeca8b1111122302e6151581c3524342dbb5cfff65
parent1bd201e70d57464fd26bf9089ea4b44fd49e4f2d
Illumos #2703: add mechanism to report ZFS send progress

Reviewed by: Matt Ahrens <matt@delphix.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Eric Schrock <Eric.Schrock@delphix.com>

References:
  https://www.illumos.org/issues/2703

Ported by: Martin Matuska <martin@matuska.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
12 files changed:
cmd/zfs/zfs_main.c
include/libzfs.h
include/sys/dmu.h
include/sys/dmu_impl.h
include/sys/dsl_dataset.h
include/sys/fs/zfs.h
include/sys/zfs_context.h
lib/libzfs/libzfs_sendrecv.c
man/man8/zfs.8
module/zfs/dmu_send.c
module/zfs/dsl_dataset.c
module/zfs/zfs_ioctl.c