Age | Commit message (Expand) | Author |
2012-03-23 | Add an entry to the asym list for the NetBSD iSCSI target. | Claudio Jeker |
2011-10-10 | Put the drive in standby mode when we're powering down the machine. | Mark Kettenis |
2011-09-22 | Fix order of arguments passed to malloc(9) - type first then flags. | Joel Sing |
2011-09-02 | generate a devid from vpd page 80 if vpd page 83 doesnt exist or work. | David Gwynne |
2011-07-18 | Fix an off-by-1 error and a 32-bit integer arithmetic overflow bug | Matthew Dempsky |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-12 | fix some notyet code | David Gwynne |
2011-07-12 | now that we know if a disk is thin provisioned (or an ssd), we can choose | David Gwynne |
2011-07-11 | ask the disk about unmap (read trim) parameters. check if we have the | David Gwynne |
2011-07-11 | support "failover" style access to volumes, ie, only use one active | David Gwynne |
2011-07-11 | disks report trim^Wunmap^Wif theyre thin provisioned via a bit in | David Gwynne |
2011-07-09 | Add SCSI_NO_ADAPTER_TARGET as a value for adapters to set | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | describe the ata vpd page | David Gwynne |
2011-07-08 | sbc3 defines a thin provisioning vpd page | David Gwynne |
2011-07-08 | white space fixes | David Gwynne |
2011-07-08 | add the UGAVALID flag to the block limits vpd page | David Gwynne |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-06 | Add {sc,saa}_{targets,luns} to scsibus_softc and scsibus_attach_args. | Matthew Dempsky |
2011-07-05 | Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothing | Matthew Dempsky |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-21 | scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so | Matthew Dempsky |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-17 | Update ch(4) to use ISO C style function definitions to avoid | Matthew Dempsky |
2011-06-16 | pass the dma_alloced memory rather than a pointer to its pointer. | David Gwynne |
2011-06-15 | FUJITSU MBD drives seem ok | David Gwynne |
2011-06-15 | all the dell md3xxx arrays are rdac | David Gwynne |
2011-06-15 | print which ldev, controller, port, and whether we're asymmetric or | David Gwynne |
2011-06-15 | check the preferred path ownership bit rather than assuming that odd luns | David Gwynne |
2011-06-15 | build inquiry with scsi_init_inquiry(). | David Gwynne |
2011-06-15 | factor the common bits out of code that builds scsi inquiry commands into | David Gwynne |
2011-06-07 | Fix a device reference leak in st{read,write}() by making them work | Matthew Dempsky |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-01 | Make uk(4) look more like sd(4) and cd(4) by adding a uklookup() | Matthew Dempsky |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-05-04 | When printing scsi device ids, skip leading blanks and collapse multiple | Stuart Henderson |
2011-04-29 | ss(4) is gone; no need for ssvar.h. | Matthew Dempsky |
2011-04-29 | zero out a scsi_links node_wwn and port_wwn fields after initialising it | David Gwynne |
2011-04-28 | clean up the path ops struct a bit. the path drivers init their xsh with | David Gwynne |
2011-04-27 | hds(4) is a path driver that knows how to talk to some hitachi modular | David Gwynne |
2011-04-27 | whitespace fixes. | David Gwynne |
2011-04-27 | use dma safe memory when talking to devices. this was written before bigmem | David Gwynne |
2011-04-27 | if a path returns XS_SELTIMEOUT, retry the io down another path like we | David Gwynne |
2011-04-26 | Add some defines for the logout request and response and fix the | Claudio Jeker |
2011-04-22 | delete a bogus blank line | Theo de Raadt |