]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Replace ZFS on Linux references with OpenZFS
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Oct 2020 03:10:13 +0000 (20:10 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 03:10:13 +0000 (20:10 -0700)
This change updates the documentation to refer to the project
as OpenZFS instead ZFS on Linux.  Web links have been updated
to refer to https://github.com/openzfs/zfs.  The extraneous
zfsonlinux.org web links in the ZED and SPL sources have been
dropped.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11007

120 files changed:
CODE_OF_CONDUCT.md
cmd/arc_summary/arc_summary2
cmd/arc_summary/arc_summary3
cmd/zed/agents/zfs_agents.c
cmd/zed/agents/zfs_mod.c
cmd/zed/agents/zfs_retire.c
cmd/zed/zed.c
cmd/zed/zed.h
cmd/zed/zed_conf.c
cmd/zed/zed_conf.h
cmd/zed/zed_event.c
cmd/zed/zed_event.h
cmd/zed/zed_exec.c
cmd/zed/zed_exec.h
cmd/zed/zed_file.c
cmd/zed/zed_file.h
cmd/zed/zed_log.c
cmd/zed/zed_log.h
cmd/zed/zed_strings.c
cmd/zed/zed_strings.h
cmd/zvol_id/Makefile.am
contrib/dracut/90zfs/module-setup.sh.in
contrib/pyzfs/README
contrib/pyzfs/libzfs_core/__init__.py
copy-builtin
etc/init.d/README.md
include/os/freebsd/spl/sys/kstat.h
include/os/freebsd/spl/sys/sunddi.h
include/os/linux/spl/rpc/xdr.h
include/os/linux/spl/sys/acl.h
include/os/linux/spl/sys/atomic.h
include/os/linux/spl/sys/byteorder.h
include/os/linux/spl/sys/callb.h
include/os/linux/spl/sys/callo.h
include/os/linux/spl/sys/cmn_err.h
include/os/linux/spl/sys/condvar.h
include/os/linux/spl/sys/console.h
include/os/linux/spl/sys/cred.h
include/os/linux/spl/sys/ctype.h
include/os/linux/spl/sys/debug.h
include/os/linux/spl/sys/disp.h
include/os/linux/spl/sys/dkio.h
include/os/linux/spl/sys/fcntl.h
include/os/linux/spl/sys/file.h
include/os/linux/spl/sys/inttypes.h
include/os/linux/spl/sys/isa_defs.h
include/os/linux/spl/sys/kmem.h
include/os/linux/spl/sys/kmem_cache.h
include/os/linux/spl/sys/kstat.h
include/os/linux/spl/sys/list.h
include/os/linux/spl/sys/mod_os.h
include/os/linux/spl/sys/mutex.h
include/os/linux/spl/sys/param.h
include/os/linux/spl/sys/proc.h
include/os/linux/spl/sys/processor.h
include/os/linux/spl/sys/random.h
include/os/linux/spl/sys/rwlock.h
include/os/linux/spl/sys/shrinker.h
include/os/linux/spl/sys/sid.h
include/os/linux/spl/sys/signal.h
include/os/linux/spl/sys/simd.h
include/os/linux/spl/sys/stat.h
include/os/linux/spl/sys/strings.h
include/os/linux/spl/sys/sunddi.h
include/os/linux/spl/sys/sysmacros.h
include/os/linux/spl/sys/systeminfo.h
include/os/linux/spl/sys/taskq.h
include/os/linux/spl/sys/thread.h
include/os/linux/spl/sys/time.h
include/os/linux/spl/sys/timer.h
include/os/linux/spl/sys/tsd.h
include/os/linux/spl/sys/types.h
include/os/linux/spl/sys/types32.h
include/os/linux/spl/sys/uio.h
include/os/linux/spl/sys/user.h
include/os/linux/spl/sys/vfs.h
include/os/linux/spl/sys/vmem.h
include/os/linux/spl/sys/vmsystm.h
include/os/linux/spl/sys/vnode.h
include/os/linux/spl/sys/wait.h
include/os/linux/spl/sys/zmod.h
include/os/linux/spl/sys/zone.h
include/sys/mod.h
include/sys/pathname.h
lib/libzfsbootenv/libzfsbootenv.pc.in
lib/libzutil/os/linux/zutil_import_os.c
man/man1/raidz_test.1
man/man5/zfs-module-parameters.5
man/man8/zed.8.in
man/man8/zpool.8
module/os/linux/spl/README.md
module/os/linux/spl/spl-atomic.c
module/os/linux/spl/spl-condvar.c
module/os/linux/spl/spl-cred.c
module/os/linux/spl/spl-err.c
module/os/linux/spl/spl-generic.c
module/os/linux/spl/spl-kmem-cache.c
module/os/linux/spl/spl-kmem.c
module/os/linux/spl/spl-kstat.c
module/os/linux/spl/spl-proc.c
module/os/linux/spl/spl-taskq.c
module/os/linux/spl/spl-thread.c
module/os/linux/spl/spl-tsd.c
module/os/linux/spl/spl-vmem.c
module/os/linux/spl/spl-xdr.c
module/os/linux/spl/spl-zlib.c
module/zfs/pathname.c
module/zfs/spa.c
module/zfs/vdev_label.c
rpm/generic/zfs-dkms.spec.in
rpm/generic/zfs-kmod.spec.in
rpm/generic/zfs.spec.in
rpm/redhat/zfs-kmod.spec.in
scripts/zimport.sh
tests/zfs-tests/tests/functional/acl/posix/posix_003_pos.ksh
tests/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_number_props.zcp
tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_test_race.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_sparse.ksh
tests/zfs-tests/tests/functional/rsend/rsend_008_pos.ksh
tests/zfs-tests/tests/functional/rsend/send_freeobjects.ksh

index d314a66b4e2da17eb84d7f91a3977def98c3ba43..2dcc251e553db98737c520a453e701dae87b4b63 100644 (file)
@@ -1,2 +1,2 @@
 The [OpenZFS Code of Conduct](http://www.open-zfs.org/wiki/Code_of_Conduct)
-applies to spaces associated with the ZFS on Linux project, including GitHub.
+applies to spaces associated with the OpenZFS project, including GitHub.
index 0ab91e0e1575c0d5b8b868b1b6d354181d3feeaa..636f7b46d9f7193e144c9f3c676d5b9be9b366ad 100755 (executable)
@@ -42,7 +42,7 @@
 Provides basic information on the ARC, its efficiency, the L2ARC (if present),
 the Data Management Unit (DMU), Virtual Devices (VDEVs), and tunables. See the
 in-source documentation and code at
-https://github.com/zfsonlinux/zfs/blob/master/module/zfs/arc.c for details.
+https://github.com/openzfs/zfs/blob/master/module/zfs/arc.c for details.
 """
 
 import getopt
index 6f600fa9ce86d471554ba1cc7c0cb5a196ebd4b0..d9ac03fa8ec25b7ead8d651059e966a2078e2f0b 100755 (executable)
@@ -32,7 +32,7 @@
 Provides basic information on the ARC, its efficiency, the L2ARC (if present),
 the Data Management Unit (DMU), Virtual Devices (VDEVs), and tunables. See
 the in-source documentation and code at
-https://github.com/zfsonlinux/zfs/blob/master/module/zfs/arc.c for details.
+https://github.com/openzfs/zfs/blob/master/module/zfs/arc.c for details.
 The original introduction to arc_summary can be found at
 http://cuddletech.com/?p=454
 """
@@ -43,7 +43,7 @@ import subprocess
 import sys
 import time
 
-DESCRIPTION = 'Print ARC and other statistics for ZFS on Linux'
+DESCRIPTION = 'Print ARC and other statistics for OpenZFS'
 INDENT = ' '*8
 LINE_LENGTH = 72
 DATE_FORMAT = '%a %b %d %H:%M:%S %Y'
@@ -860,7 +860,7 @@ def section_vdev(kstats_dict):
 
     # Currently [Nov 2017] the VDEV cache is disabled, because it is actually
     # harmful. When this is the case, we just skip the whole entry. See
-    # https://github.com/zfsonlinux/zfs/blob/master/module/zfs/vdev_cache.c
+    # https://github.com/openzfs/zfs/blob/master/module/zfs/vdev_cache.c
     # for details
     tunables = get_vdev_params()
 
@@ -886,7 +886,7 @@ def section_vdev(kstats_dict):
 
 def section_zil(kstats_dict):
     """Collect information on the ZFS Intent Log. Some of the information
-    taken from https://github.com/zfsonlinux/zfs/blob/master/include/sys/zil.h
+    taken from https://github.com/openzfs/zfs/blob/master/include/sys/zil.h
     """
 
     zil_stats = isolate_section('zil', kstats_dict)
index 006e0ab99f47d08418b41417a6e28da1da88bbe1..6c40470e83d7b5bf2ccc397ac236a40d68ffcbde 100644 (file)
@@ -177,9 +177,9 @@ zfs_agent_post_event(const char *class, const char *subclass, nvlist_t *nvl)
        }
 
        /*
-        * On ZFS on Linux, we don't get the expected FM_RESOURCE_REMOVED
-        * ereport from vdev_disk layer after a hot unplug. Fortunately we
-        * get a EC_DEV_REMOVE from our disk monitor and it is a suitable
+        * On Linux, we don't get the expected FM_RESOURCE_REMOVED ereport
+        * from the vdev_disk layer after a hot unplug. Fortunately we do
+        * get an EC_DEV_REMOVE from our disk monitor and it is a suitable
         * proxy so we remap it here for the benefit of the diagnosis engine.
         */
        if ((strcmp(class, EC_DEV_REMOVE) == 0) &&
index 8d0a3b4200860162663953da9959d93b732bacb9..8190beb0c9e7fe9dc7a43c9bf83480a52895c235 100644 (file)
@@ -63,9 +63,7 @@
  * If the device could not be replaced, then the second online attempt will
  * trigger the FMA fault that we skipped earlier.
  *
- * ZFS on Linux porting notes:
- *     Linux udev provides a disk insert for both the disk and the partition
- *
+ * On Linux udev provides a disk insert for both the disk and the partition.
  */
 
 #include <ctype.h>
index 9e95e20d56838b2ea369726e404bc96f536cb2d9..ba8a6de3a66f96a18ee68aa6a8b4d713f7fb1bc0 100644 (file)
@@ -364,7 +364,7 @@ zfs_retire_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl,
                return;
 
        /*
-        * Note: on zfsonlinux statechange events are more than just
+        * Note: on Linux statechange events are more than just
         * healthy ones so we need to confirm the actual state value.
         */
        if (strcmp(class, "resource.fs.zfs.statechange") == 0 &&
index 0784e3834733e84340fb4142b70ac582520926da..907b8af0d01f41830877833cd4ab1a24f84dfcc8 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 3ac0e63141e84f41c7f2f913e20e5ba596fe5348..be57f1136fea034d0c373cc1e27e66861f994478 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 52370eb87b298c8092a2da20563b0f53e630df6f..c15f01fecb410e9486d1e55eca64b16cea644c75 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 424cb2c01c8c41338acfac9ac492341a4f42d06e..f44d20382968e9b2eb210d625fd18de42af4eb11 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 1c5d00e297ff4c93e96fc18ed50bb57da3bb68e1..8892087d6e629df6ec6365524a9741587a80e713 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index c1455c3a0629cd430454efa2240fc49048439c1d..264c377ed91a42cdbd363303dcaabe7df1269289 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 08b7b55683628f5e851bf32dd343e9ac42bae063..aae607a9b7de3e8b3d6d4049aa523b6bbaf1cada 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 4153e5519a4650a42b93738624820fc13d6cf853..5eb9170abfe35ba6e51e929c16dd5c6b99dc1a6b 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index c3cf3d421c6f4beca5d3a6d012f78801c14b2259..b51b1ca9dcf6657d06259c24992d8d320e7fded2 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 05f360d20efd64b840c615950f1537d899161592..7dcae83810ef6c387dce1603fb42b8355128c81f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 5a3f2dbdb832a1cadcb966c0006ad666ceebf0ec..948dad52adb81aec9267a2ec08e439c89cc59fae 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index a03a4f53967cf04a9a575fb322147f1b320c7a9e..0daaad11df5cbbfc3f0318d31a9c063149c31d42 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 6b1c669d71f440d7a60e9daeb5230a1b912ffebf..89964317e48c8648a318e18635e901cf628e8d29 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index 37a84cad7ffca3a15d0215c2eecad2a55e94b865..63d776f9b48fb4a858d23a097cd748591c724b73 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * This file is part of the ZFS Event Daemon (ZED)
- * for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
+ * This file is part of the ZFS Event Daemon (ZED).
+ *
  * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
  * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
  * Refer to the ZoL git commit log for authoritative copyright attribution.
index a584875081ebb38e10548f6de0fd12803b6f9c10..8f9f3053ce8ea4e9bc431020764a9bbfb72b4402 100644 (file)
@@ -1,7 +1,7 @@
 include $(top_srcdir)/config/Rules.am
 
 # Disable GCC stack protection for zvol_id.  This is a kludge and should be
-# removed once https://github.com/zfsonlinux/zfs/issues/569 is resolved.
+# removed once https://github.com/openzfs/zfs/issues/569 is resolved.
 AM_CFLAGS += -fno-stack-protector
 
 udev_PROGRAMS = zvol_id
index 5b746049fb2332afd0035bb65744a3e6147f2662..db5670cd5253fe23e35d8bd8d77aa0eff2ae7c39 100755 (executable)
@@ -41,7 +41,8 @@ install() {
        dracut_install @bindir@/zgenhostid
        dracut_install @sbindir@/zfs
        dracut_install @sbindir@/zpool
-       # Workaround for zfsonlinux/zfs#4749 by ensuring libgcc_s.so(.1) is included
+       # Workaround for https://github.com/openzfs/zfs/issues/4749 by
+       # ensuring libgcc_s.so(.1) is included
        if [[ -n "$(ldd @sbindir@/zpool | grep -F 'libgcc_s.so')" ]]; then
                # Dracut will have already tracked and included it
                :;
index 52983e5a90e0552cea82f1375933f88fe06f1652..bd224097951f27795243786021631ff037c1d515 100644 (file)
@@ -25,4 +25,4 @@ a temporary directory specified by, for instance, TMP environment
 variable on a memory backed filesystem.
 
 Package documentation: http://pyzfs.readthedocs.org
-Package development: https://github.com/zfsonlinux/zfs
+Package development: https://github.com/openzfs/zfs
index 78e96738e29ece7ca1e96ebd39c3ad00870163dc..25ea3e495b02cb05a24abbac50b7f80c840afd5b 100644 (file)
@@ -32,7 +32,7 @@ of the error codes to the exceptions by interpreting a context
 in which the error code is produced.
 
 To submit an issue or contribute to development of this package
-please visit its `GitHub repository <https://github.com/zfsonlinux/zfs>`_.
+please visit its `GitHub repository <https://github.com/openzfs/zfs>`_.
 
 .. data:: MAXNAMELEN
 
index f42f4d1a482809ec964a34de7431d1354fe0ea6a..36e19545d9c4413372671a3bbaee0932143e753c 100755 (executable)
@@ -35,9 +35,9 @@ config ZFS
        select ZLIB_INFLATE
        select ZLIB_DEFLATE
        help
-         This is the ZFS filesystem from the ZFS On Linux project.
+         This is the ZFS filesystem from the OpenZFS project.
 
-         See https://zfsonlinux.org/
+         See https://github.com/openzfs/zfs
 
          To compile this file system support as a module, choose M here.
 
index ad7c053aacabbc5a3775ca793c56a241d7fa65cf..c14b01937db25d3ce358fe45e7b3992c54c02f22 100644 (file)
@@ -16,7 +16,7 @@ DESCRIPTION
 
 SUPPORT
   If you find that they don't work for your platform, please report this
-  at the ZFS On Linux issue tracker at https://github.com/zfsonlinux/zfs/issues.
+  at the OpenZFS issue tracker at https://github.com/openzfs/zfs/issues.
 
   Please include:
 
index 5ceb88b297d95edf535a3901e0921e9ba0d35d80..b0a1c96893edeb611c1b880f02a8ba01461f020b 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 41d0f4512977e5d40b75ff584f4f2ec1e9511d86..bfbc3e10a1d22f7610395dd5f3b87c51c8e56cf8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0b39b46cf6a2fe513592d84c895570bee8d54b7a..c62080a1178a824d157820d6bc6f21412a167bee 100644 (file)
@@ -3,7 +3,6 @@
  *  Written by Ricardo Correia <Ricardo.M.Correia@Sun.COM>
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 9fc79c025caf25a70367a75a6b16bd51b9522f1e..5a3d226c76645a5b9e02e619664e9d4f7c883a60 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 51b5479235ab1d30cf676f35016659a5e5a4af7d..2d21cbb3e140fa71c6638c6acdade6ec17999721 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 70847edbc8a93bbf7f176b90a830f1dc71978c70..bb5e173ce5e46e0c2b37ca0dfb03ddaafabe6b05 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index f1826bfd353acd97f00a147685702b4fc3c0d9ab..19ba41ff9e25f40b2b28b02a344aabd8bb645d16 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index c43ac92e7c320e214e498dd62ff1f0c513521117..e93a15f7a0d493cc9c25a6a27df2c50b10ec93a6 100644 (file)
@@ -5,7 +5,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index be57358b0a8a33511ce83070138c849677421b11..314bbbaf9e95f3801a492c8e6e15136b6b6da817 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index fa321403bf747dc7e206773df799b03589ec9053..ef405763ca561d7dd5b10ac0f83473c6381fe57d 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 33c8b3c6b4d7aaad4bad1d89884a94bcbf1beca0..6af395cc2d7811b73e424eab6e39ef57efa3fc16 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0b07c43699409632943e2bcec5a4c43203137f90..9cc85deb5c8ac3dbb6b5b49bafb2845429ddb7f8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 18beb1daa5d960490ab11bac4e1563e819587e57..3513206004722d99fb9ca1fd4a3c85181d6d58a1 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index e2dbd6804056c695944eda76c3ad9e5ba0af76da..46da5c783397b7c8fdaf29b52f01c59c7b2c66c8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 413b623c81451d57d2fc338e744feb5bf290ae9b..e106d3c5438efc1693b884a85da0a161f43cda64 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 49f166a9c4aa3ae1d3bf328428236ad23db10955..a90b67d367023c2a21990348dce9b6834f227b54 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 3faa5dad78cba1849566bab2d5024fbeca5a46dd..a87fdcac7fce04bec472ea7a0db9e0c53d343c5f 100644 (file)
@@ -5,7 +5,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 05dbc08142962079c3fabc6ef0710bd8df1b7b05..e0bbd6d98cba4adb24ea75faebcf86e20f08e406 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 92e76206ba52a83351016c22503b6800d562f7b6..c99973abd19e56a05e937f025669163edd7ccd1b 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index af064e567e1378e21199ff05b0db2db6982fbe44..2207ee20256cbe755ea0b993cf3e017f6049699f 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index c09c40fa34b9f564ab8c3cce085753448d5b8b7e..a93e87df8069381ed76cdb09e2f1e35ef2124842 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index ffb8c97c9c91a123eb3a7e54d96f440513603b9d..48006ec5d27e8185383c74fa0436d14fc58b6c66 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index c93c53171d88194ed64e76978749c95512618764..905d8257c8d389b5e7cc8bf4bec1e9c90188c7f7 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index be38f328fc654d899bed35024b089e88704315dc..80300df15abe90c32e3ce6c4be6d910d0b6a0b26 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 8adf6212907fe07c64decaffbb34789423cfe5ae..bb43313d18694ff186f2a36dcab44ef2cdfd5169 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 93f3af8fe016ccd54fed14fd834daf433f512522..047607f826bc188589ef9c76a9a9a4a77daf5ea0 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 4ef929151ae47d0276fb0e9a81d4a93cf2f3284e..d8a12d532136afb027989c38ca5ae6f3949da0bc 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index fefce515eb242b815ada570387b807768bd3a79d..fe4841407da8dcf08b5afdab9250e7c591b6d974 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index a70101fa2f90c1cfcaee22ebbd529633cab63bc2..5514f07c0b44e17c49a1d2b33d876a25bd356f7e 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 93e244f566be715f6341ca7224c73fa67ca6ef1f..1b8cb60d094fbc6aef76bcd94cca7cc0c38c65ba 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 60f5bfd986b4b1853b40e2b12be7a8688a7a3748..ba7620a1f3449832bc8a389939a46aece490d59e 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index cc34d8ab193107dbc4a47f306893158a08e81090..e5b7a9c955dd922381428088a7e057bb9ed6fb26 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 731b62c47e70e2329a02575c444bd97fdfb92ad8..3cf27111b6d0afcd774aad6d7eb4f5981c88c6ed 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 36b8b5d985a9267d435c2f0688dd9f6c0be824c9..fd32f08b34894fb8d4ff480eca50e347bb6e3bad 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index f2048d9e121c1aa92bbd5200ba59ca28f71925a8..6fb84d3a52c0bd87409624274bc1b28b07d26c49 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 83018e89442f5a26df6dadcae648e56e5d42e074..5987849641fc7f1750d21a66ff33d1f5a2e916a3 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 4fb80320635c44c2bf2598bee4889cb8f669a7e4..48e417d146053d8456b02a4825b71825e86836eb 100644 (file)
@@ -4,7 +4,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 29a6fe00d1f43600fa45c80838a7fc713be0c363..8524ec9c300ef0e9bad96f3d83b839240f52b124 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 7314588bcf8200cdc514befd3f781b75f42bb0c6..eb3494bc7904a0905078dc4ac0d053bb6cd28f8b 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 2255691580f99f3dff9617e30b4c1c0b9d992e9b..d4037a0900d0cef41583850f6eb3317f70b48843 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 7a1ee9ec4f1b1a9d40a89fa2a2b64920c6a0ae2c..16f4349e78e433212ae274a6b06783bbd6be8de6 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 72dcf9f05d0d0e3e1be521d7a44c9445f6620cf0..99d9c9bf382170f07a475f6a137be651842c26b9 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 4309c300b2683b1c522167a2fc53549e9b70dfa6..fec85f8b8d13dea6051e1fd4927f1e2eb9882c49 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 40be12047ae45113dc8bdc88fda54392384a84fd..02c3c789347744d6458c6c49baca99b907036526 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 39a291bf3dee9e62ec6b0a02a591b0f83b74c8a6..8cdb9e4ffe93c5bd5089389d72c1d0a5227a1d49 100644 (file)
@@ -5,7 +5,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 719a44646e6bb97e7910aa2b26c21bbd6f7dfd04..b44c94518750a9a485aefafcc542e5fe6cc6819d 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index c60ba8c97019da1b787ce7b851d6ad8785a22d99..cb62c75e5a7a09bbb54eaeeb78d4d5cb52e49da2 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0e631d6779a271eee1dbaddb50cbabd2c16ca11e..abcd90dd570cae133686e451800178543f9d05ec 100644 (file)
@@ -7,7 +7,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index b12cb240e39b562c9e797c5c6e9f3070000e114c..13a2edf5f6c7a75b09d0a98657bb15a77063f84a 100644 (file)
@@ -4,7 +4,6 @@
  *  Written by Richard Yao <richard.yao@clusterhq.com>.
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0d5e1d51d7aa7d9b31a10d6f1a2b48bf9ab89dbc..488f1827ec348d785ab39fc41961d97fa695abfb 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index a31b4728c367644168ffebc069fb8b2b5798d837..e77af2a7a48cb777c12f211922ed61d7a36ab20f 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 8783231dcf2ac99797e02e9ed1e281ad985c0cca..b3f121ecf0ca55ce78a89daf0e34288eec5e75ad 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 07eac8e44173aaae4ea4a9e9b19c540dc0f741c3..6f17db89fe530d80500e57d6350f5f5543df7706 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 5311ff8b971bc2c26e9cede6daf5e89dde4127a7..65cd83e5ef121f8602cfe7bb19ac51f787c0cc5a 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 5380bd6fd022a430aef0baa99481f02cc4606a7f..8d27b62f47129c3ad0a4c1d3173a2d5b2d11de3c 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index b2efd13b8e0df7b9a569ab33e388513334181277..00e30f690c380668fdb0d3125b922997f1677810 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0ad7704afe99c1503d944e1fd66adedd658f3e03..a5a73ed0ee002479e1be709e81ee6f4944f17de3 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index d79cc5c01afdabfcc44973be76d4b044743a3ee7..52f21316c23da4cd7c07e6efea668af6e4595b62 100644 (file)
@@ -54,10 +54,6 @@ extern "C" {
  */
 typedef struct pathname {
        char    *pn_buf;                /* underlying storage */
-#if 0 /* unused in ZoL */
-       char    *pn_path;               /* remaining pathname */
-       size_t  pn_pathlen;             /* remaining length */
-#endif
        size_t  pn_bufsize;             /* total size of pn_buf */
 } pathname_t;
 
index 61bafa66e3fd73700883718e5e1ee8ad9bb28c23..50865050bbfbcb34c3dda6cc72512caad08eb427 100644 (file)
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libzfsbootenv
 Description: LibZFSBootENV library
 Version: @VERSION@
-URL: https://zfsonlinux.org
+URL: https://github.com/openzfs/zfs
 Requires: libzfs libnvpair
 Cflags: -I${includedir}
 Libs: -L${libdir} -lzfsbootenv
index a4bf01749da8a0dcdc50a4ee891539739d3a7b28..519ab3a078e315227e68748fe638d3dfcac6c3b4 100644 (file)
@@ -813,9 +813,9 @@ update_vdev_config_dev_strs(nvlist_t *nv)
         *      env ZFS_VDEV_DEVID_OPT_OUT=YES zpool import dozer
         *
         * explanation:
-        * Older ZFS on Linux implementations had issues when attempting to
-        * display pool config VDEV names if a "devid" NVP value is present
-        * in the pool's config.
+        * Older OpenZFS implementations had issues when attempting to
+        * display pool config VDEV names if a "devid" NVP value is
+        * present in the pool's config.
         *
         * For example, a pool that originated on illumos platform would
         * have a devid value in the config and "zpool status" would fail
index 63e9144ad20138edbbe0291508c46fb74d5511e5..94e48bf49bd74e36b8ef4e83d63037b9ca70347c 100644 (file)
@@ -94,4 +94,4 @@ Debugging option. Specify to attach gdb when SIGSEGV or SIGABRT are received.
 .SH "SEE ALSO"
 .BR "ztest (1)"
 .SH "AUTHORS"
-vdev_raidz, created for ZFS on Linux by Gvozden NeÅ¡ković <neskovic@gmail.com>
+vdev_raidz, created for OpenZFS by Gvozden NeÅ¡ković <neskovic@gmail.com>
index 8778b53d37d5ba1d7cb9e374fa68ff3dc68cca96..47a07bd30c613528d36d62d113f52f620bdbde8e 100644 (file)
@@ -1573,7 +1573,7 @@ Default value: \fB500,000\fR.
 .RS 12n
 Disables requirement for IVset guids to be present and match when doing a raw
 receive of encrypted datasets. Intended for users whose pools were created with
-ZFS on Linux pre-release versions and now have compatibility issues.
+OpenZFS pre-release versions and now have compatibility issues.
 .sp
 Default value: \fB0\fR.
 .RE
index 9d494d5e8ff44efb50614a81e59aab26c13890d2..3d36c33ac9ca5005d1ebc0858b1b5699d89233e5 100644 (file)
@@ -1,6 +1,5 @@
 .\"
-.\" This file is part of the ZFS Event Daemon (ZED)
-.\" for ZFS on Linux (ZoL) <https://zfsonlinux.org/>.
+.\" This file is part of the ZFS Event Daemon (ZED).
 .\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
 .\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
 .\" Refer to the ZoL git commit log for authoritative copyright attribution.
index 7c12798da49c8ffbd47be7e10cb1f2c01f277d1e..15e50838fee549ba067a2c7f47b9841e19fdf1dc 100644 (file)
@@ -503,7 +503,7 @@ command line option.
 .El
 .Bl -tag -width "ZFS_VDEV_DEVID_OPT_OUT"
 .It Ev ZFS_VDEV_DEVID_OPT_OUT
-Older ZFS on Linux implementations had issues when attempting to display pool
+Older OpenZFS implementations had issues when attempting to display pool
 config VDEV names if a
 .Sy devid
 NVP value is present in the pool's config.
index 51166425f063c6dbd088a6d6d92800415d67ec1d..906530bcf2adb1d95fe0eb5d4fc2add2eebae785 100644 (file)
@@ -1,5 +1,5 @@
 The Solaris Porting Layer, SPL, is a Linux kernel module which provides a
-compatibility layer used by the [ZFS on Linux](https://zfsonlinux.org) project.
+compatibility layer used by the [OpenZFS](https://github.com/openzfs/zfs) project.
 
 # Installation
 
index 47ed1886e1577e26028d953a368adea5e44e0406..accf656fbcc63bb329682cea379314c53d4773fb 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 49f48664503a9fdd87637590040100e6d47ca1a3..d0461a9f1298c20059e876335003f3024c80aec9 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 6e93a32e60d747044920be4875aad9fd6b64a177..8fe1cc30ba9972d3e8e1c6d3d9c93e44a5f8aed4 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 3c0bb71c062964064d38d4148d3565735c546cc7..10b768d57360fdf2a5721a2de0c76b80a03b03c8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 820fb86c3c7d284d17c002fc498f0ee365e59768..1da7618185ec31672185b810c7680da28d446724 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 15dc27624c55f5ad0ac1770afbaed37f48cdab8d..6b3d559ffc1c3933eea241da618e41aa2c87e7ba 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index f19421cfcc03a2041199bfa29db6415890daa8db..943966cbb17a81d41838f93bd6368e7475391e14 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
@@ -217,7 +216,7 @@ spl_kmem_alloc_impl(size_t size, int flags, int node)
            !(flags & KM_VMEM)) {
                printk(KERN_WARNING
                    "Large kmem_alloc(%lu, 0x%x), please file an issue at:\n"
-                   "https://github.com/zfsonlinux/zfs/issues/new\n",
+                   "https://github.com/openzfs/zfs/issues/new\n",
                    (unsigned long)size, flags);
                dump_stack();
        }
index b9eeb332ee576a3ca5a4888a13322bb85e068833..dbbf72c8569d85977e61f9a4e3a8dd8ff2ae9c64 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 6936db5d6466ee45f350dea6362e27c96bdf33ff..3e58598d43f8158f5d68125eca17e05017101fbf 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 9cbf3e38137c5b8b0f631045fc149ca59d2b2056..fafadffc751c6f10a734ecd32f41e235045bb726 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 0352a31ea835b83b7af00f7f909253910c6aaf5c..db23fb64a29866d9143aa0f2b39df3c0ea645d48 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index b955ed65470f40455a80063de56be5626c8ab114..546db9ab8bd7c91b3f4f2774e1a5aac95bea1e3d 100644 (file)
@@ -5,7 +5,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 32372e6f2b601e1c7b6f2a87187b5f7c426b00e3..cab3e9549cfe45e20102df77c66db3d5542075c8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 1dd31ffc148371ce37e67adc728fe92120b0e430..5e763c25606f487b74c175caa089494d1c86709a 100644 (file)
@@ -3,7 +3,6 @@
  *  Written by Ricardo Correia <Ricardo.M.Correia@Sun.COM>
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index db05e28925b5823a2b3058e3250d256f530eb021..589496da0c78538f5ed50a84fbd6baa72b0caaf8 100644 (file)
@@ -6,7 +6,6 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
index 4766762f37d177a49e4f84cceaf17e5596e462c1..84ab7b7e111142a4316e183c910efb8ddce74f0b 100644 (file)
@@ -73,10 +73,6 @@ pn_alloc_sz(struct pathname *pnp, size_t sz)
 {
        pnp->pn_buf = kmem_alloc(sz, KM_SLEEP);
        pnp->pn_bufsize = sz;
-#if 0 /* unused in ZoL */
-       pnp->pn_path = pnp->pn_buf;
-       pnp->pn_pathlen = 0;
-#endif
 }
 
 /*
@@ -89,8 +85,4 @@ pn_free(struct pathname *pnp)
        kmem_free(pnp->pn_buf, pnp->pn_bufsize);
        pnp->pn_buf = NULL;
        pnp->pn_bufsize = 0;
-#if 0 /* unused in ZoL */
-       pnp->pn_path = NULL;
-       pnp->pn_pathlen = 0;
-#endif
 }
index 2c70cf7010bfb0cd4fe0e916f11791f67dd83cc5..9d1d4e0cca64c9735288ffbed5ad1ed5f029e6d9 100644 (file)
@@ -1260,7 +1260,7 @@ spa_activate(spa_t *spa, spa_mode_t mode)
        /*
         * This taskq is used to perform zvol-minor-related tasks
         * asynchronously. This has several advantages, including easy
-        * resolution of various deadlocks (zfsonlinux bug #3681).
+        * resolution of various deadlocks.
         *
         * The taskq must be single threaded to ensure tasks are always
         * processed in the order in which they were dispatched.
index 1c502b9e0802f1e51be7868c0e77f9848fbb059d..d063b77ea8362c79435b35416d9aec801657c5fe 100644 (file)
@@ -1434,7 +1434,7 @@ vdev_uberblock_compare(const uberblock_t *ub1, const uberblock_t *ub2)
 
        /*
         * If MMP_VALID(ub) && MMP_SEQ_VALID(ub) then the host has an MMP-aware
-        * ZFS, e.g. zfsonlinux >= 0.7.
+        * ZFS, e.g. OpenZFS >= 0.7.
         *
         * If one ub has MMP and the other does not, they were written by
         * different hosts, which matters for MMP.  So we treat no MMP/no SEQ as
index 5b05e1c332aba3ba615997d03ccfd467e1517fe1..6cdc224fcd89fd9cac43c3ac94ba0c895736748c 100644 (file)
@@ -18,7 +18,7 @@ Summary:        Kernel module(s) (dkms)
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            https://zfsonlinux.org/
+URL:            https://github.com/openzfs/zfs
 Source0:        %{module}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
index bc033733afc4c40de667ebba45d5a7505916346e..782ad465e36d5b0e8df4f784ca02c522453b912d 100644 (file)
@@ -48,7 +48,7 @@ Summary:        Kernel module(s)
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            https://zfsonlinux.org/
+URL:            https://github.com/openzfs/zfs
 Source0:        %{module}-%{version}.tar.gz
 Source10:       kmodtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
index c410620a8f9b5441c1f486cd611f0a8900ca984d..86e983718ee8a55e7997a15f9e2797080ffda881 100644 (file)
@@ -117,7 +117,7 @@ Summary:        Commands to control the kernel modules and libraries
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            https://zfsonlinux.org/
+URL:            https://github.com/openzfs/zfs
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       libzpool2 = %{version}
@@ -191,7 +191,7 @@ Summary:        Solaris userland utility library for Linux
 Group:          System Environment/Kernel
 
 %description -n libuutil1
-This library provides a variety of compatibility functions for ZFS on Linux:
+This library provides a variety of compatibility functions for OpenZFS:
  * libspl: The Solaris Porting Layer userland library, which provides APIs
    that make it possible to run Solaris user code in a Linux environment
    with relatively minimal modification.
index 6d928ec74ca79c786dda97df5fdf4b97d55c2f12..9bc756c5aae69e656320a4afbffdc6e8ae77d8df 100644 (file)
@@ -8,7 +8,7 @@ Release:        @RELEASE@%{?dist}
 Summary:        Kernel module(s)
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            https://zfsonlinux.org/
+URL:            https://github.com/openzfs/zfs
 BuildRequires:  %kernel_module_package_buildreqs
 Source0:        @PACKAGE@-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
index 304ab7623d42ffd872011719216f08ebad8ebf69..56dfbadae47b7a4207864c58018b4a728ed5f853 100755 (executable)
@@ -39,7 +39,7 @@
 #      -s "zfs-0.6.2 master installed" \
 #      -p "zevo-1.1.1 zol-0.6.2 zol-0.6.2-173 master installed"
 #
-# --------------------- ZFS on Linux Source Versions --------------
+# ------------------------ OpenZFS Source Versions ----------------
 #                 zfs-0.6.2       master          0.6.2-175_g36eb554
 # -----------------------------------------------------------------
 # Clone ZFS       Local                Local           Skip
@@ -68,9 +68,9 @@ TEST_DIR=$(mktemp -u -d -p /var/tmp zimport.XXXXXXXX)
 KEEP="no"
 VERBOSE="no"
 COLOR="yes"
-REPO="https://github.com/zfsonlinux"
+REPO="https://github.com/openzfs"
 IMAGES_DIR="$SCRIPTDIR/zfs-images/"
-IMAGES_TAR="https://github.com/zfsonlinux/zfs-images/tarball/master"
+IMAGES_TAR="https://github.com/openzfs/zfs-images/tarball/master"
 ERROR=0
 
 CONFIG_LOG="configure.log"
@@ -365,7 +365,7 @@ if [ ! -d "$SRC_DIR" ]; then
 fi
 
 # Print a header for all tags which are being tested.
-echo "--------------------- ZFS on Linux Source Versions --------------"
+echo "------------------------ OpenZFS Source Versions ----------------"
 printf "%-16s" " "
 for TAG in $SRC_TAGS; do
        src_set_vars "$TAG"
index dc6ef0d2477d6ca480d2d815a0bf42dd3a76a37b..1b04a024f2ad66cfbcff719809934be4f2b18e0d 100755 (executable)
@@ -25,7 +25,6 @@
 #
 # DESCRIPTION:
 #      Verify that ACLs survive remount.
-#      Regression test for https://github.com/zfsonlinux/zfs/issues/4520
 #
 # STRATEGY:
 #      1. Test presence of default and regular ACLs after remount
index 79969509be89a35f2bfdee7ff63ca6f94e6e66ff..744230db0521fda4599a7c5fe556b48231095b6a 100644 (file)
@@ -41,7 +41,7 @@ props['logicalused']          = {{true,       nil}, {nil,  nil}, {true,       ni
 props['logicalreferenced']    = {{true,       nil}, {true, nil}, {true,       nil}}
 props['quota']                = {{true, 'default'}, {nil,  nil}, {nil,        nil}}
 props['reservation']          = {{true, 'default'}, {nil,  nil}, {true, 'default'}}
--- Note that zfsonlinux allows volsize for snapshot which differs from openzfs
+-- Note that OpenZFS allows volsize for snapshot
 -- props['volsize']           = {{nil,        nil}, {nil,  nil}, {true,       vol}}
 props['refquota']             = {{true, 'default'}, {nil,  nil}, {nil,        nil}}
 props['refreservation']       = {{true, 'default'}, {nil,  nil}, {true,       vol}}
index 404770b2727f2031afa007ba064110211331dcdb..135b31354f071b0ff8bbf4dd4fde4281775a5d21 100755 (executable)
@@ -26,7 +26,7 @@
 # under race condition which resulted in undefined mount order.  The purpose
 # of this test is to verify `zfs unmount -a` succeeds (not `zfs mount -a`
 # succeeds, it always does) after `zfs mount -a`, which could fail if threads
-# race.  See github.com/zfsonlinux/zfs/issues/{8450,8833,8878} for details.
+# race.  See github.com/openzfs/zfs/issues/{8450,8833,8878} for details.
 #
 # STRATEGY:
 # 1. Create pools and filesystems.
index e37c3f28ae9d736c871733c6bc13ffceb894f33b..4878c06108e408d93304127670439b4c7c3e14bf 100755 (executable)
@@ -24,7 +24,7 @@
 # 1. Create sparse files of various size
 # 2. Snapshot and send these sparse files
 # 3. Verify these files are received correctly and we don't trigger any issue
-#    like the one described in https://github.com/zfsonlinux/zfs/pull/6760
+#    like the one described in https://github.com/openzfs/zfs/pull/6760
 #
 
 verify_runnable "both"
index 531478760457656283c71a63f447982ccd900730..8e1821d88a68980d3cedf2d5e9ef0eeef0e300ae 100755 (executable)
@@ -43,7 +43,7 @@
 
 verify_runnable "both"
 
-# See issue: https://github.com/zfsonlinux/zfs/issues/6066
+# See issue: https://github.com/openzfs/zfs/issues/6066
 log_unsupported "Occasionally hangs"
 
 #              Origin                  Clone
index 6533352a9a14ba6bb541961159cd6aebaf84da9a..925f667ee9a60669c24b3ff5f400c0be6615ed20 100755 (executable)
@@ -21,7 +21,7 @@
 #
 # Description:
 # Verify FREEOBJECTS record frees sequential objects (See
-# https://github.com/zfsonlinux/zfs/issues/6694)
+# https://github.com/openzfs/zfs/issues/6694)
 #
 # Strategy:
 # 1. Create three files with sequential object numbers, f1 f2 and f3