summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp2021-02-081-6/+15
* softraid(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2020-12-161-3/+3
* Replace sr_copy_internal_data() with scsi_copy_internal_data().krw2020-10-151-20/+4
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-17/+15
* Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2020-09-051-2/+2
* Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw2020-09-031-2/+2
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-011-4/+4
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-2/+5
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-7/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-4/+4
* Fix malloc(9) sizekn2020-07-131-2/+2
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-3/+3
* Nuke trailing whitespace.krw2020-06-271-2/+2
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2020-06-241-2/+2
* Provide clear errors when trying to install oversized boot loaderkn2020-06-081-3/+9
* Prevent uninitialized use of bbs and bls in the error pathjca2020-04-141-2/+2
* Remove redundant VOP_CLOSE() and vput(). The fail branch will closevisa2020-04-061-3/+1
* Remove unused argument to sr_error.tobhe2020-03-101-2/+2
* Nuke *_minphys() functions that either simply apply MAXPHYS or dokrw2020-02-131-13/+2
* Drivers that implement their own *minphys() don't need to call thekrw2020-01-251-2/+1
* softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@cheloha2019-08-081-10/+13
* Fix a free size panic when detaching a crypto softraid on i386.bluhm2019-07-041-5/+6
* Correct free size. Fixes a panic when detaching crypto volumes.tim2019-05-181-2/+3
* Fix free(9) sizes in softraid(4)jan2019-05-151-26/+28
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-3/+2
* sr_quiesce() is a new approach for ensuring that softraid drainsderaadt2018-02-081-1/+19
* Use duid_format() instead of rolling one locally.krw2018-02-071-13/+5
* Two width specifiers changed from %02 to %0 in previous. Change them back.tb2017-12-211-2/+2
* Do not use %hx for chars, ok kettenisderaadt2017-12-211-3/+3
* Add a sanity check on the number of chunks beingkrw2017-12-201-1/+8
* Don't bother using DETACH_FORCE for the softraid luns at rebootderaadt2017-12-141-10/+11
* In the case that we want to force a new RAID assembly and the metadatapatrick2017-09-061-2/+2
* Report the rebuild state properly, so that in the case of a rebuildpatrick2017-08-301-1/+6
* tweak malloc(9) flags: since that M_NOWAIT might return NULL hence itgsoares2017-07-241-6/+6
* Upon failure, only return zero from the softraid ioctl handler when therejsing2017-06-121-2/+5
* Provide sufficient info in error messages to identifykrw2017-06-061-5/+5
* Avoid some false positives with cppcheck. No binary change.bluhm2017-04-141-2/+3
* If the sub-device of a softraid lacks a side-effect io function, returnderaadt2017-03-271-1/+3
* Restore behavior from before r1.376: only set bv_percent if a rebuild istb2017-03-191-2/+3
* Plug potential leak of device list.krw2016-07-201-2/+6
* Provide a function for calculting the rebuild percentage, rather thanjsing2016-05-311-25/+19
* Panic when attempting to execute a scsi command with no disciplinekrw2016-04-291-6/+4
* Display correct value in error message.krw2016-04-261-2/+2
* Do NOT attempt a rebuild using a hot spare with a sector sizekrw2016-04-261-2/+8
* Restore intro comment to sr_hotspare_rebuild(), which was erroneouslykrw2016-04-261-1/+5
* Use consistent intro comment when searching for the first offlinekrw2016-04-191-5/+2
* Use variable 'cid' in for(;;) rather than 'i' with an assignmentkrw2016-04-191-6/+4
* Change a variable name (chunk_no -> cid) to make a couple of codekrw2016-04-191-5/+5