| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an incorrect comment, adjust white space. | grog | 2000-06-02 | 1 | -2/+1 |
* | Cosmetics. | grog | 2000-05-11 | 1 | -13/+13 |
* | Don't hide bio structure behind macros like b_ioflags. | grog | 2000-05-04 | 1 | -40/+54 |
* | Make vinum compile again using the "cast to buf" workaround. | phk | 2000-04-16 | 1 | -17/+18 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -17/+18 |
* | repair half-Danish b.b_iocmd damage where writes/reads weren't getting | alfred | 2000-03-26 | 1 | -1/+2 |
* | 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 | -13/+13 |
* | sdio: If sd I/O fails because of an I/O error, set the sd state | grog | 2000-03-12 | 1 | -3/+3 |
* | vinumstrategy: Don't count the read and written bytes before they're | grog | 2000-03-01 | 1 | -16/+7 |
* | launch_requests: If too many requests are active, include PCATCH in | grog | 2000-02-29 | 1 | -28/+21 |
* | revision 1.40 backed out the removal of PCATCH in a tsleep allowing | alfred | 2000-01-10 | 1 | -1/+1 |
* | Correct printf format for pointers to avoid compilation warnings on | grog | 2000-01-05 | 1 | -11/+23 |
* | remove PCATCH from a tsleep that isn't checked for (avoid infinite loop). | alfred | 1999-11-18 | 1 | -1/+1 |
* | launch_requests: | grog | 1999-10-17 | 1 | -4/+4 |
* | launch_requests: | grog | 1999-10-13 | 1 | -9/+41 |
* | logrq: add sdiodone case. | grog | 1999-09-28 | 1 | -9/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add support for logging subdisk I/O. | grog | 1999-08-24 | 1 | -16/+28 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -3/+3 |
* | Clean up some comments. | grog | 1999-08-14 | 1 | -72/+49 |
* | 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 | -86/+155 |
* | Lock buffer before calling strategy. | grog | 1999-06-29 | 1 | -2/+5 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -4/+3 |
* | build_request_buffer: | grog | 1999-06-24 | 1 | -5/+13 |
* | bre: Don't loop if we try to access an invalid plex type. This is | grog | 1999-06-22 | 1 | -0/+1 |
* | Modify to work with new style dev_t. | grog | 1999-05-15 | 1 | -13/+16 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -3/+3 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -3/+3 |
* | Convert to use physread() and physwrite(). | grog | 1999-05-07 | 1 | -13/+0 |
* | Remove old grunge, including references to sys/disk.h (which is going | grog | 1999-05-07 | 1 | -3/+1 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -2/+1 |
* | Put some \ns in some log messages. | grog | 1999-03-28 | 1 | -3/+3 |
* | vinum_start: | grog | 1999-03-23 | 1 | -5/+2 |
* | Perform all of vinumstrategy at splbio. This doesn't appear | grog | 1999-03-19 | 1 | -6/+4 |
* | Modify to compile with egcs. | grog | 1999-03-18 | 1 | -3/+3 |
* | deallocrqg: deallocate the correct object, also check that the object | grog | 1999-03-14 | 1 | -5/+11 |
* | Add DEBUG_EOFINFO log messages. | grog | 1999-03-13 | 1 | -0/+15 |
* | Change printf() calls to log() calls. | grog | 1999-03-02 | 1 | -9/+15 |
* | build_write_request: correct logic for handling writes to volumes with | grog | 1999-02-11 | 1 | -1/+1 |
* | Remove some dead debug code | grog | 1999-02-05 | 1 | -32/+27 |
* | Change multiline comments to start with a lone /* and end with a */, | grog | 1999-01-29 | 1 | -52/+104 |
* | build_write_request: only fail if all plexes are down, instead of if | grog | 1999-01-28 | 1 | -1/+4 |
* | Include Peter Wemm's renaming and restructuring | grog | 1999-01-21 | 1 | -83/+41 |
* | Some relatively minor tweaks to enable vinum to be built into a static | peter | 1998-12-28 | 1 | -8/+9 |
* | If I've done this right, revive the vinum code in it's now home after it | peter | 1998-12-28 | 1 | -0/+966 |
* | Remove LKM's depricated by modules. | sos | 1998-12-27 | 1 | -966/+0 |
* | Close any drives downed in an interrupt context. | grog | 1998-11-02 | 1 | -5/+24 |