summaryrefslogtreecommitdiff
path: root/sys/dev/softraid.c
AgeCommit message (Expand)Author
2007-04-22Add more debug output for metadata.Marco Peereboom
2007-04-22Don't use SBLOCK_UFS1. Don't call it SKIP either.Marco Peereboom
2007-04-22Skip past SBLOCK_UFS1 to make sure that metadata does not destroy anythingMarco Peereboom
2007-04-21Make sure we don't write too much metadata.Marco Peereboom
2007-04-21Remove big endian in metadata; prompted by deraadt.Marco Peereboom
2007-04-21Account for mbr and partition table when writing meta data.Marco Peereboom
2007-04-21Add volumes to sensors.Marco Peereboom
2007-04-19Save volume and chunk metadata as well.Marco Peereboom
2007-04-19Add initial metadata write function and hook it up.Marco Peereboom
2007-04-19Silly tedu, partitions are measured in blocks not in bytes.Marco Peereboom
2007-04-17Whenever there are mutliple outstanding IOs a chunk can transtion multipleMarco Peereboom
2007-04-17Shuffle ccb contents and clean up a loopMarco Peereboom
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-12Add failure statistics per workunit.Marco Peereboom
2007-04-11Remove stale comment.Marco Peereboom
2007-04-11Fix thinko where vol was used instead of i (scsibus).Marco Peereboom
2007-04-11Add infrastructure to run with multiple openings.Marco Peereboom
2007-03-31Move offline state up in priority over degraded.Marco Peereboom
2007-03-31Fix bio disk lookup and make it more paranoia with provided parameters.Marco Peereboom
2007-03-31Spacing and a stale comment.Marco Peereboom
2007-03-30Make volume state transitions workMarco Peereboom
2007-03-30Calculate proper offset in partition table.Marco Peereboom
2007-03-27First stab at state transition code for volumes and chunks.Marco Peereboom
2007-03-26typos in commentsTed Unangst
2007-03-24fix the vnode lockingTed Unangst
2007-03-20Hook up sd ioctl.Marco Peereboom
2007-03-20Fake out target id for bioc_disk.Marco Peereboom
2007-03-19the autoconf glue funcs (match/attach/etc) are only used inside softraid.c,David Gwynne
2007-03-19Fix keyword expansion.Michael Knudsen
2007-03-19attach softraid to the root of the device tree in a machine independantDavid Gwynne
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom