]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Replace ZoL with OpenZFS where applicable
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 3 May 2021 19:21:21 +0000 (21:21 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 8 May 2021 00:20:37 +0000 (17:20 -0700)
Afterward, git grep ZoL matches:
  * README.md:  * [ZoL Site](https://zfsonlinux.org)
  - Correct
  * etc/default/zfs.in:# ZoL userland configuration.
  - Changing this would induce a needless upgrade-check,
    if the user has modified the configuration;
    this can be updated the next time the defaults change
  * module/zfs/dmu_send.c:   * ZoL < 0.7 does not handle [...]
  - Before 0.7 is ZoL, so fair enough

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Issue #11956

26 files changed:
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
contrib/initramfs/hooks/zfs.in
contrib/pyzfs/libzfs_core/test/test_libzfs_core.py
include/os/linux/kernel/linux/blkdev_compat.h
man/man8/zed.8.in
module/icp/algs/edonr/edonr.c
rpm/generic/zfs.spec.in
scripts/zimport.sh
tests/zfs-tests/tests/functional/atime/root_atime_off.ksh
tests/zfs-tests/tests/functional/atime/root_atime_on.ksh
tests/zfs-tests/tests/functional/atime/root_relatime_on.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_test_race.ksh
tests/zfs-tests/tests/functional/rsend/send_encrypted_files.ksh

index e56b45fa72a9bb9d5d8df610fc0a6d60ca53db6e..0aa03fded4681498275ade7e6b35bf0faeb07fc7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 8f2767d74d6d9414090281ecfb1e387302d1fde1..94f13c2c9da7ef35d68e126488037471c25e5a56 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index b95108fd2f8cf24f4570eb5d45be5b6e256cd016..2cf2311dbb42c1c2becfb75757597c6be3b0810f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index b2dc09c51a69bf20603ccc0cd2341ec264e15066..0b30a1503c52cab73e61e5e9eb2df0260be3cf6c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 232b88a13840aa2a53ba2dbe86793ebc98131b4a..9eaad0e92fbb7af2f54bedc9b2c7f920bfbd0c98 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 264c377ed91a42cdbd363303dcaabe7df1269289..5606f14a21a03ddbd50d90c86115e7583643f1c8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 0a6782f0205e22f2a2d254e49706de86284a0f8c..1eecfa0a92c431a494c03027ae00ad19d543eb14 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 2a7f721f00306d02db7d819f8226de4b63a7e9ad..e4c8d86335b810f9076a7821911bde88f32e422b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 0e7086d9e8ca4282e753d844fe9ab5fa661feea8..b62f68b2610f59975d0cbf540ab70b5c41160428 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 5cb5e88047e031bcf06f96602d3d163f577891a7..7e3a0efcaf370521e927b06d9c8507abfff7d073 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 948dad52adb81aec9267a2ec08e439c89cc59fae..0c4ab6f47db74eec6e339d1149ea87cf17e6c384 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 0daaad11df5cbbfc3f0318d31a9c063149c31d42..ed88ad41d7e2484ecd8cfcf1e0b076036b52091b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 89964317e48c8648a318e18635e901cf628e8d29..52a86e9296fe56cdc7852333ea6223cbae114140 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 63d776f9b48fb4a858d23a097cd748591c724b73..804639592fe5e5d2a3f04d56969dc3e2ef7dfda3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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.
+ * Refer to the OpenZFS git commit log for authoritative copyright attribution.
  *
  * The contents of this file are subject to the terms of the
  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 67d27a7649b25be5e9cf8bc8a96a652c61f558b1..0a9cc87720ad6f1276d3b150a0aa6e616073f1e9 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 #
-# Add ZoL filesystem capabilities to an initrd, usually for a native ZFS root.
+# Add OpenZFS filesystem capabilities to an initrd, usually for a native ZFS root.
 #
 
-# This hook installs udev rules for ZoL.
+# This hook installs udev rules for OpenZFS.
 PREREQ="udev"
 
 # These prerequisites are provided by the zfsutils package. The zdb utility is
index 87138b305f73a9f41bb531e7854b6269134bf01a..d949d88d5a1e0551eec90ffbd8f10a6ead2bba59 100644 (file)
@@ -252,9 +252,9 @@ def skipUnlessBookmarksSupported(f):
 
 
 def snap_always_unmounted_before_destruction():
-    # Apparently ZoL automatically unmounts the snapshot
+    # Apparently OpenZFS automatically unmounts the snapshot
     # only if it is mounted at its default .zfs/snapshot
-    # mountpoint.
+    # mountpoint under Linux.
     return (
         platform.system() != 'Linux', 'snapshot is not auto-unmounted')
 
index b57d0a896df351bedded195ace3247bbea635cd9..fe809176fbbb6447b177c3ee5a89b2060f4cc160 100644 (file)
@@ -366,7 +366,7 @@ bio_set_op_attrs(struct bio *bio, unsigned rw, unsigned flags)
  *
  * 4.8 - 4.9 API,
  *   REQ_FLUSH was renamed to REQ_PREFLUSH.  For consistency with previous
- *   ZoL releases, prefer the WRITE_FLUSH_FUA flag set if it's available.
+ *   OpenZFS releases, prefer the WRITE_FLUSH_FUA flag set if it's available.
  *
  * 4.10 API,
  *   The read/write flags and their modifiers, including WRITE_FLUSH,
index 57e2dc4dac06b970c2bf1aaa153e95c29eb3e2df..38f8b663d38eafdba0ea0b6cf45d631a12f3374c 100644 (file)
@@ -2,7 +2,7 @@
 .\" 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.
+.\" Refer to the OpenZFS git commit log for authoritative copyright attribution.
 .\"
 .\" The contents of this file are subject to the terms of the
 .\" Common Development and Distribution License Version 1.0 (CDDL-1.0).
index 7c677095f1ef3541d33f98c58e7f8f2734736be6..ee96e692ef00652801ba2d69858a33fa9f5b7018 100644 (file)
@@ -337,7 +337,7 @@ Q256(size_t bitlen, const uint32_t *data, uint32_t *restrict p)
  *
  * Checksum functions like this one can go over the stack frame size check
  * Linux imposes on 32-bit platforms (-Wframe-larger-than=1024).  We can
- * safely ignore the compiler error since we know that in ZoL, that
+ * safely ignore the compiler error since we know that in OpenZFS, that
  * the function will be called from a worker thread that won't be using
  * much stack.  The only function that goes over the 1k limit is Q512(),
  * which only goes over it by a hair (1248 bytes on ARM32).
index 6dcce63291a8b2767df72b74f3a731559a6ae163..b1750942f53f2c0448bac24d5c729e9b2beaa675 100644 (file)
@@ -128,8 +128,8 @@ Requires:       %{name}-kmod = %{version}
 Provides:       %{name}-kmod-common = %{version}
 Obsoletes:      spl
 
-# zfs-fuse provides the same commands and man pages that ZoL does. Renaming
-# those on either side would conflict with all available documentation.
+# zfs-fuse provides the same commands and man pages that OpenZFS does.
+# Renaming those on either side would conflict with all available documentation.
 Conflicts:      zfs-fuse
 
 %if 0%{?rhel}%{?fedora}%{?suse_version}
index 56dfbadae47b7a4207864c58018b4a728ed5f853..6c3b415ffcd18fd46696d1b01dbe0118dcdeede6 100755 (executable)
@@ -1,10 +1,10 @@
 #!/usr/bin/env bash
 #
 # Verify that an assortment of known good reference pools can be imported
-# using different versions of the ZoL code.
+# using different versions of OpenZFS code.
 #
 # By default references pools for the major ZFS implementation will be
-# checked against the most recent ZoL tags and the master development branch.
+# checked against the most recent OpenZFS tags and the master development branch.
 # Alternate tags or branches may be verified with the '-s <src-tag> option.
 # Passing the keyword "installed" will instruct the script to test whatever
 # version is installed.
@@ -98,7 +98,7 @@ OPTIONS:
        -c                No color
        -k                Keep temporary directory
        -r <repo>         Source repository ($REPO)
-       -s <src-tag>...   Verify ZoL versions with the listed tags
+       -s <src-tag>...   Verify OpenZFS versions with the listed tags
        -i <pool-dir>     Pool image directory
        -p <pool-tag>...  Verify pools created with the listed tags
        -f <path>         Temporary directory to use
index 2fbf06b13773a3dbb3b22b2c951137d2a2c88bf3..7eb2ed93728791737b1eaff0f01b980208818f1f 100755 (executable)
@@ -53,7 +53,7 @@ log_onexit cleanup
 
 #
 # Create $TESTFILE, snapshot and clone.
-# Same as 002 except that atime applies to root dataset (ZoL#8675).
+# Same as 002 except that atime applies to root dataset (OpenZFS#8675).
 #
 setup_snap_clone
 reset_atime
index 3976523b0b1378c379bdbbcf198b958d4e2aa430..44d471a2128f8468a74a2f21858884f63537a98a 100755 (executable)
@@ -52,7 +52,7 @@ log_onexit cleanup
 
 #
 # Create $TESTFILE, snapshot and clone.
-# Same as 001 except that atime/relatime applies to root dataset (ZoL#8675).
+# Same as 001 except that atime/relatime applies to root dataset (OpenZFS#8675).
 #
 setup_snap_clone
 reset_atime
index c919e9f29883f98c18665a67eea353822c6072d8..120129425afa52b2caba8bec77125d4ac0098afe 100755 (executable)
@@ -53,7 +53,7 @@ log_onexit cleanup
 
 #
 # Create $TESTFILE, snapshot and clone.
-# Same as 003 except that atime/relatime applies to root dataset (ZoL#8675).
+# Same as 003 except that atime/relatime applies to root dataset (OpenZFS#8675).
 #
 setup_snap_clone
 reset_atime
index 135b31354f071b0ff8bbf4dd4fde4281775a5d21..3a5793d0707dd8225edecd2dec32504ba58267b0 100755 (executable)
@@ -87,10 +87,11 @@ log_must zfs set mountpoint=$MNTPT $TESTPOOL2
 
 # At this point, layout of datasets in two pools will look like below.
 # Previously, on next `zfs mount -a`, pthreads assigned to TESTFS1 and TESTFS2
-# could race, and TESTFS2 usually (actually always) won in ZoL.  Note that the
-# problem is how two or more threads could initially be assigned to the same
-# top level directory, not this specific layout.  This layout is just an example
-# that can reproduce race, and is also the layout reported in #8833.
+# could race, and TESTFS2 usually (actually always) won in OpenZFS.
+# Note that the problem is how two or more threads could initially be assigned
+# to the same top level directory, not this specific layout.
+# This layout is just an example that can reproduce race,
+# and is also the layout reported in #8833.
 #
 # NAME                  MOUNTED  MOUNTPOINT
 # ----------------------------------------------
index f89cb3b31beeaae9b70586f45ed4f4df7908263f..1fd21cbf7eff835131939d70e2614a22a04f86f4 100755 (executable)
@@ -84,7 +84,7 @@ log_must mkdir -p /$TESTPOOL/$TESTFS2/xattrsadir
 log_must zfs set xattr=sa $TESTPOOL/$TESTFS2
 log_must xattrtest -f 10 -x 3 -s 32768 -r -k -p /$TESTPOOL/$TESTFS2/xattrsadir
 
-# ZoL issue #7432
+# OpenZFS issue #7432
 log_must zfs set compression=on xattr=sa $TESTPOOL/$TESTFS2
 log_must touch /$TESTPOOL/$TESTFS2/attrs
 log_must eval "python -c 'print \"a\" * 4096' | \