From owner-svn-src-head@FreeBSD.ORG Wed Aug 28 10:32:16 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CBB54EA; Wed, 28 Aug 2013 10:32:16 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-vb0-x22d.google.com (mail-vb0-x22d.google.com [IPv6:2607:f8b0:400c:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0545F2C07; Wed, 28 Aug 2013 10:32:15 +0000 (UTC) Received: by mail-vb0-f45.google.com with SMTP id e15so3819640vbg.4 for ; Wed, 28 Aug 2013 03:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=a/UMumw1vMRSZvohJJpsZ0/DAzYjp21Ccb3PkX47yP0=; b=MGBDjgjQ5SYp/sh635ErNLgjPwGJn1Lqo8Di/jLlq6oaL8q2XOiZ13CoJxe6YtMiyI YVjq6TtWeyHEojWphxndTYjiDma8KSfZeb5fMpS4ZC3VTIIQMXylvnFjgs7qdhfDsa5W BLjOY1sNPKAywvi0V/kJM/FOvmy3sgocV2gzp3N2QdNgI5S2aQBp7Ohxpysls4KfMMGJ xTdzTwhT+JurBnwBwdphKQKx67XYgptyAH/qacE0RNxA2GJ+QSJVGWIJortb6FZvKMyu Q16JKEu2riOmBTxpCVpWJkqMolzYTGeJF/1F2xTVNfsg2u4DY1pTMaahKQ/TXMuE6jhc PdKQ== X-Received: by 10.58.75.41 with SMTP id z9mr25140526vev.4.1377685935142; Wed, 28 Aug 2013 03:32:15 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.58.229.167 with HTTP; Wed, 28 Aug 2013 03:31:35 -0700 (PDT) In-Reply-To: References: <201308281006.r7SA6KSq010737@svn.freebsd.org> From: Ivan Voras Date: Wed, 28 Aug 2013 12:31:35 +0200 X-Google-Sender-Auth: Td1yEHKcM_KcvNned4a9iac9UKs Message-ID: Subject: Re: svn commit: r254986 - head/sys/ufs/ufs To: Davide Italiano Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 28 Aug 2013 10:32:16 -0000 On 28 August 2013 12:25, Davide Italiano wrote: > do you have any evidence that this change impacts positively (or > negatively) performances for some workloads? If yes, can you share? Yes, observation of my own servers. Without this, dirhash is basically useless since in certain situations everything gets evicted after 5 seconds and it never grows to its full potential. > Also, why did you choose the '60' value (rather than something else)? Personal experience. > I don't see any 'Reviewed by:' line in your commit message neither I > remember a public discussion on -current or -arch or -fs about this. > OTOH I think such changes deserve a wider discussion. See discussion in @stable.