summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-4/+3
* revision 1.40 backed out the removal of PCATCH in a tsleep allowingalfred2000-01-101-1/+1
* Don't tsleep with PCATCH, it's a wonderful way to hang the system.grog2000-01-051-5/+6
* Add missing header file.grog2000-01-051-0/+1
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-19/+10
* When attaching a plex to a volume with 'up' subdisks, make the plexesgrog2000-01-051-10/+12
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-16/+16
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-11/+23
* Modify the manner in which we lock RAID-5 plexes. This appears togrog2000-01-053-7/+15
* Change the name of the define 'SPACETAB' (originally 'isspace') togrog2000-01-051-4/+19
* Include basename() function even if the system isn't i386.grog2000-01-051-7/+11
* Add the keywords 'mv' and 'move'.grog2000-01-051-0/+3
* Add function moveobject, which currently moves subdisks to differentgrog2000-01-051-0/+44
* Add VINUM_MOVE ioctl.grog2000-01-051-43/+45
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-8/+6
* Add declaration for give_sd_to_drive, needed for the 'move' command.grog2000-01-051-1/+2
* Set P_SYSTEM in the daemon proc structure to alleviate delays ongrog2000-01-051-7/+8
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+18
* Don't forget the 'stripe' and 'mirror' keywords when we turn debugginggrog1999-12-301-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-295-12/+12
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+4
* Look for disk devices rather than bdevs.phk1999-12-121-2/+2
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
* remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).alfred1999-11-181-1/+1
* Emergency fix to stop world breakage.grog1999-11-031-4/+0
* Change isspace() macro name to avoid conflict.archie1999-11-021-4/+4
* sdio_done:grog1999-10-171-8/+8
* launch_requests:grog1999-10-171-4/+4
* Remove reference to obsolete initsd function.grog1999-10-131-3/+1
* Change default revive block size to 60 kB (was 64 kB), and set agrog1999-10-131-2/+16
* Add glue for passing revive block size, and also for initializing agrog1999-10-131-4/+10
* revive_block: Add a check for a too high revive block size. This isgrog1999-10-131-2/+135
* launch_requests:grog1999-10-131-9/+41
* MMalloc: don't supply M_WAITOK when mallocing from an interruptgrog1999-10-131-23/+29
* struct vinum_ioctl_msg: Add fields verify (for initsd) and blocksizegrog1999-10-131-0/+3
* Fix another instance of vinum_scandisk giving a request to the daemongrog1999-10-131-10/+10
* Limit the number of outstanding requests on a specific drive andgrog1999-10-131-0/+25
* Modify definition of Malloc: only M_WAITOK if we're not in angrog1999-10-131-2/+6
* Change the declaration of initsd.grog1999-10-131-1/+2
* Add some private storage so that we can queue requests in an interruptgrog1999-10-132-4/+36
* Removal of sys/device.hn_hibma1999-10-052-2/+0
* struct plex: Add variables checkblock and rebuildblock to keep trackgrog1999-09-281-1/+8
* revive_block: set b_resid correctly.grog1999-09-281-4/+208
* logrq: add sdiodone case.grog1999-09-281-9/+7
* Don't count iterations while waiting for a lock to become free.grog1999-09-281-10/+9
* Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fullygrog1999-09-281-0/+8
* Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctlgrog1999-09-281-8/+10
* open_drive: Don't call set_drive_state to take a drive down, do itgrog1999-09-281-3/+3
* sdio_done: Log events if DEBUG_LASTREQS set.grog1999-09-281-0/+4
* Change remove_drive_entrygrog1999-09-281-1/+5
OpenPOWER on IntegriCloud