Print this page
NEX-16623 Ability to set properties for multiple datasets/snapshots during single sync-round
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
6051 lzc_receive: allow the caller to read the begin record
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
2605 want to resume interrupted zfs send
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed by: Xin Li <delphij@freebsd.org>
Reviewed by: Arne Jansen <sensille@gmx.net>
Approved by: Dan McDonald <danmcd@omniti.com>
NEX-3723 Want ZFS dataset bulk listing support
Reviewed by: Josef Sipek <josef.sipek@nexenta.com>
re #13850 Refactor ZFS config discovery IOCs to libzfs_core patterns

@@ -17,10 +17,11 @@
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2013 Nexenta Systems Inc.  All rights reserved.
 # Copyright (c) 2012, 2016 by Delphix. All rights reserved.
 # Copyright 2017 RackTop Systems.
 #
 # MAPFILE HEADER START
 #

@@ -35,10 +36,23 @@
 # MAPFILE HEADER END
 #
 
 $mapfile_version 2
 
+SYMBOL_VERSION SUNWprivate {
+    global:
+
+        lzc_bulk_list;
+        lzc_has_snaps;
+        lzc_objset_stats;
+        lzc_pool_configs;
+        lzc_pool_get_props;
+        lzc_pool_stats;
+        lzc_set_props_mds;
+        lzc_snapshot_list_next;
+};
+
 SYMBOL_VERSION ILLUMOS_0.1 {
     global:
 
         libzfs_core_fini;
         libzfs_core_init;

@@ -56,11 +70,10 @@
         lzc_hold;
         lzc_receive;
         lzc_receive_resumable;
         lzc_receive_with_header;
         lzc_release;
-        lzc_remap;
         lzc_rollback;
         lzc_rollback_to;
         lzc_send;
         lzc_send_resume;
         lzc_send_space;