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