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-11-16
use arc4random_bytes() instead of multiple arc4random() calls;
Damien Miller
2007-09-11
KNF
Gilles Chehade
2007-09-08
more M_ZERO changes
Gilles Chehade
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-06-06
correct format strings for large types; ok marco
Theo de Raadt
2007-06-05
Shuffle calculation of physical block so that bounds checking is not off by
Marco Peereboom
2007-06-05
consistently use one variable instead of deriving it repeatedly
Todd T. Fries
2007-06-05
use six new macros to access & store the 48-bit disklabel fields related
Theo de Raadt
2007-06-04
use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during
Marco Peereboom
2007-06-03
put raidc inside ifdef CRYPTO, since it won't work without it
Ted Unangst
2007-06-03
shuffle the raid 1 specific functions to be all together and closer
Ted Unangst
2007-06-03
virtual device drivers tend not to need machine/bus.h. also important
Theo de Raadt
2007-06-03
During autoassemble get the actual raid level instead of always 1.
Marco Peereboom
2007-06-02
Disable crypto until we figure out proper key management and other stuff
Marco Peereboom
2007-06-02
Fix collision by not adding data length but blocks instead.
Marco Peereboom
2007-06-02
Add optional metadata element. This will be needed in the future for
Marco Peereboom
2007-06-02
Redo the sense mechanism to become autosense instead of request sense.
Marco Peereboom
2007-06-01
check return value of findblkmajor; this fixes a crash on vax during boot.
Marco Peereboom
2007-06-01
Add additional flag to indicate that we have a metdadata io pending; this
Marco Peereboom
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
[next]