summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passdt1999-04-141-7/+4
* Fix a performance problem with the new getnewbuf() code: in an outofspacealc1999-04-071-26/+30
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-1/+17
* Fixed a serious bug in rev.1.202. getnewbuf() sometimes didn'tbde1999-03-191-2/+2
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-121-376/+660
* Make comment match code.julian1999-03-021-3/+2
* Remove inapropriate use of VOP_ISLOCKED()julian1999-03-021-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Don't try to calculate B_CACHE for an NFS related bp that has adillon1999-01-241-2/+5
* Fix an expression parenthesization typo in a conditional. It should notdillon1999-01-231-2/+10
* Don't throw away the buffer contents on a fatal write error; just markdg1999-01-221-2/+5
* The main operational changes are in getblk()'s handling of thedillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-44/+75
* Obtained from: Luoqidillon1999-01-191-2/+3
* Silence warnings.eivind1999-01-121-5/+10
* KNFize, by bde.eivind1999-01-101-16/+9
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-34/+16
* Adjust some comments to prevent future confusion on the implementation.dillon1998-12-221-6/+26
* Correctly handle misaligned VMIO buffer (whose start or end offset in the VMluoqi1998-12-221-77/+92
* fix intermediate overflow in 'quad = int * int' situation by castingdillon1998-12-141-2/+2
* Fix grouping of statements. This remove a potential panic in the softeivind1998-12-071-5/+5
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-181-2/+4
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-3/+3
* Unwire everything to the inactive queue in order to preserve LRU ordering.dg1998-10-301-37/+12
* Fixed editing error. Pointed out by bde.dg1998-10-291-2/+1
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-8/+6
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-23/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-9/+9
* PR: kern/7418dillon1998-09-261-1/+14
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-9/+1
* kern_clock.c:gibbs1998-09-151-12/+5
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-9/+10
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-19/+19
* Close a race window for getnewbuf() between shared lock holders of the vnode.luoqi1998-08-281-2/+2
* Fix DDBs printing of buf-flags after I changed them yesterday.phk1998-08-251-3/+3
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-5/+1
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-26/+22
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-2/+4
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-061-3/+7
* Fixed printf format errors.bde1998-07-131-4/+5
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-3/+4
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-5/+5
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* In kern_physio.c fix tsleep priority messup.dyson1998-03-191-41/+71
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
OpenPOWER on IntegriCloud