summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinuminterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
* 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-6/+6
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-6/+6
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-231-4/+4
* complete_rqe:grog2001-05-221-7/+41
* give_plex_to_volume: Recalculate volume size after attaching.grog2000-12-201-2/+9
* Correct a comment.grog2000-05-111-6/+6
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-27/+35
* Make vinum compile again using the "cast to buf" workaround.phk2000-04-161-2/+2
* complete_rqe: Remove a race condition in RAID-4 and RAID-5 where agrog2000-04-061-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-4/+4
* repair half-Danish b.b_iocmd damage where writes/reads weren't gettingalfred2000-03-261-2/+4
* 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-12/+10
* complete_rqe: Handle volume read stats here with other objects.grog2000-03-011-1/+5
* Remove references to vnode pointers, including debug output. Vinumgrog2000-02-291-14/+2
* Modify the manner in which we lock RAID-5 plexes. This appears togrog2000-01-051-2/+7
* sdio_done:grog1999-10-171-8/+8
* Limit the number of outstanding requests on a specific drive andgrog1999-10-131-0/+25
* sdio_done: Log events if DEBUG_LASTREQS set.grog1999-09-281-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-241-11/+11
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-3/+3
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-48/+9
* 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-3/+224
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-3/+1
* Modify to compile with egcs.grog1999-03-181-2/+2
* Change printf() calls to log() calls.grog1999-03-021-5/+6
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-1/+2
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-14/+25
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-5/+6
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+198
* Remove LKM's depricated by modules.sos1998-12-271-198/+0
* Take drive down if the disk driver tells us it's not theregrog1998-11-031-1/+5
* config.c:grog1998-10-211-3/+7
* Import base vinum lkm sourcesgrog1998-09-161-0/+190
OpenPOWER on IntegriCloud