summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r298810 (by pfg): sys/cam: spelling fixes in comments.mav2017-01-051-2/+2
* MFC r307507, r307509, r307515:mav2016-10-291-2/+1
* MFC 303944sephe2016-10-131-0/+8
* MFC r299371 (by trasz)truckman2016-07-061-2/+7
* Revert svn 297681 as it has been deprecated by svn 297575.sbruno2016-04-081-8/+0
* MFC r297237sbruno2016-04-071-0/+8
* CAM: Generalize 4k quirk to all Samsung MZ7* SSDsdumbbell2016-04-051-10/+5
* MFC r291716, r291724, r291741, r291742ken2015-12-161-9/+20
* MFC r289138: Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-11-301-7/+4
* MFC r290387: Extend mask of VMware virtual disks.mav2015-11-131-1/+1
* MFC r289146:mav2015-10-251-37/+35
* MFC r257831 (by smh):mav2015-10-051-1/+1
* MFC r277101 (by imp):mav2015-10-051-0/+10
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-1/+2
* MFC r279726:hselasky2015-05-211-0/+7
* MFC r281840:delphij2015-05-081-1/+1
* MFC r280597:hselasky2015-05-051-0/+7
* MFC r278964:ken2015-02-261-1/+1
* MFC r278111: Retry indefinitely on SCSI BUSY status from VMware disks and CDs.mav2015-02-091-2/+16
* MFC r276835:ken2015-02-031-3/+56
* MFC r277758: Fix several potential overflows in UNMAP code.mav2015-02-021-6/+6
* MFC r276825 and r277372:hselasky2015-01-201-3/+4
* MFC: 273279gnn2014-11-081-0/+24
* MFC r271644:mav2014-09-181-0/+7
* MFC r271407: Extend UNMAP blacklist on all STEC SSD models.mav2014-09-131-2/+2
* MFC r256956:smh2014-09-071-3/+24
* MFC r269974 - Added 4K quirks for Corsair Force GT and Samsung 840 SSDssmh2014-08-211-2/+10
* MFC:imp2014-07-171-14/+4
* MFC r265159:mav2014-05-081-12/+14
* MFC r265150:mav2014-05-081-10/+35
* MFC r264834:mav2014-05-081-3/+12
* MFC r260267 (by smh), r261042:mav2014-01-291-9/+9
* MFC r260407:mav2014-01-201-2/+3
* MFC r256547 (by smh):mav2014-01-091-0/+8
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-110/+75
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-1/+1
* MFC r256552:mav2013-10-241-4/+0
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-061-0/+27
* Added 4K quirks for:-smh2013-08-141-0/+24
* Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM.mav2013-08-071-0/+1
* Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) commandmav2013-07-301-3/+11
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.mav2013-07-281-5/+12
* Synchronize device cache on close only if there were some write operations.mav2013-07-271-5/+12
* Oops, revert unwanted part of r253721.mav2013-07-271-2/+0
* Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10)mav2013-07-271-0/+24
* Const-ify the new da_delete_functions.scottl2013-07-121-5/+2
* Refactor the various delete methods out of dastart(). Cleans up a bunchscottl2013-07-121-231/+262
* Added 4K QUIRK for OCZ Vertex 4 SSDssmh2013-07-091-0/+8
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-1/+1
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-151-1/+10
OpenPOWER on IntegriCloud