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
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
2007-05-01
Refactor metadata code; this is the first step to be able to bringup
Marco Peereboom
2007-04-23
Add interesting runtime stats.
Marco Peereboom
2007-04-22
Add more debug output for metadata.
Marco Peereboom
2007-04-22
Don't use SBLOCK_UFS1. Don't call it SKIP either.
Marco Peereboom
2007-04-22
Skip past SBLOCK_UFS1 to make sure that metadata does not destroy anything
Marco Peereboom
2007-04-21
Remove big endian in metadata; prompted by deraadt.
Marco Peereboom
2007-04-21
Add volumes to sensors.
Marco Peereboom
2007-04-19
Add initial metadata write function and hook it up.
Marco Peereboom
2007-04-14
shave some blocks off each chunk to make sure disklabel doesn't get eaten
Ted Unangst
2007-04-12
Add failure statistics per workunit.
Marco Peereboom
2007-04-11
Add infrastructure to run with multiple openings.
Marco Peereboom
2007-03-30
Make volume state transitions work
Marco Peereboom
2007-03-27
First stab at state transition code for volumes and chunks.
Marco Peereboom
2007-03-19
the autoconf glue funcs (match/attach/etc) are only used inside softraid.c,
David Gwynne
2007-03-19
attach softraid to the root of the device tree in a machine independant
David Gwynne
2007-03-19
Add a new device that provides a framework for IO manipulation. A very basic
Marco Peereboom