aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinuminterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add 'retryerrors' keyword.Greg Lehey2001-05-281-10/+23
* Catch up with -CURRENT. I've left it very late to MFC a number ofGreg Lehey2001-03-131-5/+29
* MFC: Fix a multitude of sins, including data corruption and panics.Greg Lehey2000-05-111-24/+32
* complete_rqe: Handle volume read stats here with other objects.Greg Lehey2000-03-011-1/+5
* Remove references to vnode pointers, including debug output. VinumGreg Lehey2000-02-291-14/+2
* Modify the manner in which we lock RAID-5 plexes. This appears toGreg Lehey2000-01-051-2/+7
* sdio_done:Greg Lehey1999-10-171-8/+8
* Limit the number of outstanding requests on a specific drive andGreg Lehey1999-10-131-0/+25
* sdio_done: Log events if DEBUG_LASTREQS set.Greg Lehey1999-09-281-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't haveGreg Lehey1999-08-261-3/+4
* Change parameters of unlockrange to allow calling from revive_block,Greg Lehey1999-08-241-11/+11
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-3/+3
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-48/+9
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-3/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Import RAID-5 code.Greg Lehey1999-08-071-3/+224
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-071-3/+1
* Modify to compile with egcs.Greg Lehey1999-03-181-2/+2
* Change printf() calls to log() calls.Greg Lehey1999-03-021-5/+6
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-1/+2
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-14/+25
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-281-5/+6
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+198
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-198/+0
* Take drive down if the disk driver tells us it's not thereGreg Lehey1998-11-031-1/+5
* config.c:Greg Lehey1998-10-211-3/+7
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+190