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_aoe.c
Age
Commit message (
Expand
)
Author
2011-07-07
allow AOE config to be specified by userland. ok marco.
Ted Unangst
2011-07-04
assemble is a more appropriate place for the setup code than allocate.
Ted Unangst
2011-07-04
redo the timeout and input handling. unify them and fix some bugs.
Ted Unangst
2011-07-04
make it look like other softraid code
Ted Unangst
2011-07-04
whack the collider stuff for now
Ted Unangst
2011-04-05
Iopoolification. Testing by marco@.
Kenneth R Westerback
2010-07-02
Don't timeout_add() when the referenced struct is about to be
Kenneth R Westerback
2010-07-01
make sure that buf's on the stack set the b_bq to NULL.
Thordur I. Bjornsson
2010-06-29
move a little code around, eventually it will be better
Ted Unangst
2010-03-06
Allow code to compile.
Joel Sing
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-11-26
- let this compile again.
Jasper Lievisse Adriaanse
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-07-24
timeout_add -> timeout_add_sec
Bret Lambert
2009-06-03
whitespace. "Sure" marco@
Chris Kuethe
2009-06-02
Abuse bio layer a little less by marking fake buffers with B_PHYS.
Marco Peereboom
2009-05-11
Move the discipline initialisation code into discipline specific functions,
Joel Sing
2009-01-04
malloc + memset(ah, 0, ...) to malloc with M_ZERO.
Thordur I. Bjornsson
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