summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* Removed unused malloc types.mav2015-11-062-4/+0
* Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-10-111-6/+3
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-24/+2
* Attach pass driver to LUNs is OFFLINE state.mav2015-08-291-1/+2
* Remove some code duplication by using biofinish().mav2015-08-221-6/+2
* Don't panic if disk lost TRIM support due to switching to PIO mode.mav2015-08-081-5/+8
* Add some additional quirks for various Western Digital Caviar MHDDseadler2015-03-301-1/+16
* Improve ATA and SCSI versions printing.mav2015-03-171-12/+22
* Explain a bit of tricky code dealing with trims and how it preventsimp2015-01-131-0/+10
* Fix CF ERASE breakage caused by 268205.smh2014-10-261-0/+6
* Add new quirks for the latest Samsung SSD, model 850.gnn2014-10-191-0/+8
* Add 4k quirks for PM853T Samsung SSDsbruno2014-10-161-0/+8
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Add a few defines and packet types for SATA 3.2 and FPDMA (First Partyimp2014-08-301-0/+3
* We should never enter the PROBE_SETAN phase if we're not ATAPI, sinceimp2014-08-221-10/+5
* Add the Samsung 843T as a 4k enabled drivesbruno2014-08-211-0/+8
* Turns out that IDENTIFY DEVICE and IDENTIFY PACKET DEVICE return dataimp2014-08-201-10/+8
* Added 4K quirks for Corsair Force GT and Samsung 840 SSDssmh2014-08-141-2/+10
* Rework the BIO_DELETE code slightly. Always queue the BIO_DELETEimp2014-07-031-90/+103
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-22/+11
* Revert r267961, r267973:gjb2014-06-272-11/+22
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-22/+11
* The code that combines adjacent ranges for BIO_DELETEs to optimizeimp2014-06-051-4/+1
* Fix support for increased logical sector size (4K-native drives).mav2014-03-071-7/+10
* Some microoptimizations for da and ada drivers:mav2013-10-241-14/+10
* Improve ZFS N-way mirror read performance by using load and localitysmh2013-10-231-1/+2
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-1/+1
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-213-110/+91
* MFprojects/camlock:mav2013-10-211-16/+14
* Unify periph invalidation and destruction reporting.mav2013-10-154-4/+26
* Added 4K quirks for Corsair Neutron GTX SSD'ssmh2013-10-151-0/+8
* Added 4K quirks for:-smh2013-08-141-0/+24
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.mav2013-07-281-21/+23
* Synchronize device cache on close only if there were some write operations.mav2013-07-271-5/+12
* Added 4K QUIRK for OCZ Vertex 4 SSDssmh2013-07-091-0/+8
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-151-3/+9
* Revert r251649:mav2013-06-131-3/+0
* Acquire periph reference when handling d_getattr() method call.mav2013-06-121-0/+3
* Added missing SCSI quirks from r241784smh2013-05-281-45/+64
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-0/+5
* Intel's 320-series and 510-series SSDs advertise 512-byte sectorseadler2013-05-111-0/+16
* Disable sending Early R_OK on SiI3726/SiI3826 port multipliers.mav2013-05-111-3/+82
* Rework r250298 in more correct way.mav2013-05-061-5/+3
* Fix byte order of ATA WWN when converting it to SCSI LUN ID.mav2013-05-061-2/+5
* Correct comment typo'ssmh2013-04-281-1/+1
* MFprojects/camlock r249542:mav2013-04-271-29/+7
* Added automatic detection of non-rotating media which disables thesmh2013-04-261-1/+5
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-1/+6
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* MFprojects/camlock r248982:mav2013-04-141-2/+2
OpenPOWER on IntegriCloud