Print this page
4101 metaslab_debug should allow for fine-grained control
4102 space_maps should store more information about themselves
4103 space map object blocksize should be increased
4104 ::spa_space no longer works
4105 removing a mirrored log device results in a leaked object
4106 asynchronously load metaslab
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Sebastien Roy <seb@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
  25      -# Copyright (c) 2012 by Delphix. All rights reserved.
       25 +# Copyright (c) 2013 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  27   27  #
  28   28  
  29   29  #
  30   30  # This Makefile defines all file modules for the directory uts/common
  31   31  # and its children. These are the source files which may be considered
  32   32  # common to all SunOS systems.
  33   33  
  34   34  i386_CORE_OBJS += \
  35   35                  atomic.o        \
↓ open down ↓ 1316 lines elided ↑ open up ↑
1352 1352          dsl_userhold.o          \
1353 1353          dmu_zfetch.o            \
1354 1354          dsl_deleg.o             \
1355 1355          dsl_prop.o              \
1356 1356          dsl_scan.o              \
1357 1357          zfeature.o              \
1358 1358          gzip.o                  \
1359 1359          lz4.o                   \
1360 1360          lzjb.o                  \
1361 1361          metaslab.o              \
     1362 +        range_tree.o            \
1362 1363          refcount.o              \
1363 1364          rrwlock.o               \
1364 1365          sa.o                    \
1365 1366          sha256.o                \
1366 1367          spa.o                   \
1367 1368          spa_config.o            \
1368 1369          spa_errlog.o            \
1369 1370          spa_history.o           \
1370 1371          spa_misc.o              \
1371 1372          space_map.o             \
     1373 +        space_reftree.o         \
1372 1374          txg.o                   \
1373 1375          uberblock.o             \
1374 1376          unique.o                \
1375 1377          vdev.o                  \
1376 1378          vdev_cache.o            \
1377 1379          vdev_file.o             \
1378 1380          vdev_label.o            \
1379 1381          vdev_mirror.o           \
1380 1382          vdev_missing.o          \
1381 1383          vdev_queue.o            \
↓ open down ↓ 678 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX