| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-13 | Nuke *_minphys() functions that either simply apply MAXPHYS or do |  krw | 1 | -2/+1 |
| 2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. |  bluhm | 1 | -2/+3 |
| 2019-01-06 | Unbreak SR_DEBUG builds |  kn | 1 | -3/+1 |
| 2017-06-12 | Limit the maximum size of softraid crypto volumes that can be created to |  jsing | 1 | -1/+3 |
| 2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector |  yasuoka | 1 | -1/+2 |
| 2016-09-10 | Ugh, too many initialisms... |  jsing | 1 | -2/+2 |
| 2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to |  jsing | 1 | -14/+14 |
| 2016-05-31 | Provide a function for calculting the rebuild percentage, rather than |  jsing | 1 | -1/+2 |
| 2016-04-04 | Enable creation of softraid volumes using disks with non-512 byte |  krw | 1 | -3/+4 |
| 2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' |  krw | 1 | -3/+3 |
| 2015-07-19 | Stop passing daddr_t parameters for lengths. Use long since that's the type |  krw | 1 | -3/+3 |
| 2015-01-27 | remove the second void * argument on tasks. |  dlg | 1 | -3/+3 |
| 2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after |  tedu | 1 | -19/+2 |
| 2014-07-20 | Support hibernating to softraid crypto volumes. |  mlarkin | 1 | -1/+5 |
| 2014-07-12 | essentially mechanical conversion of softraid rebuild from |  blambert | 1 | -1/+2 |
| 2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown |  mpi | 1 | -3/+1 |
| 2014-01-22 | Add a debug flag for rebuild. |  jsing | 1 | -1/+2 |
| 2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults |  jsing | 1 | -1/+2 |
| 2014-01-22 | Move sr_dump from the RAID5 code into shared code. Rename it to |  jsing | 1 | -1/+2 |
| 2014-01-22 | Switch metadata saves from the system workq to the system taskq. |  jsing | 1 | -1/+4 |
| 2014-01-21 | Instead of maintaining a completely separate list of crypto work units, |  jsing | 1 | -3/+1 |
| 2014-01-21 | Allow for variable sized work units. |  jsing | 1 | -2/+2 |
| 2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow |  jsing | 1 | -6/+7 |
| 2014-01-20 | Convert the softraid work unit workqs to taskqs. |  jsing | 1 | -4/+4 |
| 2014-01-20 | Store the algorithm and key length in the discipline data structure, |  jsing | 1 | -1/+4 |
| 2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. |  jsing | 1 | -2/+2 |
| 2014-01-18 | Move the block get/put routines into the common code, instead of having |  jsing | 1 | -1/+3 |
| 2014-01-18 | Rename softraid RAIDP to softraid RAID5. |  jsing | 1 | -8/+7 |
| 2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID |  jsing | 1 | -2/+2 |
| 2014-01-18 | Improve comments re KDF hints. |  jsing | 1 | -5/+11 |
| 2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we |  deraadt | 1 | -79/+71 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -6/+6 |
| 2013-05-21 | Provide a function that handles the scheduling of work units. This |  jsing | 1 | -2/+2 |
| 2013-05-21 | Use a state to indicate that a work unit should only be constructed and not |  jsing | 1 | -1/+2 |
| 2013-04-26 | Add a SR_WUF_DISCIPLINE flag that identifies work units that have resulted |  jsing | 1 | -1/+2 |
| 2013-04-23 | Rename ccb_flag to ccb_flags. |  jsing | 1 | -2/+2 |
| 2013-04-21 | Convert RAID1 to the new work unit completion functions and generic |  jsing | 1 | -1/+2 |
| 2013-03-31 | The return value of sd_free_resources() is never checked and all of the |  jsing | 1 | -2/+2 |
| 2013-03-30 | Provide wrappers for scsi_io_get() and scsi_io_put(), that also include |  jsing | 1 | -1/+4 |
| 2013-03-30 | Provide a default discipline interrupt handling function and migrate all of |  jsing | 1 | -1/+2 |
| 2013-03-29 | Decouple wakeups on work unit completion from the type of I/O being |  jsing | 1 | -2/+3 |
| 2013-03-25 | Factor out the code that is used to recreate work units - one copy of the |  jsing | 1 | -1/+2 |
| 2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also |  jsing | 1 | -2/+2 |
| 2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to |  jsing | 1 | -5/+7 |
| 2013-01-18 | Implement common workunit completion functions and handle the completion |  jsing | 1 | -1/+3 |
| 2013-01-16 | Add a function that handles the completion of a ccb. |  jsing | 1 | -1/+2 |
| 2013-01-16 | Add a new capability flag to identify disciplines where read failures are |  jsing | 1 | -1/+2 |
| 2013-01-16 | Factor out code used to release ccbs from a workunit. |  jsing | 1 | -2/+3 |
| 2013-01-15 | Implement a function that gets and correctly initialises a ccb for I/O, |  jsing | 1 | -1/+5 |
| 2013-01-15 | Keep a function pointer to the per-discipline I/O interrupt handler in the |  jsing | 1 | -1/+2 |