| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | shave some blocks off each chunk to make sure disklabel doesn't get eaten | 2007-04-14 | 1 | -4/+6 | ||
| | | | | | | this can also be used for softraid metadata ok marco | |||||
| * | Add degraded raid 1 io path code | 2007-04-14 | 1 | -29/+69 | ||
| | | ||||||
| * | Add failure statistics per workunit. | 2007-04-12 | 1 | -31/+28 | ||
| | | | | | | Remove BIOC_SFAILED; we'll only use BIOC_SOFFLINE. Call state change in interrupt handler when a chunk fails. | |||||
| * | Remove stale comment. | 2007-04-11 | 1 | -2/+2 | ||
| | | ||||||
| * | Fix thinko where vol was used instead of i (scsibus). | 2007-04-11 | 1 | -3/+3 | ||
| | | ||||||
| * | Add infrastructure to run with multiple openings. | 2007-04-11 | 1 | -15/+105 | ||
| | | ||||||
| * | Move offline state up in priority over degraded. | 2007-03-31 | 1 | -11/+13 | ||
| | | | | | Various cleanups in state functions. | |||||
| * | Fix bio disk lookup and make it more paranoia with provided parameters. | 2007-03-31 | 1 | -7/+9 | ||
| | | | | | Clean up a little while there. | |||||
| * | Spacing and a stale comment. | 2007-03-31 | 1 | -3/+1 | ||
| | | ||||||
| * | Make volume state transitions work | 2007-03-30 | 1 | -12/+55 | ||
| | | ||||||
| * | Calculate proper offset in partition table. | 2007-03-30 | 1 | -5/+6 | ||
| | | ||||||
| * | First stab at state transition code for volumes and chunks. | 2007-03-27 | 1 | -20/+244 | ||
| | | | | | | | Minor cleanup as well. prodded by jordan | |||||
| * | typos in comments | 2007-03-26 | 1 | -3/+3 | ||
| | | ||||||
| * | fix the vnode locking | 2007-03-24 | 1 | -8/+12 | ||
| | | | | | ok marco pedro | |||||
| * | Hook up sd ioctl. | 2007-03-20 | 1 | -2/+2 | ||
| | | ||||||
| * | Fake out target id for bioc_disk. | 2007-03-20 | 1 | -1/+2 | ||
| | | ||||||
| * | the autoconf glue funcs (match/attach/etc) are only used inside softraid.c, | 2007-03-19 | 1 | -18/+20 | ||
| | | | | | | | | | | so prototype them there rather than in softraidvar.h. shuffle these funcs a little bit while here to make it look more like everything else. ok marco@ | |||||
| * | Fix keyword expansion. | 2007-03-19 | 1 | -1/+1 | ||
| | | | | | ok marco | |||||
| * | attach softraid to the root of the device tree in a machine independant | 2007-03-19 | 1 | -6/+0 | ||
| | | | | | | | | | way, rather than requiring some glue in each machines mainbus probe. it is still commented out. based on a discussion with miod@ ok marco@ deraadt@ | |||||
| * | Add a new device that provides a framework for IO manipulation. A very basic | 2007-03-19 | 1 | -0/+1307 | ||
| implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | ||||||
