summaryrefslogtreecommitdiff
path: root/sys/dev/softraidvar.h
AgeCommit message (Expand)Author
2008-06-12wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djmHans-Joerg Hoexer
2008-06-12Get mask keying for on-disk keys from user space and keep a "hint" for keyHans-Joerg Hoexer
2008-06-12Add delete volume functionality.Marco Peereboom
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-02-22Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@Hans-Joerg Hoexer
2008-02-17Add "in blocks" to disk size discriptors so that I don't have to readMarco Peereboom
2008-02-17Add propper key encryption.Hans-Joerg Hoexer
2008-02-15Add myself to the copyrights, ok marco@Chris Kuethe
2008-02-14Actually implement the crypto.Chris Kuethe
2008-02-07Add optional metadata memebers.Marco Peereboom
2008-02-05Shave off a few more bytes by moving IO collision detection into a genericMarco Peereboom
2008-02-05Create a generic function to validate IO instead of copying and pastingMarco Peereboom
2008-02-03There is no such thing as RAIDCRYPTO so rename to CRYPTOMarco Peereboom
2008-01-29Improve performance dramatically by preventing severeal context switches.Marco Peereboom
2008-01-26Remove duplicate protosMarco Peereboom
2008-01-24Create chunk and state transition functions for RAID 0.Marco Peereboom
2008-01-24Add IO path to RAID 0 discipline.Marco Peereboom
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
2007-11-27also move softraid raid1 into own file, ok marcoTed Unangst
2007-11-27split crypto functions out into their own file, so softraid.c is not suchTed Unangst
2007-11-26rename RAID C to RAID CRYPTO. makes marco happierTed Unangst
2007-06-06correct format strings for large types; ok marcoTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
2007-06-01Add additional flag to indicate that we have a metdadata io pending; thisMarco Peereboom
2007-05-31Fix redundancy for RAID 1. Now one can pull a disk and continue running.Marco Peereboom
2007-05-31correct misspelled mail address in copyright statement, marco@ okAlexander von Gernler
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-29Add shutdownhook for all disciplinesMarco Peereboom
2007-05-29Re-add sync.Marco Peereboom
2007-05-28Make disk assembly smarter and add two qualifiers to it: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-08Assemble disk from user supplied metadata.Marco Peereboom
2007-05-01Refactor metadata code; this is the first step to be able to bringupMarco Peereboom
2007-04-23Add interesting runtime stats.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-21Remove big endian in metadata; prompted by deraadt.Marco Peereboom
2007-04-21Add volumes to sensors.Marco Peereboom
2007-04-19Add initial metadata write function and hook it up.Marco Peereboom
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
2007-04-12Add failure statistics per workunit.Marco Peereboom
2007-04-11Add infrastructure to run with multiple openings.Marco Peereboom
2007-03-30Make volume state transitions workMarco Peereboom
2007-03-27First stab at state transition code for volumes and chunks.Marco Peereboom