summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the buffer cache memory policy by moving pages over to thedyson1997-04-131-13/+12
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-151-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-051-2/+2
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-011-14/+24
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-301-20/+80
* Potentially fix a problem, whereby MSDOSFS can request buffersdyson1996-11-281-1/+4
* Improve the caching of small files like directories, while notdyson1996-11-171-2/+2
* Fix a problem that could cause msync (or many other things) to deadlock.dyson1996-10-171-44/+40
* Fix 4 problems:dyson1996-10-061-10/+19
* Fix an spl window, a page manipulation at interrupt time that wasdyson1996-09-201-28/+84
* Add needed spl protection, and some minor cleanups in vfs_vmio_release.dyson1996-09-181-8/+14
* Clean up some more problems with freeing busy or wired pages. Thedyson1996-09-141-6/+12
* A modification that allows the driver strategy to modify thedyson1996-09-131-2/+3
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-3/+3
* Add bowrite.gibbs1996-09-061-2/+17
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-2/+17
* Add separate kmalloc classes for BIO buffers and Ktrace info.phk1996-08-041-4/+4
* Fixed a major bug that caused various pmap related panics, hangs, and reboots.dg1996-06-301-2/+2
* The Great PC98 Merge.asami1996-06-141-1/+8
* Keep brelse from freeing busy pages.dyson1996-05-311-2/+2
* Make sure that we don't place a busy or held page onto the PQ_CACHE queue.dyson1996-05-241-2/+5
* This set of commits to the VM system does the following, and containdyson1996-05-181-12/+9
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-10/+8
* Correct handling of dirty pages in I/O buffers. The case where pagesdyson1996-03-091-3/+9
* Fix the buffer queue problem differently. The previous fix could panicdyson1996-03-031-6/+2
* 1) Fix a bug that a buffer is removed from a queue, but thedyson1996-03-021-25/+121
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-021-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-153/+166
* Print out the queue index if it's found to be inconsistent.dg1996-01-061-4/+7
* Rework vm_hold_{load,free}_pages to calculate an index once and use that.dg1996-01-061-11/+13
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Fixed minor struct cred leak. Discovered while looking for the oppositedg1996-01-041-5/+8
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-9/+11
* Fix a problem that was caused by new (partial) support for merged cachedyson1995-12-131-1/+5
* This should have fixed some conditions that could cause thedyson1995-12-121-4/+4
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-86/+149
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+5
* A major sweep over the sysctl stuff.phk1995-12-041-1/+16
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+2
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-9/+3
* General fixes to the vfs clustring code:dyson1995-11-191-16/+9
* Added a missing splx(s).dyson1995-11-181-2/+4
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-2/+2
* Second batch of cleanup changes.phk1995-10-291-9/+1
* If we clear the B_CACHE flag because a buffer isn't composed fully ofdyson1995-10-191-3/+3
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+2
* Two critical bugfixes:dg1995-10-011-61/+61
OpenPOWER on IntegriCloud