| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 1 | -2/+2 |
* | Explicitly cast daddr_t's to long long's when printing them since daddr_t | jhb | 2002-11-07 | 1 | -6/+6 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -6/+6 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | grog | 2001-05-23 | 1 | -4/+4 |
* | complete_rqe: | grog | 2001-05-22 | 1 | -7/+41 |
* | give_plex_to_volume: Recalculate volume size after attaching. | grog | 2000-12-20 | 1 | -2/+9 |
* | Correct a comment. | grog | 2000-05-11 | 1 | -6/+6 |
* | Don't hide bio structure behind macros like b_ioflags. | grog | 2000-05-04 | 1 | -27/+35 |
* | Make vinum compile again using the "cast to buf" workaround. | phk | 2000-04-16 | 1 | -2/+2 |
* | complete_rqe: Remove a race condition in RAID-4 and RAID-5 where a | grog | 2000-04-06 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -4/+4 |
* | repair half-Danish b.b_iocmd damage where writes/reads weren't getting | alfred | 2000-03-26 | 1 | -2/+4 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -12/+10 |
* | complete_rqe: Handle volume read stats here with other objects. | grog | 2000-03-01 | 1 | -1/+5 |
* | Remove references to vnode pointers, including debug output. Vinum | grog | 2000-02-29 | 1 | -14/+2 |
* | Modify the manner in which we lock RAID-5 plexes. This appears to | grog | 2000-01-05 | 1 | -2/+7 |
* | sdio_done: | grog | 1999-10-17 | 1 | -8/+8 |
* | Limit the number of outstanding requests on a specific drive and | grog | 1999-10-13 | 1 | -0/+25 |
* | sdio_done: Log events if DEBUG_LASTREQS set. | grog | 1999-09-28 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't have | grog | 1999-08-26 | 1 | -3/+4 |
* | Change parameters of unlockrange to allow calling from revive_block, | grog | 1999-08-24 | 1 | -11/+11 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -3/+3 |
* | Remove some XXX comments (they're not really gone, just invisible). | grog | 1999-08-14 | 1 | -48/+9 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -3/+3 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+1 |
* | Import RAID-5 code. | grog | 1999-08-07 | 1 | -3/+224 |
* | Remove old grunge, including references to sys/disk.h (which is going | grog | 1999-05-07 | 1 | -3/+1 |
* | Modify to compile with egcs. | grog | 1999-03-18 | 1 | -2/+2 |
* | Change printf() calls to log() calls. | grog | 1999-03-02 | 1 | -5/+6 |
* | Change multiline comments to start with a lone /* and end with a */, | grog | 1999-01-29 | 1 | -1/+2 |
* | Include Peter Wemm's renaming and restructuring | grog | 1999-01-21 | 1 | -14/+25 |
* | Some relatively minor tweaks to enable vinum to be built into a static | peter | 1998-12-28 | 1 | -5/+6 |
* | If I've done this right, revive the vinum code in it's now home after it | peter | 1998-12-28 | 1 | -0/+198 |
* | Remove LKM's depricated by modules. | sos | 1998-12-27 | 1 | -198/+0 |
* | Take drive down if the disk driver tells us it's not there | grog | 1998-11-03 | 1 | -1/+5 |
* | config.c: | grog | 1998-10-21 | 1 | -3/+7 |
* | Import base vinum lkm sources | grog | 1998-09-16 | 1 | -0/+190 |