Age | Commit message (Expand) | Author |
2015-07-27 | zap trailing linefeeds from sr_error() and panic() calls | Alexander Hall |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Oops. Missed a file from offset commit. | Kenneth R Westerback |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-07-05 | fix a format specifier used in SR_DEBUG printfs. | Mike Larkin |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | bcopy to memcpy. ok deraadt millert | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-10-30 | zero the correct size, then free it. | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-22 | Remove a pesky free that was supposed to be removed in an earlier commit. | Joel Sing |
2014-01-21 | Remove unused variable. | Joel Sing |
2014-01-21 | Do not bother calling splvm around crypto_invoke(), as crypto_invoke() | Joel Sing |
2014-01-21 | Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now. | Joel Sing |
2014-01-21 | Instead of maintaining a completely separate list of crypto work units, | Joel Sing |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | Remove pointless validation - these cases cannot be hit as they have | Joel Sing |
2014-01-20 | Return a user friendly error if we ever encounter an unknown crypto | Joel Sing |
2014-01-20 | Store the algorithm and key length in the discipline data structure, | Joel Sing |
2014-01-20 | Remove unused variable. | Joel Sing |
2014-01-20 | Do not bother setting crp_desc to NULL, since it does not really gain us | Joel Sing |
2013-12-21 | Don't assign a literal number to a variable that otherwise holds an errno. | Philip Guenther |
2013-11-19 | Print daddr_t's with %lld, size_t's with %zu, int's with %d and | Kenneth R Westerback |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing |
2013-04-01 | Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects the | Joel Sing |
2013-04-01 | Validate the I/O request when it is first received, rather than waiting | Joel Sing |
2013-03-31 | Use consistent error handling when validating the number of chunks | Joel Sing |
2013-03-31 | The return value of sd_free_resources() is never checked and all of the | Joel Sing |
2013-03-30 | Provide a default discipline interrupt handling function and migrate all of | Joel Sing |
2013-03-29 | sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are | Joel Sing |
2013-03-02 | sr_alloc_resources() and sr_free_resources() can never be called without | Joel Sing |
2013-01-18 | Convert softraid crypto to the new ccb and workunit completion functions. | Joel Sing |
2013-01-16 | Set resid to zero if the scsi transfer completed without error. | Joel Sing |
2013-01-15 | Always initialise the discipline name, not just when we are doing a create. | Joel Sing |
2013-01-15 | Keep a function pointer to the per-discipline I/O interrupt handler in the | Joel Sing |
2012-10-09 | Provide a mechanism for the kernel to directly pass a mask key through to | Joel Sing |
2012-10-08 | Provide a mechanism for the kernel to pass data through to the discipline | Joel Sing |
2012-01-30 | Prevent softraid from being used with devices that do not have a sector | Joel Sing |
2012-01-22 | Convert softraid(4) to new bio(4) status interface. This allows bioctl(8) | Joel Sing |
2012-01-22 | Move list initialisation to the start of the function - this prevents us | Joel Sing |
2011-12-26 | Provide default set chunk state and set volume state functions which | Joel Sing |
2011-12-25 | Initialise discipline function pointers with defaults and only override | Joel Sing |
2011-09-20 | Mark softraid crypto volumes as being capable of auto assembly, since they | Joel Sing |
2011-09-20 | Simplify the crypto descriptor handling by changing the list head, instead | Joel Sing |
2011-09-18 | Add support for variable length optional metadata in softraid(4). This | Joel Sing |