aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/bio.h
Commit message (Expand)AuthorAgeFilesLines
* Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyJoerg Wunsch2001-06-291-0/+4
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-5/+13
* Introduce bioerror(struct bio*, int err, int complete);Poul-Henning Kamp2001-05-061-0/+10
* A bit of sanity-checking in bioqdisksort(): panic if we recurse.Poul-Henning Kamp2001-01-141-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-451/+10
* Convert the vm_pager_strategy() interface to take a struct bio instead ofPoul-Henning Kamp2000-05-031-9/+7
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-011-6/+11
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-1/+1
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-1/+1
* Don't declare common variables in include files:Poul-Henning Kamp2000-04-181-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-1/+10
* Clone bio versions of certain bits of infrastructure:Poul-Henning Kamp2000-04-021-6/+61
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-31/+36
* Draw the outline of "struct bio".Poul-Henning Kamp2000-04-021-11/+33
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-0/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-5/+7
* Several performance improvements for soft updates have been added:Kirk McKusick2000-01-101-1/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishKirk McKusick1999-12-221-2/+2
* Synopsis of problem being fixed: Dan Nelson originally reported thatMatthew Dillon1999-12-121-0/+7
* Remove the B_BAD buffer flag, it is no longer used.Poul-Henning Kamp1999-12-101-1/+1
* "b_unused1" was.Poul-Henning Kamp1999-11-171-3/+2
* Adjust the buffer cache to better handle small-memory machines. AMatthew Dillon1999-10-241-0/+1
* Give physio a makeover.Poul-Henning Kamp1999-10-091-5/+3
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCMatthew Dillon1999-09-271-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-3/+3
* bufhashinit() is called with a caddr_t and is expected to return thePeter Wemm1999-07-091-2/+2
* These changes appear to give us benefits with both small (32MB) andKirk McKusick1999-07-081-14/+4
* The buffer queue mechanism has been reformulated. Instead of havingKirk McKusick1999-07-041-5/+5
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldPeter Wemm1999-06-291-11/+2
* The BUF_*() routines must be internally splbio() protected otherwise theyPeter Wemm1999-06-271-8/+37
* Make SMP work again. lockmgr() needed to be told to free the buftimelockPeter Wemm1999-06-271-1/+3
* Quick fix to make libcam compile.. I don't know about the rest of worldPeter Wemm1999-06-261-1/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-5/+85
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-1/+3
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-2/+3
* Remove unused fields from struct buf:Poul-Henning Kamp1999-05-061-6/+1
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-4/+36
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-121-6/+9
* When fsync'ing a file on a filesystem using soft updates, we first tryKirk McKusick1999-03-021-2/+2
* Typo: s/bpreassignbuf/pbreassignbuf/ so the prototype matches it's functionPeter Wemm1999-01-211-2/+2
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-6/+30
* Restored the "reallocblks" code to its former glory. What this does isDavid Greenman1998-11-131-1/+15
* Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs.Peter Wemm1998-10-311-6/+10
* Quick fix for not being able to sync all the buffers in boot() ifBruce Evans1998-10-031-3/+3
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.Peter Wemm1998-09-251-7/+3