Age | Commit message (Expand) | Author |
2024-08-18 | unregister softraid sensors when the volumes are removed | Peter Hessler |
2024-02-03 | Remove Softdep. | Bob Beck |
2022-12-21 | Move duplicate code to new sr_find_discipline() helper | Klemens Nanni |
2022-12-18 | Prevent detaching the boot volume | Klemens Nanni |
2022-09-11 | Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk drivers | Miod Vallat |
2022-08-29 | Examine RAID-1C-specific softraid(4) meta-data when checking for | Stefan Sperling |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-12 | struct vnode: document the protection required for manipulating v_numoutput | Sebastien Marie |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-20 | Always check if softraid0 is NULL before dereferencing it. | Kenneth R Westerback |
2022-01-09 | spelling | Jonathan Gray |
2021-12-12 | Add vnode parameter to VOP_STRATEGY() | Visa Hankala |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-02-08 | Add a RAID1C (raid1 + crypto) softraid(8) discipline. | Stefan Sperling |
2020-12-16 | softraid(4): more tsleep(9) -> tsleep_nsec(9) conversions | cheloha |
2020-10-15 | Replace sr_copy_internal_data() with scsi_copy_internal_data(). | Kenneth R Westerback |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | Fix malloc(9) size | kn |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-06-08 | Provide clear errors when trying to install oversized boot loader | kn |
2020-04-14 | Prevent uninitialized use of bbs and bls in the error path | Jeremie Courreges-Anglas |
2020-04-06 | Remove redundant VOP_CLOSE() and vput(). The fail branch will close | Visa Hankala |
2020-03-10 | Remove unused argument to sr_error. | tobhe |
2020-02-13 | Nuke *_minphys() functions that either simply apply MAXPHYS or do | Kenneth R Westerback |
2020-01-25 | Drivers that implement their own *minphys() don't need to call the | Kenneth R Westerback |
2019-08-08 | softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@ | cheloha |
2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. | Alexander Bluhm |
2019-05-18 | Correct free size. Fixes a panic when detaching crypto volumes. | Tim van der Molen |
2019-05-15 | Fix free(9) sizes in softraid(4) | jan |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-02-08 | sr_quiesce() is a new approach for ensuring that softraid drains | Theo de Raadt |
2018-02-07 | Use duid_format() instead of rolling one locally. | Kenneth R Westerback |
2017-12-21 | Two width specifiers changed from %02 to %0 in previous. Change them back. | Theo Buehler |
2017-12-21 | Do not use %hx for chars, ok kettenis | Theo de Raadt |
2017-12-20 | Add a sanity check on the number of chunks being | Kenneth R Westerback |
2017-12-14 | Don't bother using DETACH_FORCE for the softraid luns at reboot | Theo de Raadt |
2017-09-06 | In the case that we want to force a new RAID assembly and the metadata | Patrick Wildt |
2017-08-30 | Report the rebuild state properly, so that in the case of a rebuild | Patrick Wildt |
2017-07-24 | tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it | Gleydson Soares |
2017-06-12 | Upon failure, only return zero from the softraid ioctl handler when there | Joel Sing |