Age | Commit message (Expand) | Author |
2022-12-19 | Remove unused *sd_scsibus_dev member from struct sr_discipline | Klemens Nanni |
2022-12-19 | Say "discipline" not "dis" in comment, latter looks like typoed "disk" | Klemens Nanni |
2022-01-09 | spelling | Jonathan Gray |
2021-05-10 | Refactor softraid crypto code to allow use of a discipline-specific data | Stefan Sperling |
2021-02-08 | Add a RAID1C (raid1 + crypto) softraid(8) discipline. | Stefan Sperling |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-02-13 | Nuke *_minphys() functions that either simply apply MAXPHYS or do | Kenneth R Westerback |
2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. | Alexander Bluhm |
2019-01-06 | Unbreak SR_DEBUG builds | kn |
2017-06-12 | Limit the maximum size of softraid crypto volumes that can be created to | Joel Sing |
2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector | YASUOKA Masahiko |
2016-09-10 | Ugh, too many initialisms... | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-05-31 | Provide a function for calculting the rebuild percentage, rather than | Joel Sing |
2016-04-04 | Enable creation of softraid volumes using disks with non-512 byte | Kenneth R Westerback |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Stop passing daddr_t parameters for lengths. Use long since that's the type | Kenneth R Westerback |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-12 | essentially mechanical conversion of softraid rebuild from | Bret Lambert |
2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown | Martin Pieuchot |
2014-01-22 | Add a debug flag for rebuild. | Joel Sing |
2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults | Joel Sing |
2014-01-22 | Move sr_dump from the RAID5 code into shared code. Rename it to | Joel Sing |
2014-01-22 | Switch metadata saves from the system workq to the system taskq. | 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 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-20 | Convert the softraid work unit workqs to taskqs. | Joel Sing |
2014-01-20 | Store the algorithm and key length in the discipline data structure, | Joel Sing |
2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. | Joel Sing |
2014-01-18 | Move the block get/put routines into the common code, instead of having | Joel Sing |
2014-01-18 | Rename softraid RAIDP to softraid RAID5. | Joel Sing |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2014-01-18 | Improve comments re KDF hints. | Joel Sing |
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-05-21 | Use a state to indicate that a work unit should only be constructed and not | Joel Sing |
2013-04-26 | Add a SR_WUF_DISCIPLINE flag that identifies work units that have resulted | Joel Sing |
2013-04-23 | Rename ccb_flag to ccb_flags. | Joel Sing |
2013-04-21 | Convert RAID1 to the new work unit completion functions and generic | 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 wrappers for scsi_io_get() and scsi_io_put(), that also include | Joel Sing |
2013-03-30 | Provide a default discipline interrupt handling function and migrate all of | Joel Sing |
2013-03-29 | Decouple wakeups on work unit completion from the type of I/O being | Joel Sing |
2013-03-25 | Factor out the code that is used to recreate work units - one copy of the | Joel Sing |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing |