]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/i386/isa/npx.c
MFV r323913: 8600 ZFS channel programs - snapshot
authorAndriy Gapon <avg@FreeBSD.org>
Mon, 2 Oct 2017 11:32:08 +0000 (11:32 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Mon, 2 Oct 2017 11:32:08 +0000 (11:32 +0000)
commit620c2c801be38928e0f67fd13cc420054b0f9404
tree526690e966f5f9a41bc25e2db00d91566f849094
parenta1f65a15ce9f10477902487970ffb80f0f792e82
parenta373b4201a9710f0aafcf47bad82450448074c16
MFV r323913: 8600 ZFS channel programs - snapshot

illumos/illumos-gate@2840dce1a029098fb784afd951d5f98089f850d8
https://github.com/illumos/illumos-gate/commit/2840dce1a029098fb784afd951d5f98089f850d8

https://www.illumos.org/issues/8600
  ZFS channel programs should be able to create snapshots.
  In addition to the base snapshot functionality, this will likely entail adding
  extra logic to handle edge cases which were formerly not possible, such as
  creating then destroying a snapshot in the same transaction sync.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Brad Lewis <brad.lewis@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Chris Williamson <chris.williamson@delphix.com>

MFC after: 5 weeks
X-MFC after: r324163
cddl/contrib/opensolaris/cmd/zfs/zfs-program.8
cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zcp.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp_global.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp_synctask.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c