Age | Commit message (Expand) | Author |
2012-12-19 | Temporarily bring back the shutdown hook, but only use it to flush the disk | Mark Kettenis |
2012-10-16 | #if SCSIDEBUG -> #ifdef SCSIDEBUG | Jonathan Gray |
2012-10-15 | In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWN | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-07-09 | Revert previous. | Kenneth R Westerback |
2012-07-08 | Return EROFS when a read-write mount of a read-only sd(4) device | Kenneth R Westerback |
2012-07-01 | Do not try to send a 10 byte MODE_SENSE request to non-ATAPI non-UMASS | Miod Vallat |
2012-07-01 | Nuke unused _[23]ltol() and _lto[23]l() inline functions. Move | Kenneth R Westerback |
2012-06-10 | Do NOT make all check condition results report EIO. Only use EIO | Kenneth R Westerback |
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 |