From owner-freebsd-current Mon Nov 11 20:22:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13678 for current-outgoing; Mon, 11 Nov 1996 20:22:46 -0800 (PST) Received: from dyson.iquest.net ([198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA13672; Mon, 11 Nov 1996 20:22:38 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id XAA03836; Mon, 11 Nov 1996 23:22:29 -0500 (EST) From: "John S. Dyson" Message-Id: <199611120422.XAA03836@dyson.iquest.net> Subject: Re: ufs is too slow? To: gibbs@freefall.freebsd.org (Justin T. Gibbs) Date: Mon, 11 Nov 1996 23:22:28 -0500 (EST) Cc: dyson@FreeBSD.org, roberto@keltia.freenix.fr, freebsd-current@FreeBSD.org In-Reply-To: <199611120407.UAA13128@freefall.freebsd.org> from "Justin T. Gibbs" at Nov 11, 96 08:07:07 pm Reply-To: dyson@FreeBSD.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Yes, please get rid of the locked buffer stuff. That code is EVIL. > > BTW,do you have any plans for removing the 64k I/O limitation? It sorta > sucks when you want to write a 1meg segment to have to cut it up into such > small pieces. > You have always hated that!!! I plan to do something to create alternate mappings: segments. Segments will probably use a yet to be enhanced VM/Buffer cache pbuf mechanism (not to be confused with VJ's networking pbufs.) There will be no 64K limitation as such. I am still listening to "bright ideas" though :-). John