]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - usr.bin/col/tests/col.sh
MFV 313786
authorJosh Paetzel <jpaetzel@FreeBSD.org>
Thu, 16 Feb 2017 19:00:09 +0000 (19:00 +0000)
committerJosh Paetzel <jpaetzel@FreeBSD.org>
Thu, 16 Feb 2017 19:00:09 +0000 (19:00 +0000)
commitc53cc7187c2345fa029dcfbe7cb4044581334099
treed085be492facd2f2ed7512e0328aab09d1f8fd95
parentddad2785bc458a887134f1d91342e68bf1cd9ae7
parent281825cdf18573222190e6aa7d81e739fe2bb0bc
MFV 313786

7500 Simplify dbuf_free_range by removing dn_unlisted_l0_blkid

illumos/illumos-gate@653af1b809998570c7e89fe7a0d3f90992bf0216
https://github.com/illumos/illumos-gate/commit/653af1b809998570c7e89fe7a0d3f90992bf0216

https://www.illumos.org/issues/7500
  With the integration of:

    commit 0f6d88aded0d165f5954688a9b13bac76c38da84
    Author: Alex Reece <alex@delphix.com>
    Date:   Sat Jul 26 13:40:04 2014 -0800
    4873 zvol unmap calls can take a very long time for larger datasets

  the dnode's dn_bufs field was changed from a list to a tree. As a result,
  the dn_unlisted_l0_blkid field is no longer necessary.

Author: Stephen Blinick <stephen.blinick@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h