]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Sequential scrub and resilver updated comments
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 4 Sep 2020 17:39:58 +0000 (10:39 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 4 Sep 2020 17:51:51 +0000 (10:51 -0700)
Commit d4a72f2 which introduced multi-phase scrubs and resilvers
continued the work presented by Nexenta at the 2016 ZFS developer
summit.  Update the source to reflect their contribution.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/dsl_scan.c
module/zfs/metaslab.c
module/zfs/range_tree.c

index 712af664e90f6dcee72afe063eb414b72d5ce32c..0ebda2f7707476156a3f504e99aff49ebb535b2a 100644 (file)
@@ -23,6 +23,7 @@
  * Copyright (c) 2011, 2018 by Delphix. All rights reserved.
  * Copyright 2016 Gary Mills
  * Copyright (c) 2017, 2019, Datto Inc. All rights reserved.
+ * Copyright (c) 2015, Nexenta Systems, Inc. All rights reserved.
  * Copyright 2019 Joyent, Inc.
  */
 
index ccc247d1557a7c3090b3d7887a9278d7705a93f1..133005b227e58e51759884d472873d3a002b5cea 100644 (file)
@@ -22,6 +22,7 @@
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2011, 2019 by Delphix. All rights reserved.
  * Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
+ * Copyright (c) 2015, Nexenta Systems, Inc. All rights reserved.
  * Copyright (c) 2017, Intel Corporation.
  */
 
index 2c0e4b860a04245d4f5ece3bf0b2e336110d5e86..2ce0139c9137c3e57c2d946d495617cde0824a7b 100644 (file)
@@ -24,6 +24,7 @@
  */
 /*
  * Copyright (c) 2013, 2019 by Delphix. All rights reserved.
+ * Copyright (c) 2015, Nexenta Systems, Inc. All rights reserved.
  */
 
 #include <sys/zfs_context.h>