aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* open_drive:Greg Lehey2000-08-161-16/+21
* start_object: Set the revive length correctly.Greg Lehey2000-06-071-3/+3
* revive_block:Greg Lehey2000-06-071-35/+36
* parity ops: Correctly recognize the end of the plex. Previously weGreg Lehey2000-06-051-1/+1
* parityrebuild: write the parity block back to the correct subdisk.Greg Lehey2000-06-021-2/+2
* Remove an incorrect comment, adjust white space.Greg Lehey2000-06-021-2/+1
* Add 'dumpconfig' keyword.Greg Lehey2000-06-022-1/+3
* Remove a redundant statement.Greg Lehey2000-06-021-2/+1
* open_drive: Recognize "wd" device type. This is going away, but it'sGreg Lehey2000-06-021-7/+6
* give_sd_to_plex: Initialize sd->plexno correctly. Previously this wasGreg Lehey2000-06-021-3/+4
* Don't forget 'stripe' and 'mirror' commands when we turn offGreg Lehey2000-05-201-2/+2
* Allow revive block sizes up to MAXPHYS.Greg Lehey2000-05-111-4/+4
* Rewrite parity maintenance functions.Greg Lehey2000-05-111-98/+121
* Cosmetics.Greg Lehey2000-05-112-15/+15
* vinum_scandisk: Correct error recovery if a configuration is munged.Greg Lehey2000-05-111-3/+3
* Correct a comment.Greg Lehey2000-05-111-6/+6
* Change parity maintenance ioctls.Greg Lehey2000-05-111-4/+4
* Change linkage to parity maintenance operations.Greg Lehey2000-05-112-10/+6
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Increase the initial size of a RAID-5 plex lock table to 256 entries,Greg Lehey2000-05-041-2/+2
* requeststatus: Correct check for striped plex.Greg Lehey2000-05-041-2/+2
* Don't hide bio structure behind macros like b_ioflags.Greg Lehey2000-05-041-40/+54
* expand_table: Avoid a race condition which may have been contributingGreg Lehey2000-05-041-1/+4
* lockrange: Avoid a race condition which was causing random corruption,Greg Lehey2000-05-041-6/+5
* remove_drive: correctly obliterate the magic number.Greg Lehey2000-05-041-7/+15
* Don't hide bio structure behind macros like b_ioflags.Greg Lehey2000-05-041-27/+35
* Only wake up one process when we're done configuring.Greg Lehey2000-05-041-2/+2
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-292-8/+8
* initsd(): Complete the intention of revision 1.25 and write init data to disk.Greg Lehey2000-04-221-5/+6
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Make vinum compile again using the "cast to buf" workaround.Poul-Henning Kamp2000-04-163-20/+21
* open_drive: Add kludges for vn and md.Greg Lehey2000-04-061-0/+4
* (finally!) add keywords raid4 and partition.Greg Lehey2000-04-061-1/+3
* complete_rqe: Remove a race condition in RAID-4 and RAID-5 where aGreg Lehey2000-04-061-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-025-37/+38
* repair half-Danish b.b_iocmd damage where writes/reads weren't gettingAlfred Perlstein2000-03-263-4/+7
* rqe->b.b_flags |= B_READ; becameAlfred Perlstein2000-03-261-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-204-7/+7
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-208-42/+43
* sdio: If sd I/O fails because of an I/O error, set the sd stateGreg Lehey2000-03-121-3/+3
* Fix a problem with device number parsing, which caused da10 to map toGreg Lehey2000-03-021-5/+5
* Set default revive block size to 64 kB.Greg Lehey2000-03-011-1/+2
* Tidy up splbio() protection.Greg Lehey2000-03-011-18/+8
* vinumstrategy: Don't count the read and written bytes before they'reGreg Lehey2000-03-011-16/+7
* Add keywords raid4 and partition.Greg Lehey2000-03-011-1/+1
* complete_rqe: Handle volume read stats here with other objects.Greg Lehey2000-03-011-1/+5
* Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR withGreg Lehey2000-02-291-14/+19
* plex_org: Add case for RAID-4.Greg Lehey2000-02-291-14/+18
* set_drive_state: update subdisk states more correctly.Greg Lehey2000-02-291-76/+91
* Fix horrible, embarrassing breakage which caused occasional panics andGreg Lehey2000-02-291-181/+177