summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_raid6.c
AgeCommit message (Expand)Author
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-05-21Provide a function that handles the scheduling of work units. ThisJoel Sing
2013-05-21Fix missing work unit state initialisations.Joel Sing
2013-05-21Use a state to indicate that a work unit should only be constructed and notJoel Sing
2013-04-27Convert RAID 6 to new work unit completion routines.Joel Sing
2013-04-26Add a SR_WUF_DISCIPLINE flag that identifies work units that have resultedJoel Sing
2013-04-23Convert RAID6 to new ccb handling.Joel Sing
2013-04-23Do not pass SR_CCBF_FREEBUF unless we are passing an already allocatedJoel Sing
2013-04-23Rename ccb_flag to ccb_flags.Joel Sing
2013-03-31Use consistent error handling when validating the number of chunksJoel Sing
2013-03-31Provide default resource allocation and free functions. Convert allJoel Sing
2013-03-31Pull the initialisation of runtime values out into a separate initJoel Sing
2013-03-30Provide wrappers for scsi_io_get() and scsi_io_put(), that also includeJoel Sing
2013-03-29Properly release ccbs when restarting a work unit.Joel Sing
2013-03-29Convert RAID 4/5/6 to new ccb completion code.Joel Sing
2013-03-29Decouple wakeups on work unit completion from the type of I/O beingJoel Sing
2013-03-29sd_wu_pending is only decremented when scsi_done() or scsi_io_put() areJoel Sing
2013-03-27Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.Joel Sing
2013-03-25Factor out the code that is used to recreate work units - one copy of theJoel Sing
2013-03-02sr_alloc_resources() and sr_free_resources() can never be called withoutJoel Sing
2013-01-16Consistently call sr_scsi_done instead of scsi_done.Joel Sing
2013-01-16Add a new capability flag to identify disciplines where read failures areJoel Sing
2013-01-16Set resid to zero if the scsi transfer completed without error.Joel Sing
2013-01-16Factor out code used to release ccbs from a workunit.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-12-31Spell `calculation' correctly.Miod Vallat
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing
2011-12-25Initialise discipline function pointers with defaults and only overrideJoel Sing
2011-04-21Speedup XORP/XORQ operations in RAID6, do 32-bits at a timeJordan Hargrave
2011-04-08Remove unused code/arrayJordan Hargrave
2011-04-08Fix raidp/raid6 to work with new iopool code, needed to swap wu'sJordan Hargrave
2011-04-06fix some spaces while looking for bigmem shizMarco Peereboom
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-02Determine the data offset using a variable specified within the softraidJoel Sing
2010-07-01make sure that buf's on the stack set the b_bq to NULL.Thordur I. Bjornsson
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
2010-02-09XY Failure reads no longer require temp buffer or WUF_FAILJordan Hargrave
2010-02-04Added optimization for XY reads, requires only one temp bufferJordan Hargrave
2010-02-04Optimized failure handing for Read with X/P failuresJordan Hargrave
2010-01-20Fix collider offsets to correct LBA.Jordan Hargrave
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-07Cleanup discipline initialisation.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-11-13Added mapping for failure flags for read/write mode (not yet used).Jordan Hargrave
2009-08-26Speedup on raid6 writes, precalculate xor lookupJordan Hargrave
2009-08-12Optimize Syndrome calculation, 30% speedup on writesJordan Hargrave
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom