aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinumrequest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Modify to work with new style dev_t.Greg Lehey1999-05-151-13/+16
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-3/+3
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-3/+3
* Convert to use physread() and physwrite().Greg Lehey1999-05-071-13/+0
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-071-3/+1
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-2/+1
* Put some \ns in some log messages.Greg Lehey1999-03-281-3/+3
* vinum_start:Greg Lehey1999-03-231-5/+2
* Perform all of vinumstrategy at splbio. This doesn't appearGreg Lehey1999-03-191-6/+4
* Modify to compile with egcs.Greg Lehey1999-03-181-3/+3
* deallocrqg: deallocate the correct object, also check that the objectGreg Lehey1999-03-141-5/+11
* Add DEBUG_EOFINFO log messages.Greg Lehey1999-03-131-0/+15
* Change printf() calls to log() calls.Greg Lehey1999-03-021-9/+15
* build_write_request: correct logic for handling writes to volumes withGreg Lehey1999-02-111-1/+1
* Remove some dead debug codeGreg Lehey1999-02-051-32/+27
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-52/+104
* build_write_request: only fail if all plexes are down, instead of ifGreg Lehey1999-01-281-1/+4
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-83/+41
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-281-8/+9
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+966
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-966/+0
* Close any drives downed in an interrupt context.Greg Lehey1998-11-021-5/+24
* config.c:Greg Lehey1998-10-211-6/+71
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+882