From owner-cvs-all Thu Jan 21 01:27:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09720 for cvs-all-outgoing; Thu, 21 Jan 1999 01:27:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09715; Thu, 21 Jan 1999 01:27:03 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20798; Thu, 21 Jan 1999 01:27:04 -0800 (PST) Date: Thu, 21 Jan 1999 01:27:04 -0800 (PST) Message-Id: <199901210927.BAA20798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/21 01:27:04 PST Modified files: sys/ufs/mfs mfs_vnops.c Log: Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and increasing performance by deallocating at least some of the backing store when files are removed. Protect mfsp->buf_queue access at splbio(). Revision Changes Path 1.40 +1 -1 src/sys/ufs/mfs/mfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message