summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_concat.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-03-31Use consistent error handling when validating the number of chunksJoel Sing
2013-03-31More runtime value initialisation functions.Joel Sing
2013-03-31Provide default resource allocation and free functions. Convert allJoel Sing
2013-03-30Provide a default discipline interrupt handling function and migrate all ofJoel Sing
2013-03-02sr_alloc_resources() and sr_free_resources() can never be called withoutJoel Sing
2013-03-02Unbreak softraid compilation with debug enabled.Joel Sing
2013-01-18Convert softraid concat to new workunit completion functions.Joel Sing
2013-01-18Clean up and rework workunit completion for concat. Ensure that we removeJoel Sing
2013-01-17Convert softraid concat to the new ccb functions.Joel 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
2012-01-22Convert softraid(4) to new bio(4) status interface. This allows bioctl(8)Joel Sing
2011-12-31Implement a concatenating discipline for softraid.Joel Sing