summaryrefslogtreecommitdiffstats
path: root/sys/ufs/lfs/lfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged enough of lfs from Lite2 for mkdep of LINT to work again.bde1997-03-221-129/+159
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Make type compatible with Lite2.hsu1996-03-271-2/+2
| | | | Submitted by: bde
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* John Dyson's patches (and a few from me too) to LFS to use a differentgibbs1994-11-171-1/+3
| | | | | | | | | | | | | | | | | | | | | buffering scheme and make it more in tune with FreeBSD's vfs_bio implementation. The filesystem seems fairly stable, but I wouldn't recommend it to anyone not willing to experience problems. This is very green code and has the limitation that YOU CAN ONLY HAVE ONE LFS PARTITION MOUNTED AT A TIME. What LFS is good for: Non fsynced writes FASTER THAN FFS Large deletions Increadibly fast Reads are a little bit slower than FFS right now, but that is a factor of how under optimized this code is. LFS should in theory perform at least as well as FFS under fsync (iozone) type loads, and this is what I'm currently working on. Reviewed by: Justin Gibbs Submitted by: John Dyson Obtained from:
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-101-3/+9
|
* Made idempotentpaul1994-08-211-1/+6
| | | | | Reviewed by: Submitted by:
* Added $Id$dg1994-08-021-0/+1
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+353
OpenPOWER on IntegriCloud