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