Age | Commit message (Expand) | Author |
2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov | Jeremie Courreges-Anglas |
2016-01-03 | Fix typo in comment. | Mark Kettenis |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-05-15 | rename the probe and free members of atascsi_methods to ata_probe | David Gwynne |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-09 | replace workq_task_add with a task. stash teh struct in the ata xfer thing | David Gwynne |
2013-09-18 | return after done in atascsi_disk_unmap. | David Gwynne |
2011-08-03 | Alexander Polakov found a use of an uninitialized pointer in the scsi | David Gwynne |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-09 | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP | David Gwynne |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | fill in the ata vpd page as best we can. i dont know how to fill in the | David Gwynne |
2011-07-08 | provide the thin provisining vpd page if the disk does trim. only claim | David Gwynne |
2011-07-08 | some trim cleanups and additions. | David Gwynne |
2011-07-05 | i forgot to set the sector_count when translating WRITE SAME 16 | David Gwynne |
2011-06-21 | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no | Matthew Dempsky |
2011-06-02 | Small refactoring of atascsi and fix non-data ATA commands to not set | Matthew Dempsky |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-05 | Go back to only attempting one IDENTIFY command against directly | Matthew Dempsky |
2011-04-27 | Fix a few off-by-1 errors in atascsi. | Matthew Dempsky |
2011-04-02 | Safer, big mem friendly, allocation of identify buf that is the | Kenneth R Westerback |
2011-02-03 | Initialize stack memory before use. Found with clang. | Matthew Dempsky |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
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 | translate WRITE SAME 16 into DSM TRIM. | David Gwynne |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne |
2010-09-19 | move the ncq depth calculation into atascsi_probe where it belongs. by | David Gwynne |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | Matthew Dempsky |
2010-07-20 | Do not put a data buffer on the stack. It will be dma'd to. Use | Theo de Raadt |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | David Gwynne |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-04-29 | Revert r1.80, leaving iopools in place. Fixes PR#6365. Why WD3200KS-00P | Kenneth R Westerback |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-22 | cut atascsi over to providing and using iopools. this gets rid of NO_CCB | David Gwynne |
2010-04-19 | move the stupid throwing away of ata_xfers out the run of the first scsi | David Gwynne |
2010-04-05 | fill in the the lowest aligned logical block address field. it | David Gwynne |