diff options
author | Brian Behlendorf <[email protected]> | 2020-09-04 10:39:58 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-09-09 10:26:00 -0700 |
commit | 18524b936d4824e13319ee7d32e340e5058b4013 (patch) | |
tree | a28ee45019a9ac77402b6fb8f4f639359af4f806 /module | |
parent | 8afac5dc55cba3404bda1ac8c7cb83d8f654fd51 (diff) |
Sequential scrub and resilver updated comments
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 <[email protected]>
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/dsl_scan.c | 1 | ||||
-rw-r--r-- | module/zfs/metaslab.c | 1 | ||||
-rw-r--r-- | module/zfs/range_tree.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/module/zfs/dsl_scan.c b/module/zfs/dsl_scan.c index 712af664e..0ebda2f77 100644 --- a/module/zfs/dsl_scan.c +++ b/module/zfs/dsl_scan.c @@ -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. */ diff --git a/module/zfs/metaslab.c b/module/zfs/metaslab.c index ccc247d15..133005b22 100644 --- a/module/zfs/metaslab.c +++ b/module/zfs/metaslab.c @@ -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. */ diff --git a/module/zfs/range_tree.c b/module/zfs/range_tree.c index 2c0e4b860..2ce0139c9 100644 --- a/module/zfs/range_tree.c +++ b/module/zfs/range_tree.c @@ -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> |