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
/
softraid.c
Age
Commit message (
Expand
)
Author
2007-06-01
Check return code for resource allocation.
Marco Peereboom
2007-06-01
save metdata in context using dlg and tedu's shiny new workq api.
Marco Peereboom
2007-05-31
Redo the syncer to be a little smarter on interaction while shutting down
Marco Peereboom
2007-05-31
Fix redundancy for RAID 1. Now one can pull a disk and continue running.
Marco Peereboom
2007-05-31
- zap unnecessary rv variable
Alexander von Gernler
2007-05-30
Make sure that if there are staggered syncs that they complete successfully
Marco Peereboom
2007-05-30
Remove ugly print and don't panic when doing a partial bringup.
Marco Peereboom
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
sprinkle some SMALL_KERNEL so that it can run on boot media.
Marco Peereboom
2007-05-29
Add shutdownhook for all disciplines
Marco Peereboom
2007-05-29
Kill stale comment
Marco Peereboom
2007-05-29
Fix race in sync code.
Marco Peereboom
2007-05-29
Re-add sync.
Marco Peereboom
2007-05-29
Sparc64 does not like 32 bit pointers. Bad me.
Marco Peereboom
2007-05-28
Make disk assembly smarter and add two qualifiers to it:
Marco Peereboom
2007-05-27
hack to not open cd & fd devices since they complain at boot time when there
Marco Peereboom
2007-05-26
better spacing
Marco Peereboom
2007-05-26
get size from disklabel, d_psize will remain "swap only"
Ted Unangst
2007-05-26
Oops reintroduce check for SR_MAGIC to ensure that we care about metadata;
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-12
Add initial bits for assembly at boot time.
Marco Peereboom
2007-05-08
Assemble disk from user supplied metadata.
Marco Peereboom
2007-05-02
Make meta_read use the metadata memory that is provided in the discipline.
Marco Peereboom
2007-05-02
Add a function to free all discipline members and the discipline itself.
Marco Peereboom
2007-05-01
Refactor metadata code; this is the first step to be able to bringup
Marco Peereboom
2007-04-30
';;' doesnt work on older gcc..
Todd T. Fries
2007-04-23
Add initial test for existing metadata on chunks.
Marco Peereboom
2007-04-23
Add interesting runtime stats.
Marco Peereboom
2007-04-23
Keep track of coerced chunk sizes.
Marco Peereboom
2007-04-22
Calculate metadata checksums.
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
Make sure we don't write too much metadata.
Marco Peereboom
2007-04-21
Remove big endian in metadata; prompted by deraadt.
Marco Peereboom
2007-04-21
Account for mbr and partition table when writing meta data.
Marco Peereboom
2007-04-21
Add volumes to sensors.
Marco Peereboom
2007-04-19
Save volume and chunk metadata as well.
Marco Peereboom
2007-04-19
Add initial metadata write function and hook it up.
Marco Peereboom
2007-04-19
Silly tedu, partitions are measured in blocks not in bytes.
Marco Peereboom
2007-04-17
Whenever there are mutliple outstanding IOs a chunk can transtion multiple
Marco Peereboom
2007-04-17
Shuffle ccb contents and clean up a loop
Marco Peereboom
2007-04-14
shave some blocks off each chunk to make sure disklabel doesn't get eaten
Ted Unangst
2007-04-14
Add degraded raid 1 io path code
Marco Peereboom
2007-04-12
Add failure statistics per workunit.
Marco Peereboom
2007-04-11
Remove stale comment.
Marco Peereboom
[prev]
[next]