summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* struct rqgroup: put 0-length array at the end. Make mental note notgrog1999-09-051-1/+1
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* remove some out-of-scope DEVFS references..julian1999-09-032-7/+0
* Reverse MFC of revision 1.5.2.7:grog1999-09-031-2/+0
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* Initialize the si_bsize fields of the new dev structure. This fixesgrog1999-08-292-0/+7
* $Id$ -> $FreeBSD$peter1999-08-2823-23/+23
* read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.grog1999-08-262-8/+3
* set_sd_state: Correct the conditions for bringing up empty orgrog1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. Thisgrog1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.grog1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.grog1999-08-242-7/+15
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.grog1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.grog1999-08-241-10/+16
* Add support for logging subdisk I/O.grog1999-08-242-18/+32
* free_drive: mark drive down. This may fix a panic in the 'start' command.grog1999-08-161-1/+3
* Clean up some comments.grog1999-08-161-13/+11
* Add note that a change needs backing out.grog1999-08-152-29/+44
* Ensure that we can't create two different drives on the samegrog1999-08-151-38/+50
* Add 'initialized' state for subdisks. After initializing, the subdiskgrog1999-08-155-94/+163
* Spring cleaning around strategy and disklabels/slices:phk1999-08-144-10/+10
* Tidy up comments.grog1999-08-141-18/+42
* Clean up comments.grog1999-08-141-55/+44
* Clean up some comments.grog1999-08-141-72/+49
* Tidy up some comments.grog1999-08-141-137/+194
* Add keypairs replace and readpol. These got forgotten in a previousgrog1999-08-141-1/+3
* rewrite lockrange and unlockrange. Hopefully the current version willgrog1999-08-141-44/+105
* Add hotspare keyword.grog1999-08-141-2/+3
* vinumioctl: add ioctls for raw subdisks and plexes. Remove code forgrog1999-08-141-10/+57
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-112/+57
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-48/+9
* Change definitions for get_volume_label, lockrange.grog1999-08-141-4/+4
* Add code which someday will help support hot spares.grog1999-08-141-30/+46
* vinumopen: add code for opening raw plexes. Volume-related plexgrog1999-08-141-0/+3
* Clarify some comments.grog1999-08-141-3/+14
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-133-8/+8
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-084-8/+4
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Import RAID-5 code.grog1999-08-071-0/+638
* Import RAID-5 code.grog1999-08-071-3/+26
* Update a comment.grog1999-08-071-3/+8
* Import RAID-5 code.grog1999-08-071-11/+51
* Import RAID-5 code.grog1999-08-071-86/+155
* Import RAID-5 code.grog1999-08-073-7/+375
* Import RAID-5 code.grog1999-08-071-6/+18
OpenPOWER on IntegriCloud