aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_balloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC from 1.26, fix a 'freeing free block' panic that can occur when aMatthew Dillon2000-02-241-1/+24
* include proc.h to get curproc used in last revision.Alfred Perlstein2000-01-141-0/+1
* MFC 1.25 (fix out of space panic with softdep)Alfred Perlstein2000-01-141-3/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Don't dereference an uninitialized pointer in dead code. The deadBruce Evans1998-09-121-2/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-25/+67
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-1/+5
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Use smalllblktosize() instead of multiplying small block numbersBruce Evans1997-04-101-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-48/+68
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timeDavid Greenman1995-05-281-2/+1
* Changes from John Dyson and myself:David Greenman1995-04-091-5/+5
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Fixes from John Dyson to work around vnode lock hang. Basically, removeDavid Greenman1995-03-031-1/+3
* Cosmetics. make gcc less noisy. Still some way to go here.Poul-Henning Kamp1994-10-101-10/+16
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+282