| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a RAID1C (raid1 + crypto) softraid(8) discipline. |  stsp | 2021-02-08 | 1 | -6/+15 |
* | softraid(4): more tsleep(9) -> tsleep_nsec(9) conversions |  cheloha | 2020-12-16 | 1 | -3/+3 |
* | Replace sr_copy_internal_data() with scsi_copy_internal_data(). |  krw | 2020-10-15 | 1 | -20/+4 |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -17/+15 |
* | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 1 | -2/+2 |
* | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 1 | -2/+2 |
* | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
* | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 1 | -4/+4 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -2/+5 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -7/+6 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -4/+4 |
* | Fix malloc(9) size |  kn | 2020-07-13 | 1 | -2/+2 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -3/+3 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -2/+2 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 1 | -2/+2 |
* | Provide clear errors when trying to install oversized boot loader |  kn | 2020-06-08 | 1 | -3/+9 |
* | Prevent uninitialized use of bbs and bls in the error path |  jca | 2020-04-14 | 1 | -2/+2 |
* | Remove redundant VOP_CLOSE() and vput(). The fail branch will close |  visa | 2020-04-06 | 1 | -3/+1 |
* | Remove unused argument to sr_error. |  tobhe | 2020-03-10 | 1 | -2/+2 |
* | Nuke *_minphys() functions that either simply apply MAXPHYS or do |  krw | 2020-02-13 | 1 | -13/+2 |
* | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -2/+1 |
* | softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@ |  cheloha | 2019-08-08 | 1 | -10/+13 |
* | Fix a free size panic when detaching a crypto softraid on i386. |  bluhm | 2019-07-04 | 1 | -5/+6 |
* | Correct free size. Fixes a panic when detaching crypto volumes. |  tim | 2019-05-18 | 1 | -2/+3 |
* | Fix free(9) sizes in softraid(4) |  jan | 2019-05-15 | 1 | -26/+28 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -3/+2 |
* | sr_quiesce() is a new approach for ensuring that softraid drains |  deraadt | 2018-02-08 | 1 | -1/+19 |
* | Use duid_format() instead of rolling one locally. |  krw | 2018-02-07 | 1 | -13/+5 |
* | Two width specifiers changed from %02 to %0 in previous. Change them back. |  tb | 2017-12-21 | 1 | -2/+2 |
* | Do not use %hx for chars, ok kettenis |  deraadt | 2017-12-21 | 1 | -3/+3 |
* | Add a sanity check on the number of chunks being |  krw | 2017-12-20 | 1 | -1/+8 |
* | Don't bother using DETACH_FORCE for the softraid luns at reboot |  deraadt | 2017-12-14 | 1 | -10/+11 |
* | In the case that we want to force a new RAID assembly and the metadata |  patrick | 2017-09-06 | 1 | -2/+2 |
* | Report the rebuild state properly, so that in the case of a rebuild |  patrick | 2017-08-30 | 1 | -1/+6 |
* | tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it |  gsoares | 2017-07-24 | 1 | -6/+6 |
* | Upon failure, only return zero from the softraid ioctl handler when there |  jsing | 2017-06-12 | 1 | -2/+5 |
* | Provide sufficient info in error messages to identify |  krw | 2017-06-06 | 1 | -5/+5 |
* | Avoid some false positives with cppcheck. No binary change. |  bluhm | 2017-04-14 | 1 | -2/+3 |
* | If the sub-device of a softraid lacks a side-effect io function, return |  deraadt | 2017-03-27 | 1 | -1/+3 |
* | Restore behavior from before r1.376: only set bv_percent if a rebuild is |  tb | 2017-03-19 | 1 | -2/+3 |
* | Plug potential leak of device list. |  krw | 2016-07-20 | 1 | -2/+6 |
* | Provide a function for calculting the rebuild percentage, rather than |  jsing | 2016-05-31 | 1 | -25/+19 |
* | Panic when attempting to execute a scsi command with no discipline |  krw | 2016-04-29 | 1 | -6/+4 |
* | Display correct value in error message. |  krw | 2016-04-26 | 1 | -2/+2 |
* | Do NOT attempt a rebuild using a hot spare with a sector size |  krw | 2016-04-26 | 1 | -2/+8 |
* | Restore intro comment to sr_hotspare_rebuild(), which was erroneously |  krw | 2016-04-26 | 1 | -1/+5 |
* | Use consistent intro comment when searching for the first offline |  krw | 2016-04-19 | 1 | -5/+2 |
* | Use variable 'cid' in for(;;) rather than 'i' with an assignment |  krw | 2016-04-19 | 1 | -6/+4 |
* | Change a variable name (chunk_no -> cid) to make a couple of code |  krw | 2016-04-19 | 1 | -5/+5 |