| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused vinum files. | Poul-Henning Kamp | 2004-11-04 | 1 | -1125/+0 |
* | When doing round-robin reads from a multi-plex volume, only switch to the | Lukas Ertl | 2004-03-19 | 1 | -4/+12 |
* | Fix an integer overflow when dealing with very large volumes. This bug | Lukas Ertl | 2004-03-09 | 1 | -1/+1 |
* | Initalize buffer headers correctly for current version of bio subsystem. | Greg Lehey | 2003-11-24 | 1 | -0/+2 |
* | Fix vinum by correctly setting the b_offset bio filed when doing I/O. | Scott Long | 2003-11-23 | 1 | -1/+3 |
* | Do not initialize bp->b_pblkno, it is going away. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | vinum_bounds_check: Don't check the label sector if the architecture | Greg Lehey | 2003-06-12 | 1 | -12/+13 |
* | Fix usages of %ll[dx] with typedef'ed created types. | David E. O'Brien | 2003-05-05 | 1 | -15/+15 |
* | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -31/+37 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -2/+2 |
* | Remove unused second argument from DEV_STRATEGY(). | Poul-Henning Kamp | 2003-01-03 | 1 | -2/+2 |
* | Explicitly cast daddr_t's to long long's when printing them since daddr_t | John Baldwin | 2002-11-07 | 1 | -4/+4 |
* | "Fixed" printf format errors (64-bit daddr_t casualties; should use %jx | Bruce Evans | 2002-05-25 | 1 | -4/+4 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -2/+2 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 1 | -4/+4 |
* | GC: BIO_ORDERED going away. | Poul-Henning Kamp | 2002-02-22 | 1 | -1/+1 |
* | allocrqg: Don't ever try to write to a NULL pointer. | Greg Lehey | 2001-11-03 | 1 | -1/+1 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | Greg Lehey | 2001-05-23 | 1 | -8/+8 |
* | vinumstart: If a write request is for a RAID-[45] plex or a volume | Greg Lehey | 2001-05-22 | 1 | -13/+23 |
* | vinumstart: Don't check for B_DONE on return from bre(), it doesn't | Greg Lehey | 2001-01-10 | 1 | -12/+4 |
* | build_rq_buffer: Note which buffer headers we lock. | Greg Lehey | 2000-12-20 | 1 | -0/+9 |
* | Remove an incorrect comment, adjust white space. | Greg Lehey | 2000-06-02 | 1 | -2/+1 |
* | Cosmetics. | Greg Lehey | 2000-05-11 | 1 | -13/+13 |
* | Don't hide bio structure behind macros like b_ioflags. | Greg Lehey | 2000-05-04 | 1 | -40/+54 |
* | Make vinum compile again using the "cast to buf" workaround. | Poul-Henning Kamp | 2000-04-16 | 1 | -17/+18 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -17/+18 |
* | repair half-Danish b.b_iocmd damage where writes/reads weren't getting | Alfred Perlstein | 2000-03-26 | 1 | -1/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -13/+13 |
* | sdio: If sd I/O fails because of an I/O error, set the sd state | Greg Lehey | 2000-03-12 | 1 | -3/+3 |
* | vinumstrategy: Don't count the read and written bytes before they're | Greg Lehey | 2000-03-01 | 1 | -16/+7 |
* | launch_requests: If too many requests are active, include PCATCH in | Greg Lehey | 2000-02-29 | 1 | -28/+21 |
* | revision 1.40 backed out the removal of PCATCH in a tsleep allowing | Alfred Perlstein | 2000-01-10 | 1 | -1/+1 |
* | Correct printf format for pointers to avoid compilation warnings on | Greg Lehey | 2000-01-05 | 1 | -11/+23 |
* | remove PCATCH from a tsleep that isn't checked for (avoid infinite loop). | Alfred Perlstein | 1999-11-18 | 1 | -1/+1 |
* | launch_requests: | Greg Lehey | 1999-10-17 | 1 | -4/+4 |
* | launch_requests: | Greg Lehey | 1999-10-13 | 1 | -9/+41 |
* | logrq: add sdiodone case. | Greg Lehey | 1999-09-28 | 1 | -9/+7 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Add support for logging subdisk I/O. | Greg Lehey | 1999-08-24 | 1 | -16/+28 |
* | Spring cleaning around strategy and disklabels/slices: | Poul-Henning Kamp | 1999-08-14 | 1 | -3/+3 |
* | Clean up some comments. | Greg Lehey | 1999-08-14 | 1 | -72/+49 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -3/+3 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 1 | -2/+1 |
* | Import RAID-5 code. | Greg Lehey | 1999-08-07 | 1 | -86/+155 |
* | Lock buffer before calling strategy. | Greg Lehey | 1999-06-29 | 1 | -2/+5 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -4/+3 |
* | build_request_buffer: | Greg Lehey | 1999-06-24 | 1 | -5/+13 |
* | bre: Don't loop if we try to access an invalid plex type. This is | Greg Lehey | 1999-06-22 | 1 | -0/+1 |