Age | Commit message (Expand) | Author |
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 |
2017-06-06 | Provide sufficient info in error messages to identify | Kenneth R Westerback |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |
2017-03-27 | If the sub-device of a softraid lacks a side-effect io function, return | Theo de Raadt |
2017-03-19 | Restore behavior from before r1.376: only set bv_percent if a rebuild is | Theo Buehler |
2016-07-20 | Plug potential leak of device list. | Kenneth R Westerback |
2016-05-31 | Provide a function for calculting the rebuild percentage, rather than | Joel Sing |
2016-04-29 | Panic when attempting to execute a scsi command with no discipline | Kenneth R Westerback |
2016-04-26 | Display correct value in error message. | Kenneth R Westerback |
2016-04-26 | Do NOT attempt a rebuild using a hot spare with a sector size | Kenneth R Westerback |
2016-04-26 | Restore intro comment to sr_hotspare_rebuild(), which was erroneously | Kenneth R Westerback |
2016-04-19 | Use consistent intro comment when searching for the first offline | Kenneth R Westerback |
2016-04-19 | Use variable 'cid' in for(;;) rather than 'i' with an assignment | Kenneth R Westerback |
2016-04-19 | Change a variable name (chunk_no -> cid) to make a couple of code | Kenneth R Westerback |
2016-04-12 | No need to rescan chunks in each discipline to find appropriate | Kenneth R Westerback |
2016-04-04 | Enable creation of softraid volumes using disks with non-512 byte | Kenneth R Westerback |
2016-02-14 | Avoid using uninitialized variables in two corner cases. In one | Kenneth R Westerback |
2015-12-29 | Remove NULL-checks before free(). | mmcc |
2015-08-19 | Stop passing around constants for metadata size and location. Just | Kenneth R Westerback |
2015-07-29 | Zap a SLIST in a more obviously correct/safe way. | Kenneth R Westerback |
2015-07-28 | Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more | Kenneth R Westerback |
2015-07-27 | zap trailing linefeeds from sr_error() and panic() calls | Alexander Hall |