index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraidvar.h
Age
Commit message (
Expand
)
Author
2008-12-24
This creates the notion of a non-disk softraid device. The aoe target
Marco Peereboom
2008-11-25
Add generic sr_scsi_done function that does the spl dance
Marco Peereboom
2008-11-23
softraid support for ata over ethernet (aoe). this includes a client and
Ted Unangst
2008-07-29
Add rebuild mark so that we can restart a rebuild upon clean shutdown.
Marco Peereboom
2008-07-20
fill in variant and version components of the UUID
Damien Miller
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
Marco Peereboom
2008-06-25
use pools for the uio and iovec allocations in sr_crypto_getcryptop()
Thordur I. Bjornsson
2008-06-14
Use multiple crypto keys per volume. Each key is used to encrypt at
Damien Miller
2008-06-14
remove duplicate #defines; ok hshoexer@
Damien Miller
2008-06-14
implement a check code to determine whether the disk keys have
Damien Miller
2008-06-13
make the disk key masking algorithm a parameter and add some extra
Damien Miller
2008-06-13
Implement pbkdf2 in in bioctl to derive master key from a passphrase.
Hans-Joerg Hoexer
2008-06-13
rearrange on-disk structures to the top of the file, wrap kernel-only
Damien Miller
2008-06-12
wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm
Hans-Joerg Hoexer
2008-06-12
Get mask keying for on-disk keys from user space and keep a "hint" for key
Hans-Joerg Hoexer
2008-06-12
Add delete volume functionality.
Marco Peereboom
2008-06-11
Move first pieces of crypto softraid into the tree. Still totally
Hans-Joerg Hoexer
2008-02-22
Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@
Hans-Joerg Hoexer
2008-02-17
Add "in blocks" to disk size discriptors so that I don't have to read
Marco Peereboom
2008-02-17
Add propper key encryption.
Hans-Joerg Hoexer
2008-02-15
Add myself to the copyrights, ok marco@
Chris Kuethe
2008-02-14
Actually implement the crypto.
Chris Kuethe
2008-02-07
Add optional metadata memebers.
Marco Peereboom
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
Marco Peereboom
2008-02-05
Create a generic function to validate IO instead of copying and pasting
Marco Peereboom
2008-02-03
There is no such thing as RAIDCRYPTO so rename to CRYPTO
Marco Peereboom
2008-01-29
Improve performance dramatically by preventing severeal context switches.
Marco Peereboom
2008-01-26
Remove duplicate protos
Marco Peereboom
2008-01-24
Create chunk and state transition functions for RAID 0.
Marco Peereboom
2008-01-24
Add IO path to RAID 0 discipline.
Marco Peereboom
2008-01-19
Add initial scaffold for RAID 0. No IO just yet.
Marco Peereboom
2007-11-27
also move softraid raid1 into own file, ok marco
Ted Unangst
2007-11-27
split crypto functions out into their own file, so softraid.c is not such
Ted Unangst
2007-11-26
rename RAID C to RAID CRYPTO. makes marco happier
Ted Unangst
2007-06-06
correct format strings for large types; ok marco
Theo de Raadt
2007-06-06
now that all partition size/offsets are potentially 64-bit, change the
Theo de Raadt
2007-06-02
Add optional metadata element. This will be needed in the future for
Marco Peereboom
2007-06-01
Add additional flag to indicate that we have a metdadata io pending; this
Marco Peereboom
2007-05-31
Fix redundancy for RAID 1. Now one can pull a disk and continue running.
Marco Peereboom
2007-05-31
correct misspelled mail address in copyright statement, marco@ ok
Alexander von Gernler
2007-05-30
Sync after the metadata is saved.
Marco Peereboom
2007-05-30
add basic support for a crypto(9) backed raid C discipline
Ted Unangst
2007-05-29
Add dirty bit for volumes
Marco Peereboom
2007-05-29
Add shutdownhook for all disciplines
Marco Peereboom
2007-05-29
Re-add sync.
Marco Peereboom
2007-05-28
Make disk assembly smarter and add two qualifiers to it:
Marco Peereboom
2007-05-26
Assemble disks at boot time. This is not complete yet since it does not
Marco Peereboom
2007-05-24
create separate function to validate metadata.
Marco Peereboom
2007-05-23
Remove all vnode dependencies so that we can bootstrap softraid volumes.
Marco Peereboom
2007-05-08
Assemble disk from user supplied metadata.
Marco Peereboom
[next]