summaryrefslogtreecommitdiff
path: root/sys/dev/softraidvar.h
AgeCommit message (Expand)Author
2010-03-28Completely overhaul optional metadata handling, allowing for multipleJoel Sing
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
2010-02-13Removed unused variable sml_vn.Joel Sing
2009-12-31Add support for key disks. This allows a crypto volume to be constructedJoel Sing
2009-12-15Factor out discipline specific create/assemble code.Joel Sing
2009-12-07Cleanup discipline initialisation.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-11-24Allow the passphrase to be changed on softraid crypto volumes. Ensure thatJoel Sing
2009-11-23Improve discipline specific ioctl framework and attach to softraid ioctl.Joel Sing
2009-11-22Add a framework for discipline specific ioctls.Joel Sing
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-07-23Adding disabled framework for RAID6Jordan Hargrave
2009-07-12Add support for global hotspares to softraid.Joel Sing
2009-06-26Overhaul sr_boot_assembly(). The original code had a number of problems,Joel Sing
2009-06-24Abort the current rebuild if the rebuild chunk disappears. Whilst here alsoJoel Sing
2009-06-17Make openings variable instead of maxwu; needed for more exotic raid sets.Marco Peereboom
2009-06-17Remove __packed from memory structure. No idea what in the wolrd I wasMarco Peereboom
2009-06-12Add flag for freeing ccb buffer on I/O completionJordan Hargrave
2009-06-11Create a hotplug callback mechanism.Marco Peereboom
2009-06-10Add framework for raid 4 & 5 so that we can work in tree.Marco Peereboom
2009-06-03Slay the running out of wu during rebuild dragon and some cleanupMarco Peereboom
2009-06-02Make rebuilds restartable over reboots.Marco Peereboom
2009-06-02Add an identifier that tells us if we can rebuild this discipline.Marco Peereboom
2009-06-02First bits for rebuild. Disabled for now.Marco Peereboom
2009-05-11Move the discipline initialisation code into discipline specific functions,Joel Sing
2008-12-24This creates the notion of a non-disk softraid device. The aoe targetMarco Peereboom
2008-11-25Add generic sr_scsi_done function that does the spl danceMarco Peereboom
2008-11-23softraid support for ata over ethernet (aoe). this includes a client andTed Unangst
2008-07-29Add rebuild mark so that we can restart a rebuild upon clean shutdown.Marco Peereboom
2008-07-20fill in variant and version components of the UUIDDamien Miller
2008-07-19Full rewrite of metadata handling. This fixes power failures and crashesMarco Peereboom
2008-06-25use pools for the uio and iovec allocations in sr_crypto_getcryptop()Thordur I. Bjornsson
2008-06-14Use multiple crypto keys per volume. Each key is used to encrypt atDamien Miller
2008-06-14remove duplicate #defines; ok hshoexer@Damien Miller
2008-06-14implement a check code to determine whether the disk keys haveDamien Miller
2008-06-13make the disk key masking algorithm a parameter and add some extraDamien Miller
2008-06-13Implement pbkdf2 in in bioctl to derive master key from a passphrase.Hans-Joerg Hoexer
2008-06-13rearrange on-disk structures to the top of the file, wrap kernel-onlyDamien Miller
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