summaryrefslogtreecommitdiff
path: root/sys/dev/softraid.c
AgeCommit message (Expand)Author
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom
2007-06-02Fix collision by not adding data length but blocks instead.Marco Peereboom
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
2007-06-02Redo the sense mechanism to become autosense instead of request sense.Marco Peereboom
2007-06-01check return value of findblkmajor; this fixes a crash on vax during boot.Marco Peereboom
2007-06-01Add additional flag to indicate that we have a metdadata io pending; thisMarco Peereboom
2007-06-01Check return code for resource allocation.Marco Peereboom
2007-06-01save metdata in context using dlg and tedu's shiny new workq api.Marco Peereboom
2007-05-31Redo the syncer to be a little smarter on interaction while shutting downMarco Peereboom
2007-05-31Fix redundancy for RAID 1. Now one can pull a disk and continue running.Marco Peereboom
2007-05-31- zap unnecessary rv variableAlexander von Gernler
2007-05-30Make sure that if there are staggered syncs that they complete successfullyMarco Peereboom
2007-05-30Remove ugly print and don't panic when doing a partial bringup.Marco Peereboom
2007-05-30Sync after the metadata is saved.Marco Peereboom
2007-05-30add basic support for a crypto(9) backed raid C disciplineTed Unangst
2007-05-29Add dirty bit for volumesMarco Peereboom
2007-05-29sprinkle some SMALL_KERNEL so that it can run on boot media.Marco Peereboom
2007-05-29Add shutdownhook for all disciplinesMarco Peereboom
2007-05-29Kill stale commentMarco Peereboom
2007-05-29Fix race in sync code.Marco Peereboom
2007-05-29Re-add sync.Marco Peereboom
2007-05-29Sparc64 does not like 32 bit pointers. Bad me.Marco Peereboom
2007-05-28Make disk assembly smarter and add two qualifiers to it:Marco Peereboom
2007-05-27hack to not open cd & fd devices since they complain at boot time when thereMarco Peereboom
2007-05-26better spacingMarco Peereboom
2007-05-26get size from disklabel, d_psize will remain "swap only"Ted Unangst
2007-05-26Oops reintroduce check for SR_MAGIC to ensure that we care about metadata;Marco Peereboom
2007-05-26Assemble disks at boot time. This is not complete yet since it does notMarco Peereboom
2007-05-24create separate function to validate metadata.Marco Peereboom
2007-05-23Remove all vnode dependencies so that we can bootstrap softraid volumes.Marco Peereboom
2007-05-12Add initial bits for assembly at boot time.Marco Peereboom
2007-05-08Assemble disk from user supplied metadata.Marco Peereboom
2007-05-02Make meta_read use the metadata memory that is provided in the discipline.Marco Peereboom
2007-05-02Add a function to free all discipline members and the discipline itself.Marco Peereboom
2007-05-01Refactor metadata code; this is the first step to be able to bringupMarco Peereboom
2007-04-30';;' doesnt work on older gcc..Todd T. Fries
2007-04-23Add initial test for existing metadata on chunks.Marco Peereboom
2007-04-23Add interesting runtime stats.Marco Peereboom
2007-04-23Keep track of coerced chunk sizes.Marco Peereboom
2007-04-22Calculate metadata checksums.Marco Peereboom
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