From owner-svn-src-head@freebsd.org Tue Mar 7 09:03:44 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D915CFABFB; Tue, 7 Mar 2017 09:03:44 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5A113A4; Tue, 7 Mar 2017 09:03:42 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA10040; Tue, 07 Mar 2017 11:03:41 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1clB1x-000FUk-K6; Tue, 07 Mar 2017 11:03:41 +0200 Subject: Re: svn commit: r314274 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs To: Slawa Olhovchenkov References: <201702251703.v1PH3nQd044474@repo.freebsd.org> <20170307035308.GN15630@zxy.spb.ru> Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org From: Andriy Gapon Message-ID: Date: Tue, 7 Mar 2017 11:02:46 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170307035308.GN15630@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 09:03:44 -0000 On 07/03/2017 05:53, Slawa Olhovchenkov wrote: > On Sat, Feb 25, 2017 at 05:03:49PM +0000, Andriy Gapon wrote: > >> Author: avg >> Date: Sat Feb 25 17:03:48 2017 >> New Revision: 314274 >> URL: https://svnweb.freebsd.org/changeset/base/314274 >> >> Log: >> l2arc: try to fix write size calculation broken by Compressed ARC commit >> >> While there, make a change to not evict a first buffer outside the >> requested eviciton range. >> >> To do: >> - give more consistent names to the size variables >> - upstream to OpenZFS > > Mem: 6647M Active, 8399M Inact, 87G Wired, 49K Buf, 23G Free > ^^^^^^^^^ > ARC: 130G Total, 255M MFU, 80G MRU, 267M Anon, 72M Header, 41M Other > ^^^^^ > > 128GB phys mem > Why this commit? -- Andriy Gapon