summaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_error.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-05-02ctl: Add helper routines for setting NVMe completion statusJohn Baldwin
2023-11-06cam: Remove left-over sys/cdefs.h in sys/camWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-06-20SPC-3 and up require some UAs to be returned as fixed.Alexander Motin
2017-11-27sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-14No need to erase sense_data when sense_len is set to zero.Alexander Motin
2017-01-16Make CTL frontends report kern_data_resid for under-/overruns.Alexander Motin
2016-12-29Improve use of I/O's private area.Alexander Motin
2016-12-24Improve length handling when writing sense data.Alexander Motin
2016-12-21Add support for SITUA bit in Logical Block Provisioning mode page.Alexander Motin
2016-12-19When reporting "Logical block address out of range" error, report the LBAAlexander Motin
2016-12-19Fix typo in function name.Alexander Motin
2016-12-19Add set of macros to simplify code access to mode pages fields.Alexander Motin
2016-12-19Improve support for informational exceptions.Alexander Motin
2015-09-28Umplement media load/eject support for removable devices.Alexander Motin
2015-09-25Remove some dead code found by Clang analyzer.Alexander Motin
2015-09-17When reporting TPT UA, report which of thresholds was reached.Alexander Motin
2015-09-17Report proper medium error code for VERIFY commands.Alexander Motin
2015-09-14Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.Alexander Motin
2015-09-13Improve read-only support.Alexander Motin
2015-09-13Report INQUIRY DATA HAS CHANGED for related LUNs on port on-/offline.Alexander Motin
2015-09-10Reimplement CTL High Availability.Alexander Motin
2015-09-03Small UA cleanup.Alexander Motin
2015-08-15Drop "internal" CTL frontend.Alexander Motin
2014-12-03Do not pre-allocate UNIT ATTENTIONs storage for every possible initiator.Alexander Motin
2014-11-06Add to CTL support for logical block provisioning threshold notifications.Alexander Motin
2014-10-29Implement better handling for ENOSPC error for both CTL and CAM.Alexander Motin
2014-09-23When reporting some major UNIT ATTENTION condition, like POWER ON OCCURREDAlexander Motin
2014-09-23Fix ASCQ for "Logical unit not ready, manual intervention required" error.Alexander Motin
2014-07-08Enable TAS feature: notify initiator if its command was aborted by other.Alexander Motin
2014-07-07Implement ABORT TASK SET and I_T NEXUS RESET task management functions.Alexander Motin
2012-04-06Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsKenneth D. Merry
2012-03-06Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala
2012-01-19Quiet some clang warnings when compiling CTL.Kenneth D. Merry
2012-01-12Add the CAM Target Layer (CTL).Kenneth D. Merry