Age | Commit message (Expand) | Author |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-29 | Change st(4) to use the FIFO buf sorting discipline rather than the | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | remove a lonely remnant from some debug code that snuck in. | David Gwynne |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-27 | "Believe it or not," nothing uses scsi_xfer's req_sense_length field | Matthew Dempsky |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Not that anyone uses it, but bring ss(4) device referencing into | Kenneth R Westerback |
2010-06-25 | move st over to using xshandlers for scheduling io. based on the | David Gwynne |
2010-06-24 | we cant rely on being able to sleep when dumping, so dont lose the | David Gwynne |
2010-06-16 | Always check both the return value of scsi_do_mode_sense() and the | Kenneth R Westerback |
2010-06-16 | Bring ststrategy() into line with sdstrategy() and cdstrategy(), making | Kenneth R Westerback |
2010-06-15 | enable the write cache on disks during attach. | David Gwynne |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-14 | remove the scsi_buf_* functions as these have been | Thordur I. Bjornsson |
2010-06-11 | Restore an unusual XS_SENSE semantic that inadvertantly got lost | Kenneth R Westerback |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-02 | ss has no value, its readme has even less value. it discusses development | David Gwynne |
2010-06-02 | bring back the SDF_WAITING waiting flag while adapters still implement | David Gwynne |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-06-01 | if we're going to set ITSDONE when an xfer is done cos the adapter expects | David Gwynne |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-24 | "scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg. | Kenneth R Westerback |
2010-05-24 | removed prototypes for functions that were removed. | David Gwynne |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-20 | Simplify new disk cache code so simpler people can understand it. | Kenneth R Westerback |
2010-05-19 | remove unused flag. | David Gwynne |
2010-05-19 | add an ioctl that allows userland to get or set a disks read and write | David Gwynne |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-04-30 | unbreak dumps on scsi disks. | David Gwynne |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-17 | ramdisks need to compile; ok dlg | Theo de Raadt |
2010-04-17 | use the iopools mutex to protect the semaphore wrapping the openings | David Gwynne |
2010-04-16 | whitespace fix | David Gwynne |
2010-04-16 | fix an fatal flaw with iopools. | David Gwynne |
2010-04-12 | i snuck fine grained locking into the midlayer as part of all the | David Gwynne |
2010-04-06 | cut sd over to using the new shiny scsi_xsh api. instead of pushing io onto | David Gwynne |
2010-04-06 | implement a new mechanism for allocating resources on the bus. | David Gwynne |
2010-04-03 | add support for emulating the disk characteristics and disk limits vpd | David Gwynne |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-02-28 | If no TOC header is read, report EIO. Even if the command finished | Kenneth R Westerback |
2010-02-27 | Don't print sense info for ioctl's. Let the userland program decide | Kenneth R Westerback |
2010-01-15 | Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode. | Kenneth R Westerback |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-14 | Print sense data during SCSIDEBUG again. Always print the decoded | Kenneth R Westerback |
2010-01-14 | Tweak names a bit. show_mem -> scsi_show_mem, show_scsi_xs -> | Kenneth R Westerback |