summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_aoe.c
AgeCommit message (Expand)Author
2011-07-07allow AOE config to be specified by userland. ok marco.Ted Unangst
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04redo the timeout and input handling. unify them and fix some bugs.Ted Unangst
2011-07-04make it look like other softraid codeTed Unangst
2011-07-04whack the collider stuff for nowTed Unangst
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2010-07-02Don't timeout_add() when the referenced struct is about to beKenneth R Westerback
2010-07-01make sure that buf's on the stack set the b_bq to NULL.Thordur I. Bjornsson
2010-06-29move a little code around, eventually it will be betterTed Unangst
2010-03-06Allow code to compile.Joel Sing
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-12-15Factor out discipline specific create/assemble code.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-11-26- let this compile again.Jasper Lievisse Adriaanse
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-07-24timeout_add -> timeout_add_secBret Lambert
2009-06-03whitespace. "Sure" marco@Chris Kuethe
2009-06-02Abuse bio layer a little less by marking fake buffers with B_PHYS.Marco Peereboom
2009-05-11Move the discipline initialisation code into discipline specific functions,Joel Sing
2009-01-04malloc + memset(ah, 0, ...) to malloc with M_ZERO.Thordur I. Bjornsson
2008-12-24This creates the notion of a non-disk softraid device. The aoe targetMarco Peereboom
2008-11-25Add generic sr_scsi_done function that does the spl danceMarco Peereboom
2008-11-23softraid support for ata over ethernet (aoe). this includes a client andTed Unangst