summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumrequest.c
Commit message (Expand)AuthorAgeFilesLines
* vinumstart: Don't check for B_DONE on return from bre(), it doesn'tgrog2001-01-101-12/+4
* build_rq_buffer: Note which buffer headers we lock.grog2000-12-201-0/+9
* Remove an incorrect comment, adjust white space.grog2000-06-021-2/+1
* Cosmetics.grog2000-05-111-13/+13
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-40/+54
* Make vinum compile again using the "cast to buf" workaround.phk2000-04-161-17/+18
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-17/+18
* repair half-Danish b.b_iocmd damage where writes/reads weren't gettingalfred2000-03-261-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-13/+13
* sdio: If sd I/O fails because of an I/O error, set the sd stategrog2000-03-121-3/+3
* vinumstrategy: Don't count the read and written bytes before they'regrog2000-03-011-16/+7
* launch_requests: If too many requests are active, include PCATCH ingrog2000-02-291-28/+21
* revision 1.40 backed out the removal of PCATCH in a tsleep allowingalfred2000-01-101-1/+1
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-11/+23
* remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).alfred1999-11-181-1/+1
* launch_requests:grog1999-10-171-4/+4
* launch_requests:grog1999-10-131-9/+41
* logrq: add sdiodone case.grog1999-09-281-9/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add support for logging subdisk I/O.grog1999-08-241-16/+28
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-3/+3
* Clean up some comments.grog1999-08-141-72/+49
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-3/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Import RAID-5 code.grog1999-08-071-86/+155
* Lock buffer before calling strategy.grog1999-06-291-2/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-4/+3
* build_request_buffer:grog1999-06-241-5/+13
* bre: Don't loop if we try to access an invalid plex type. This isgrog1999-06-221-0/+1
* Modify to work with new style dev_t.grog1999-05-151-13/+16
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-3/+3
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Convert to use physread() and physwrite().grog1999-05-071-13/+0
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-3/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Put some \ns in some log messages.grog1999-03-281-3/+3
* vinum_start:grog1999-03-231-5/+2
* Perform all of vinumstrategy at splbio. This doesn't appeargrog1999-03-191-6/+4
* Modify to compile with egcs.grog1999-03-181-3/+3
* deallocrqg: deallocate the correct object, also check that the objectgrog1999-03-141-5/+11
* Add DEBUG_EOFINFO log messages.grog1999-03-131-0/+15
* Change printf() calls to log() calls.grog1999-03-021-9/+15
* build_write_request: correct logic for handling writes to volumes withgrog1999-02-111-1/+1
* Remove some dead debug codegrog1999-02-051-32/+27
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-52/+104
* build_write_request: only fail if all plexes are down, instead of ifgrog1999-01-281-1/+4
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-83/+41
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-8/+9
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+966
OpenPOWER on IntegriCloud