aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* read_drive: Remove references to vp->v_lastr, which is going away.Greg Lehey1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't haveGreg Lehey1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.Greg Lehey1999-08-262-8/+3
* set_sd_state: Correct the conditions for bringing up empty orGreg Lehey1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. ThisGreg Lehey1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.Greg Lehey1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.Greg Lehey1999-08-242-7/+15
* format_config: print preferred plex correctly.Greg Lehey1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,Greg Lehey1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.Greg Lehey1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.Greg Lehey1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.Greg Lehey1999-08-241-10/+16
* Add support for logging subdisk I/O.Greg Lehey1999-08-242-18/+32
* free_drive: mark drive down. This may fix a panic in the 'start' command.Greg Lehey1999-08-161-1/+3
* Clean up some comments.Greg Lehey1999-08-161-13/+11
* Add note that a change needs backing out.Greg Lehey1999-08-152-29/+44
* Ensure that we can't create two different drives on the sameGreg Lehey1999-08-151-38/+50
* Add 'initialized' state for subdisks. After initializing, the subdiskGreg Lehey1999-08-155-94/+163
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-144-10/+10
* Tidy up comments.Greg Lehey1999-08-141-18/+42
* Clean up comments.Greg Lehey1999-08-141-55/+44
* Clean up some comments.Greg Lehey1999-08-141-72/+49
* Tidy up some comments.Greg Lehey1999-08-141-137/+194
* Add keypairs replace and readpol. These got forgotten in a previousGreg Lehey1999-08-141-1/+3
* rewrite lockrange and unlockrange. Hopefully the current version willGreg Lehey1999-08-141-44/+105
* Add hotspare keyword.Greg Lehey1999-08-141-2/+3
* vinumioctl: add ioctls for raw subdisks and plexes. Remove code forGreg Lehey1999-08-141-10/+57
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-112/+57
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-48/+9
* Change definitions for get_volume_label, lockrange.Greg Lehey1999-08-141-4/+4
* Add code which someday will help support hot spares.Greg Lehey1999-08-141-30/+46
* vinumopen: add code for opening raw plexes. Volume-related plexGreg Lehey1999-08-141-0/+3
* Clarify some comments.Greg Lehey1999-08-141-3/+14
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-133-8/+8
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-084-8/+4
* Fixed all printf format errors reported by gcc -Wformat on i386's:Bruce Evans1999-08-081-8/+8
* Import RAID-5 code.Greg Lehey1999-08-071-0/+638
* Import RAID-5 code.Greg Lehey1999-08-071-3/+26
* Update a comment.Greg Lehey1999-08-071-3/+8
* Import RAID-5 code.Greg Lehey1999-08-071-11/+51
* Import RAID-5 code.Greg Lehey1999-08-071-86/+155
* Import RAID-5 code.Greg Lehey1999-08-073-7/+375
* Import RAID-5 code.Greg Lehey1999-08-071-6/+18
* Add definition of new ioctl (READPOL) for setting the read policy of aGreg Lehey1999-08-071-2/+3
* Remove code to accept partitions of type 'unused'. From now on, VinumGreg Lehey1999-08-071-84/+97
* Close a memory leak.Greg Lehey1999-08-071-1/+2
* vinumopen: add code to open raw subdisks. This is now used toGreg Lehey1999-08-071-8/+13
* Rework many comments.Greg Lehey1999-08-071-19/+20
* Modify device numbering method to work with latest -CURRENT. Briefly,Greg Lehey1999-07-222-11/+15
* use vp->v_rdev;Poul-Henning Kamp1999-07-201-2/+2