summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_balloc.c
Commit message (Expand)AuthorAgeFilesLines
* This update is a performance improvement when allocating blocks onmckusick2002-10-221-0/+12
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-181-2/+22
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-42/+148
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-231-20/+20
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-43/+399
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-20/+13
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fix a 'freeing free block' panic in UFS. The problem occurs when thedillon2000-02-241-1/+24
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-131-2/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Don't dereference an uninitialized pointer in dead code. The deadbde1998-09-121-2/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-25/+67
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-1/+5
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Removed unused #includes.bde1997-08-021-5/+1
* Use smalllblktosize() instead of multiplying small block numbersbde1997-04-101-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-48/+68
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Changes from John Dyson and myself:dg1995-04-091-5/+5
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-031-1/+3
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-101-10/+16
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+282
OpenPOWER on IntegriCloud