summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Yet another small block FS bug fix.dyson1995-11-201-2/+2
* Fix more clustering bugs for FSes with block sizes < PAGE_SIZE.dyson1995-11-201-6/+2
* Changed an incorrect splhigh to splbio.dyson1995-11-191-2/+2
* General fixes to the vfs clustring code:dyson1995-11-191-115/+77
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-141-2/+2
* Second batch of cleanup changes.phk1995-10-291-5/+1
* Work-around a problem in the clustering code on non-VMIO buffers. Thedyson1995-10-091-2/+3
* These changes fix a bug in the clustering code that I made worse when addingdyson1995-09-231-6/+15
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-3/+3
* VOP_BMAP will eventually need an additional argument, but not yet. Thisdyson1995-09-031-3/+3
* Improvements to the cluster code, minor vfs_bio efficiency:dyson1995-09-031-84/+163
* Don't include vm_pageout.h.dg1995-06-281-2/+1
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Check for case of blkno already known to avoid unnecessary VOP_BMAP's.dg1995-04-041-1/+2
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.dg1995-03-191-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+3
* Removed obsolete vtrace() remnants.dg1995-03-041-2/+1
* Don't try to cluster busy buffers.dg1995-03-021-16/+35
* vfs_cluster.c:dg1995-02-221-17/+18
* Fixed a variety of deadlock and panic bugs, removed the bypass code, anddg1995-01-241-11/+28
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-387/+264
* Fix possible off by one in b_save allocation size.dg1994-12-181-2/+2
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-081-6/+6
* Temporarily (?) disable block reallocation until either the real bug isdg1994-09-241-3/+3
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-081-2/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+746
OpenPOWER on IntegriCloud