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
2013-11-21
Change a bunch of daddr_t variables that don't (obviously) contain
Kenneth R Westerback
2013-09-20
remove debug code. not sure how this lasted so long.
Ted Unangst
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-03-31
Use consistent error handling when validating the number of chunks
Joel Sing
2013-03-31
The return value of sd_free_resources() is never checked and all of the
Joel Sing
2013-03-02
sr_alloc_resources() and sr_free_resources() can never be called without
Joel Sing
2013-01-16
Set resid to zero if the scsi transfer completed without error.
Joel Sing
2013-01-15
Always initialise the discipline name, not just when we are doing a create.
Joel Sing
2013-01-15
Keep a function pointer to the per-discipline I/O interrupt handler in the
Joel Sing
2012-10-08
Provide a mechanism for the kernel to pass data through to the discipline
Joel Sing
2011-12-26
Provide default set chunk state and set volume state functions which
Joel Sing
2011-12-25
Initialise discipline function pointers with defaults and only override
Joel Sing
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