summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumrequest.c
Commit message (Expand)AuthorAgeFilesLines
* Initalize buffer headers correctly for current version of bio subsystem.grog2003-11-241-0/+2
* Fix vinum by correctly setting the b_offset bio filed when doing I/O.scottl2003-11-231-1/+3
* Do not initialize bp->b_pblkno, it is going away.phk2003-10-181-1/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* vinum_bounds_check: Don't check the label sector if the architecturegrog2003-06-121-12/+13
* Fix usages of %ll[dx] with typedef'ed created types.obrien2003-05-051-15/+15
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-31/+37
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-2/+2
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-2/+2
* Explicitly cast daddr_t's to long long's when printing them since daddr_tjhb2002-11-071-4/+4
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxbde2002-05-251-4/+4
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-4/+4
* GC: BIO_ORDERED going away.phk2002-02-221-1/+1
* allocrqg: Don't ever try to write to a NULL pointer.grog2001-11-031-1/+1
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-231-8/+8
* vinumstart: If a write request is for a RAID-[45] plex or a volumegrog2001-05-221-13/+23
* 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
OpenPOWER on IntegriCloud