summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* These changes fix a bug in the clustering code that I made worse when addingdyson1995-09-231-4/+56
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+2
* Improvements to the cluster code, minor vfs_bio efficiency:dyson1995-09-031-22/+42
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+18
* Another minor optimization, this time to incore().dg1995-08-241-6/+6
* Minor optimization.dg1995-08-241-6/+6
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+4
* Killed bogus casts in tsleep/wakeup calls.dg1995-07-251-15/+15
* Fixed broken offset use in vfs_unbusy_pages() which resulted in severaldg1995-07-251-5/+15
* Panic if no object in biodone. Slightly optimized allocbuf() again.dg1995-07-241-5/+3
* Added some additional diagnostic information output when panicing indg1995-07-231-3/+3
* Fixed two cases where some parans were missing, resulting in some bogusdg1995-07-231-18/+16
* Re-lookup the buffer if the vnode isn't locked. The previous check fordg1995-07-211-4/+2
* Fixed "bufspace" calculation. It was lossy in some circumstances of thedg1995-07-171-14/+5
* Resize buffers if they aren't the correct size. Several months ago wedg1995-07-151-7/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-8/+8
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Changes to fix the following bugs:dg1995-05-211-19/+118
OpenPOWER on IntegriCloud