| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix an argument reversal in calls to scsi_read_element_status(). | ken | 2013-07-15 | 1 | -2/+2 |
* | When printing opcode description, map T_NODEVICE to Direct Access Device to | mav | 2013-07-13 | 1 | -0/+4 |
* | Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00 | mav | 2013-07-13 | 2 | -2/+6 |
* | Const-ify the new da_delete_functions. | scottl | 2013-07-12 | 1 | -5/+2 |
* | Fix a problem with READ ELEMENT STATUS that occurs on some | ken | 2013-07-12 | 1 | -8/+66 |
* | Refactor the various delete methods out of dastart(). Cleans up a bunch | scottl | 2013-07-12 | 1 | -231/+262 |
* | Added 4K QUIRK for OCZ Vertex 4 SSDs | smh | 2013-07-09 | 1 | -0/+8 |
* | Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940. | smh | 2013-07-03 | 1 | -1/+1 |
* | Introduce accessors for the ccb status word. Convert one (of many more) | scottl | 2013-06-29 | 1 | -13/+13 |
* | Fix some UTF-8 chars slipped into r252204 via copy/paste. | mav | 2013-06-26 | 1 | -8/+8 |
* | Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes. | mav | 2013-06-25 | 1 | -0/+186 |
* | Corrected ATA Passthrough defines from decimal to hex | smh | 2013-06-20 | 1 | -4/+4 |
* | Add infrastructure for doing compatibility shims, as has been sorely | scottl | 2013-06-17 | 1 | -0/+15 |
* | Restore use of polling mode for disk cache flush in case of kernel panic. | mav | 2013-06-15 | 1 | -1/+10 |
* | Revert r251649: | mav | 2013-06-13 | 1 | -3/+0 |
* | Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. | mav | 2013-06-12 | 3 | -7/+66 |
* | Acquire periph reference when handling d_getattr() method call. | mav | 2013-06-12 | 1 | -0/+3 |
* | Simplify the checking of flags for cam_periph_mapmem(). This gets rid of | scottl | 2013-06-07 | 3 | -66/+29 |
* | Added missing SCSI quirks from r241784 | smh | 2013-05-28 | 1 | -0/+145 |
* | Enforce validation on the selected delete method via sysctl. | smh | 2013-05-24 | 1 | -1/+2 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 4 | -2/+39 |
* | Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open. | mav | 2013-05-12 | 1 | -1/+1 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 2 | -4/+4 |
* | Tune support for removable media in da driver: | mav | 2013-05-03 | 1 | -17/+13 |
* | Enable CAM SCSI to choice ATA TRIM during autodetection and correct method | smh | 2013-05-02 | 1 | -3/+3 |
* | Use the existence of ATA Information VPD to determine if we should attempt | smh | 2013-05-02 | 2 | -19/+73 |
* | Fix probe in progress check in dareprobe | smh | 2013-05-02 | 1 | -1/+1 |
* | Update probe flow so that devices with lbp can also disable disksort. | smh | 2013-05-02 | 1 | -31/+34 |
* | Correct comment typo's | smh | 2013-04-28 | 1 | -2/+6 |
* | Add some cam_freeze_devq()'s missed at r249466. | mav | 2013-04-28 | 1 | -0/+3 |
* | MFprojects/camlock r249542: | mav | 2013-04-27 | 1 | -14/+3 |
* | Added automatic detection of non-rotating media which disables the | smh | 2013-04-26 | 2 | -7/+106 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 1 | -1/+64 |
* | Added available delete methods discovery during device probe, including the | smh | 2013-04-26 | 1 | -76/+566 |
* | Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_page | smh | 2013-04-26 | 3 | -21/+36 |
* | Added the ability to send ATA identify and Data Set Management (DSM) TRIM | smh | 2013-04-26 | 2 | -0/+118 |
* | Removed unneeded tests in dadeletemethodset changing it to return void | smh | 2013-04-26 | 1 | -7/+4 |
* | Fix compilation. | ken | 2013-04-20 | 1 | -8/+4 |
* | Update chio(1) and ch(4) to support reporting element designators. | ken | 2013-04-19 | 2 | -58/+242 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 2 | -2/+2 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -4/+4 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 3 | -33/+34 |
* | Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses. | mav | 2013-04-11 | 1 | -5/+2 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -11/+0 |
* | MFprojects/camlock r248931: | mav | 2013-04-04 | 3 | -7/+7 |
* | MFprojects/camlock r248930: | mav | 2013-04-04 | 2 | -32/+0 |
* | Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuck | mav | 2013-04-03 | 1 | -0/+1 |
* | Added ATA Pass-Through support to CAM | smh | 2013-04-02 | 2 | -1/+76 |
* | Adds the ability to enable / disable sorting of BIO requests queued within | smh | 2013-03-29 | 1 | -5/+24 |
* | Make pre-shutdown flush and spindown routines to not use xpt_polled_action(), | mav | 2013-03-29 | 1 | -13/+6 |