Age | Commit message (Expand) | Author |
2011-11-13 | When initiating a rebuild update the DUID for the chunk so that | Joel Sing |
2011-11-13 | Cleanup rebuild initialisation code. In particular, reconstruct the chunk | Joel Sing |
2011-11-11 | Remove a bogus check which dereferences an uninitialised pointer. | Joel Sing |
2011-11-11 | When rebuilding check the size of the replacement chunk against the | Joel Sing |
2011-11-11 | Remove unused sv_sensor_valid variable. | Joel Sing |
2011-11-11 | When setting up a bootable softraid volume, do not try to save the boot | Joel Sing |
2011-11-08 | Typo. BIOC_SSOFFLINE is the ioctl command. Pass BIOC_SDOFFLINE to | Kenneth R Westerback |
2011-09-19 | If the rootduid matches a softraid chunk of a bootable softraid volume, | Joel Sing |
2011-09-19 | When installboot is run on a softraid volume, add boot optional metadata | Joel Sing |
2011-09-19 | Cleanup sr_ioctl_createraid(). There are three clear cases - (1) corrupt | Joel Sing |
2011-09-18 | Add support for variable length optional metadata in softraid(4). This | Joel Sing |
2011-09-18 | Rename the optional metadata handler function and factor out the optional | Joel Sing |
2011-08-08 | Fix a formating bug that caused a bad print on big endian arches. | Marco Peereboom |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-07 | Fix the LBA offset calculation for the last block in a rebuild, if there | Joel Sing |
2011-07-07 | Make sr_shutdown() a general function and use this from sr_detach() to | Joel Sing |
2011-07-06 | When checking if a chunk is in use, do not match on NODEV. | Joel Sing |
2011-07-06 | Use a single shutdown hook for the softraid controller instead of | Joel Sing |
2011-07-06 | Actually make sr_detach() work. At this stage we never detach softraid(4), | Joel Sing |
2011-07-06 | Retain a reference to the registered sensor task so that we can unregister | Joel Sing |
2011-07-06 | Move all volume shutdown code into sr_shutdown_discipline() and use a flag | Joel Sing |
2011-07-04 | Fix debugging prints in softraid(4) so that it can compile with | Matthew Dempsky |
2011-07-03 | Call config_detach() on the child scsibus in sr_detach(). | Matthew Dempsky |
2011-07-02 | Cleanup the softraid boot probe code. Rename the rather poorly named | Joel Sing |
2011-06-24 | Avoid a possible null dereference. | Joel Sing |
2011-06-23 | Simplify softraid(4) to behave like other HBAs by using a single | Matthew Dempsky |
2011-06-20 | Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing it | Matthew Dempsky |
2011-05-03 | Move SLIST initializations earlier so that failure handling paths can | Matthew Dempsky |
2011-04-29 | tiny whitespace fixes | David Gwynne |
2011-04-29 | only handle vanilla scsi inquiry requests, reject VPD requests since theyre | David Gwynne |
2011-04-14 | Ignore scsi start stop instead of trying to be clever. A softraid | Marco Peereboom |
2011-04-06 | fix installboot. | Marco Peereboom |
2011-04-06 | make rebuild also work in bigmem | Marco Peereboom |
2011-04-06 | handle bigmem for metadata reads and writes. this should be pre allocated | Marco Peereboom |
2011-04-05 | Iopoolification. Testing by marco@. | Kenneth R Westerback |
2011-03-15 | Attach one sensordev per softraid device rather than one sensordev per | Joel Sing |
2011-01-29 | spaces that make my eyes bleed. no binary change. | Marco Peereboom |
2011-01-23 | Factor out block level I/O handling code and correctly handle I/Os that | Joel Sing |
2011-01-22 | Ensure that boot storage area exists and is large enough, before | Joel Sing |
2011-01-12 | more explicit_bzero to delete keys. | Marco Peereboom |
2010-12-20 | READ CAPACITY and READ CAPACITY 16 commands report the last valid | Kenneth R Westerback |
2010-11-06 | Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ | Marco Peereboom |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-07 | having a ca_activate function which just returns 1 is wrong on about 8 differ... | Theo de Raadt |
2010-08-30 | fix tailq use; ok thib | Theo de Raadt |
2010-08-30 | During boot probe walk disklist rather than alldevs. This avoids a race | Joel Sing |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing |