| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280845 (by eadler): | mav | 2015-10-05 | 1 | -1/+16 |
* | MFC r277101 (by imp): | mav | 2015-10-05 | 1 | -0/+10 |
* | MFC r287289: Attach pass driver to LUNs is OFFLINE state. | mav | 2015-09-28 | 1 | -1/+2 |
* | MFC r287025: Remove some code duplication by using biofinish(). | mav | 2015-08-29 | 1 | -6/+2 |
* | MFC r286447: | mav | 2015-08-15 | 1 | -5/+8 |
* | MFC r280172: Improve ATA and SCSI versions printing. | mav | 2015-03-31 | 1 | -12/+22 |
* | MFC r270832 (by imp): | mav | 2015-03-27 | 1 | -0/+3 |
* | MFC: 273279 | gnn | 2014-11-08 | 1 | -0/+24 |
* | MFC: r273704 | smh | 2014-10-29 | 1 | -0/+6 |
* | MFC r256956: | smh | 2014-09-07 | 1 | -1/+2 |
* | Merge SETAN changes from head: | imp | 2014-08-26 | 1 | -10/+3 |
* | MFC r269974 - Added 4K quirks for Corsair Force GT and Samsung 840 SSDs | smh | 2014-08-21 | 1 | -2/+10 |
* | MFC: | imp | 2014-07-17 | 1 | -4/+1 |
* | MFC: | imp | 2014-07-17 | 1 | -90/+103 |
* | MFC r262886: | mav | 2014-03-14 | 1 | -7/+10 |
* | MFC r256547 (by smh): | mav | 2014-01-09 | 1 | -0/+8 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 3 | -139/+114 |
* | MFC Alexander Motin's GEOM direct dispatch work: | scottl | 2014-01-07 | 1 | -1/+1 |
* | MFC r256552: | mav | 2013-10-24 | 4 | -4/+26 |
* | Added 4K quirks for:- | smh | 2013-08-14 | 1 | -0/+24 |
* | Fix returning incorrect bio_resid value with failed BIO_DELETE requests. | mav | 2013-07-28 | 1 | -21/+23 |
* | Synchronize device cache on close only if there were some write operations. | mav | 2013-07-27 | 1 | -5/+12 |
* | Added 4K QUIRK for OCZ Vertex 4 SSDs | smh | 2013-07-09 | 1 | -0/+8 |
* | Restore use of polling mode for disk cache flush in case of kernel panic. | mav | 2013-06-15 | 1 | -3/+9 |
* | Revert r251649: | mav | 2013-06-13 | 1 | -3/+0 |
* | Acquire periph reference when handling d_getattr() method call. | mav | 2013-06-12 | 1 | -0/+3 |
* | Added missing SCSI quirks from r241784 | smh | 2013-05-28 | 1 | -45/+64 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 1 | -0/+5 |
* | Intel's 320-series and 510-series SSDs advertise 512-byte sectors | eadler | 2013-05-11 | 1 | -0/+16 |
* | Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. | mav | 2013-05-11 | 1 | -3/+82 |
* | Rework r250298 in more correct way. | mav | 2013-05-06 | 1 | -5/+3 |
* | Fix byte order of ATA WWN when converting it to SCSI LUN ID. | mav | 2013-05-06 | 1 | -2/+5 |
* | Correct comment typo's | smh | 2013-04-28 | 1 | -1/+1 |
* | MFprojects/camlock r249542: | mav | 2013-04-27 | 1 | -29/+7 |
* | Added automatic detection of non-rotating media which disables the | smh | 2013-04-26 | 1 | -1/+5 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 1 | -1/+6 |
* | Updated TRIM calculations in cam/ata to be based off ATA_DSM_* defines | smh | 2013-04-26 | 1 | -14/+24 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -2/+2 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 2 | -53/+45 |
* | MFprojects/camlock r248894: | mav | 2013-04-13 | 1 | -4/+2 |
* | Add a callback to the ada(4) driver so that it knows when GEOM has released | ken | 2013-04-10 | 1 | -0/+26 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 1 | -1/+0 |
* | Replicate r245306 from SCSI to ATA. The problem didn't appear so far, | mav | 2013-04-06 | 1 | -0/+3 |
* | Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an | marius | 2013-04-06 | 3 | -29/+68 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -11/+0 |
* | MFprojects/camlock r248931: | mav | 2013-04-04 | 1 | -2/+2 |
* | MFprojects/camlock r248930: | mav | 2013-04-04 | 1 | -16/+0 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -4/+0 |
* | Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuck | mav | 2013-04-03 | 1 | -0/+2 |
* | Adds the ability to enable / disable sorting of BIO requests queued within | smh | 2013-03-29 | 1 | -4/+19 |