Age | Commit message (Expand) | Author |
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 |
2011-04-17 | if mpath is disabled in config or ukc, then prevent path drivers from | David Gwynne |
2011-04-08 | Since we don't print "drive offline" anymore, there is no need to | Kenneth R Westerback |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | 'disk offline' is not helpful. Silence is golden. | Kenneth R Westerback |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2011-04-06 | unconditionally print scsi device ids instead of just when mpath is | David Gwynne |
2011-04-05 | do inquiries against dmaable memory while probing devices. | David Gwynne |
2011-04-05 | move forward with scsi multipathing. | David Gwynne |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-18 | Fix stdetach() to call vdevgone() with the right device minor numbers. | Matthew Dempsky |
2011-03-18 | Add ukdetach() so that detaching an unknown SCSI device doesn't result | Matthew Dempsky |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2011-03-02 | Sync ASC/ASCQ errors with www.t10.org/lists/asc-num.txt of 11/15/10. | Kenneth R Westerback |
2011-02-21 | If a spin up command can't be started becaause of a lack of openings, | Kenneth R Westerback |
2010-12-24 | Have sd(4) devices check for and respect read-only information the | Kenneth R Westerback |
2010-11-22 | SCSI devices are assumed to be T_FIXED unless they say otherwise. | Kenneth R Westerback |
2010-10-13 | No need to check ST_DYING flag twice in succession. | Kenneth R Westerback |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson |
2010-09-24 | init err to 0 in sd_get_parms to avoid confusion when checking rigid | David Gwynne |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | descripe a few bits of the write same commands. | David Gwynne |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-21 | Add a real DIOCGPDINFO, allowing access to the physical information | Kenneth R Westerback |
2010-09-21 | opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands. | David Gwynne |
2010-09-20 | bufq_drain() does not need to be done in deactivate; we only need | Theo de Raadt |
2010-09-20 | bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that | David Gwynne |
2010-09-17 | revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some | David Gwynne |
2010-09-14 | dont leak an xs in ststart if its called while the device is dying. | David Gwynne |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
2010-09-14 | Clean up sense mode handling to make residual value handling clearer | Kenneth R Westerback |