aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_error.c
Commit message (Expand)AuthorAgeFilesLines
* SPC-3 and up require some UAs to be returned as fixed.Alexander Motin2019-06-201-0/+6
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* No need to erase sense_data when sense_len is set to zero.Alexander Motin2017-02-141-15/+0
* Make CTL frontends report kern_data_resid for under-/overruns.Alexander Motin2017-01-161-0/+12
* Improve use of I/O's private area.Alexander Motin2016-12-291-1/+1
* Improve length handling when writing sense data.Alexander Motin2016-12-241-17/+34
* Add support for SITUA bit in Logical Block Provisioning mode page.Alexander Motin2016-12-211-0/+12
* When reporting "Logical block address out of range" error, report the LBAAlexander Motin2016-12-191-3/+9
* Fix typo in function name.Alexander Motin2016-12-191-3/+3
* Add set of macros to simplify code access to mode pages fields.Alexander Motin2016-12-191-3/+1
* Improve support for informational exceptions.Alexander Motin2016-12-191-1/+7
* Umplement media load/eject support for removable devices.Alexander Motin2015-09-281-2/+32
* Remove some dead code found by Clang analyzer.Alexander Motin2015-09-251-3/+0
* When reporting TPT UA, report which of thresholds was reached.Alexander Motin2015-09-171-12/+13
* Report proper medium error code for VERIFY commands.Alexander Motin2015-09-171-2/+2
* Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.Alexander Motin2015-09-141-68/+107
* Improve read-only support.Alexander Motin2015-09-131-0/+12
* Report INQUIRY DATA HAS CHANGED for related LUNs on port on-/offline.Alexander Motin2015-09-131-0/+5
* Reimplement CTL High Availability.Alexander Motin2015-09-101-0/+24
* Small UA cleanup.Alexander Motin2015-09-031-10/+0
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-1/+0
* Do not pre-allocate UNIT ATTENTIONs storage for every possible initiator.Alexander Motin2014-12-031-6/+25
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-0/+5
* Implement better handling for ENOSPC error for both CTL and CAM.Alexander Motin2014-10-291-0/+12
* When reporting some major UNIT ATTENTION condition, like POWER ON OCCURREDAlexander Motin2014-09-231-16/+15
* Fix ASCQ for "Logical unit not ready, manual intervention required" error.Alexander Motin2014-09-231-1/+1
* Enable TAS feature: notify initiator if its command was aborted by other.Alexander Motin2014-07-081-0/+12
* Implement ABORT TASK SET and I_T NEXUS RESET task management functions.Alexander Motin2014-07-071-0/+5
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsKenneth D. Merry2012-04-061-0/+1
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-061-0/+5
* Quiet some clang warnings when compiling CTL.Kenneth D. Merry2012-01-191-16/+1
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+811