summaryrefslogtreecommitdiffstats
path: root/sys/sys/bio.h
Commit message (Expand)AuthorAgeFilesLines
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-3/+3
* Constifixion of bio_attribute.phk2002-04-091-1/+1
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-3/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
* Remove __Palfred2002-03-191-9/+9
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-3/+3
* Augment struct bio for GEOM.phk2002-03-111-4/+14
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-221-5/+1
* Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyjoerg2001-06-291-0/+4
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-5/+13
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* A bit of sanity-checking in bioqdisksort(): panic if we recurse.phk2001-01-141-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-451/+10
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-9/+7
* Give struct bio it's own call back mechanism.phk2000-05-011-6/+11
* s/biowait/bufwait/gphk2000-04-291-1/+1
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-251-1/+1
* Don't declare common variables in include files:phk2000-04-181-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+10
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-6/+61
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-31/+36
* Draw the outline of "struct bio".phk2000-04-021-11/+33
* Change the write-behind code to take more care when startingdillon2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-0/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-5/+7
* Several performance improvements for soft updates have been added:mckusick2000-01-101-1/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-6/+6
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-221-2/+2
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-0/+7
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-101-1/+1
* "b_unused1" was.phk1999-11-171-3/+2
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-241-0/+1
* Give physio a makeover.phk1999-10-091-5/+3
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCdillon1999-09-271-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-3/+3
* bufhashinit() is called with a caddr_t and is expected to return thepeter1999-07-091-2/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-14/+4
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-5/+5
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldpeter1999-06-291-11/+2
* The BUF_*() routines must be internally splbio() protected otherwise theypeter1999-06-271-8/+37
* Make SMP work again. lockmgr() needed to be told to free the buftimelockpeter1999-06-271-1/+3
* Quick fix to make libcam compile.. I don't know about the rest of worldpeter1999-06-261-1/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-5/+85
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-1/+3
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+3
* Remove unused fields from struct buf:phk1999-05-061-6/+1
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-4/+36
OpenPOWER on IntegriCloud