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