summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_concat.c
AgeCommit message (Expand)Author
2020-04-25Reduce minimum allowed number of chunks in a CONCAT volume from 2 toKenneth R Westerback
2017-04-28Restore calculation of volume size. Accidentally removed inKenneth R Westerback
2016-04-12No need to rescan chunks in each discipline to find appropriateKenneth R Westerback
2016-04-04Enable creation of softraid volumes using disks with non-512 byteKenneth R Westerback
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'Kenneth R Westerback
2015-07-19Stop adding and subtracting data offset. Just keep to chunk relativeKenneth R Westerback
2013-11-22Stray missing (long long) on a daddr_t variable being printed.Kenneth R Westerback
2013-11-21Don't cast int64_t variables to (long long) when using %lld.Kenneth R Westerback
2013-11-21Change a bunch of daddr_t variables that don't (obviously) containKenneth R Westerback
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
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