From owner-svn-src-head@freebsd.org Tue Jan 15 16:07:12 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA16C148EA71; Tue, 15 Jan 2019 16:07:11 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDF68CB6F; Tue, 15 Jan 2019 16:07:11 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.4] (c-71-56-186-158.hsd1.va.comcast.net [71.56.186.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 4BEC72700225; Tue, 15 Jan 2019 11:07:05 -0500 (EST) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 4BEC72700225 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1547568425; bh=FXZKVWzfYOFV8bKjRehKMx1CjozMKn3KVRFNnvXBZYs=; h=Subject:To:From:Date:From; b=dyxb+QMLqs25MfJQ8fC2nzWzdrL9tWwbCLpoqb1Sq7Nm9FcdRFEgVL1CxKOWZAWIf eiT0mViUs5WDsvtsuo8cJun1zxKiD67g/HvSDsL6dNZh5Jx0srA+TR2ifsagHQ2jw5 MmMBqn1ZWp6LK0zccw+d6zRj6+dimFgSvHUon6t1dwEZySGBp7dfqeWxbxb8eACHMR 2+iW1j35MRcPO8WnGBAwbnyZYG89aXxQxq0YHy7kCsJiO3PYL4Yjc/9GMQehyWKTvq mcp8Nia3gMtZwen9oDClIAr3/m4B6QxbtywFu6VJfhjsYGKNz3FWp+oFgzD62L/EwQ di7jZ4AqBKyug== Subject: Re: svn commit: r343030 - in head/sys: cam conf dev/md dev/nvme fs/fuse fs/nfsclient fs/smbfs kern sys ufs/ffs vm To: Gleb Smirnoff , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201901150102.x0F12Hlt025856@repo.freebsd.org> From: Andrew Gallatin Message-ID: <9f0e56b9-387e-8374-2a63-5d7f407ee753@cs.duke.edu> Date: Tue, 15 Jan 2019 11:07:04 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <201901150102.x0F12Hlt025856@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8BDF68CB6F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.90)[-0.905,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Jan 2019 16:07:12 -0000 On 1/14/19 8:02 PM, Gleb Smirnoff wrote: > Log: > Allocate pager bufs from UMA instead of 80-ish mutex protected linked list. <...> > Together with: gallatin Thank you so much for carrying this over the finish line! Drew