summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287956: Update list of opcodes to 5/26/15.mav2015-10-051-8/+13
* MFC r287955: Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.mav2015-10-051-1/+166
* MFC r287718: Decode WRITE ATOMIC(16) command.mav2015-10-051-1/+2
* MFC r269709 (by imp): is_full_id is set to 0 and then not used. remove it.mav2015-10-051-2/+1
* MFC r287819: Make CAM log errors that make it wait.mav2015-09-291-3/+3
* MFC r287866: Fix fixed sense writing when passed more data then it can fit.mav2015-09-231-4/+6
* MFC, r286965:ken2015-08-271-0/+32
* MFC, r284192:ken2015-06-161-0/+892
* MFC r281795:pfg2015-04-251-1/+1
* MFC r280172: Improve ATA and SCSI versions printing.mav2015-03-311-10/+15
* MFC sa(4) and mt(1) improvements.ken2015-03-241-0/+65
* MFC r274411: Improve CAM's reaction on asymmetric access errors.mav2014-12-121-3/+3
* MFC r273809:mav2014-11-031-1/+1
* MFC r269472: Do not retry on set of non-transient XCOPY errors.mav2014-10-061-8/+8
* MFC r269469: Do not retry token errors.mav2014-10-061-11/+11
* MFC r269497:mav2014-08-171-13/+18
* MFC r268240 (by ken):mav2014-07-151-0/+1042
* MFC r267537:mav2014-07-021-1/+2
* MFC r259108:mav2013-12-221-1/+5
* MFC r256552:mav2013-10-241-0/+15
* If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,ken2013-08-271-1/+1
* When printing opcode description, map T_NODEVICE to Direct Access Device tomav2013-07-131-0/+4
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-131-2/+3
* Fix some UTF-8 chars slipped into r252204 via copy/paste.mav2013-06-261-8/+8
* Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.mav2013-06-251-0/+186
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-2/+54
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-261-1/+32
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-261-0/+51
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* Added ATA Pass-Through support to CAMsmh2013-04-021-0/+45
* Support unmapped i/o for the md(4).kib2013-03-191-5/+10
* Format CDB output as 2 digit hex correcting the lengthsmh2013-01-311-1/+1
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-10/+9
* Fix some typos in r238595.mav2012-07-181-3/+3
* Add bunch of new ASC/ASCQ values from T10 site.mav2012-07-181-1/+172
* Remove variables which are initialized but never used thereaftereadler2012-07-071-2/+2
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-231-5/+34
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-4/+10
* Fix a memory leak in the kernel case in scsi_command_string().ken2012-06-061-0/+4
* MFprojects/zfsd:mav2012-05-241-0/+60
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-4/+4
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-131-0/+100
* Add the CAM Target Layer (CTL).ken2012-01-121-8/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-148/+1519
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-21/+182
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-0/+28
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-081-0/+51
* MFp4: Large set of CAM inprovements.mav2010-01-281-23/+36
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+1
OpenPOWER on IntegriCloud