summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* Don't deregister the kld on resetconfig, only when we're really readygrog2003-06-031-3/+3
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-16/+29
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-3/+9
* expand_table: Add parameters file and line if we're debugging.grog2003-05-231-7/+18
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-232-8/+31
* detachobject: Update volume config after detaching a plex.grog2003-05-231-3/+5
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-2/+7
* Change many strcpys to strlcpys, etc.grog2003-05-231-20/+24
* print_config:grog2003-05-191-6/+14
* ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandiskgrog2003-05-081-5/+1
* Fix usages of %ll[dx] with typedef'ed created types.obrien2003-05-052-19/+19
* Add sector size member to subdisk, plex and volume objects.grog2003-05-051-0/+3
* Remove an accidental #include.grog2003-05-051-8/+30
* Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears thatgrog2003-05-051-0/+24
* Correct failed checkin. Only one of the hunks in the last checkingrog2003-05-051-1/+1
* Clarify comments.grog2003-05-051-2/+2
* Add "preferred" keyword.grog2003-05-052-0/+7
* White space fixes.grog2003-05-051-3/+4
* Remove DIOCGDINFO ioctl. This almost makes newfs work again withoutgrog2003-05-051-14/+41
* vinum_scandisk: Make sure the config is locked before we mess aroundgrog2003-05-051-15/+22
* Finally implement read policies. The previous "implementation" didn'tgrog2003-05-051-22/+52
* free_vinum: Rearrange sequence of actions to avoid potential racegrog2003-05-051-8/+7
* Update declaration of vinum_scandisk (only one parameter).grog2003-05-041-1/+1
* Rewrite of startup code:grog2003-05-041-0/+18
* Rewrite of startup code:grog2003-05-041-2/+3
* Rewrite of startup code:grog2003-05-042-24/+83
* Rewrite of startup code:grog2003-05-041-49/+8
* check_drive: If we find an existing drive which is "up" or "down",grog2003-05-021-2/+4
* White space changes.grog2003-05-021-11/+10
* Note when we issue a request to the disk driver, so that we cangrog2003-05-011-1/+2
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-111/+52
* For consistency's sake, on command failure, throw 1, not -1.grog2003-05-011-39/+36
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-5/+5
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-31/+37
* Terminate a comment.grog2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. Ingrog2003-05-011-3/+1
* Use strrchr, not rindex. This is for compatibility with othergrog2003-05-011-8/+8
* #ifdef VINUMDEBUG, not #if VINUMDEBUG.grog2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. It's onlygrog2003-05-011-3/+1
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-325/+329
* Use microtime, not getmicrotime, for timing debug entries.grog2003-05-011-63/+49
* Remove "to do" comments.grog2003-05-012-44/+46
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-130/+110
* Keep the proc locked while we set PS_INMEM so that either of the proc lockjhb2003-04-221-1/+1
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Format the cdevsw like all other drivers do it for improved grepability.phk2003-03-021-4/+13
* NO_GEOM cleanup:phk2003-03-022-19/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-2/+2
* NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
OpenPOWER on IntegriCloud