summaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_all.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-131-1/+6
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-17/+4
* sys/cam: remove doubled ;sEd Maste2020-03-201-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Set handling for some "Logical unit not ready" errors.Alexander Motin2019-11-201-17/+23
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-071-2/+2
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-071-1/+1
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-5/+6
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-231-1/+3
* Simplify math added in r310524.Alexander Motin2019-05-221-1/+1
* Polish SCSI sense data validity checks.Alexander Motin2019-04-211-64/+48
* Send a START UNIT command when a disk responds with an ASC of 04/1C.Warner Losh2018-12-091-1/+1
* Introduce scsi_ata_setfeatures() as a convenient way to makeWarner Losh2018-11-151-0/+32
* SPDX: finish tagging sys/cam.Pedro F. Giffuni2018-01-161-2/+2
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove an ancient comment about the existence of READ(16) and WRITE(16).Jung-uk Kim2017-09-211-4/+0
* cam(4): Fix some warningsConrad Meyer2017-09-071-4/+4
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* Don't bother retrying errors for encrypted drives that are locked.Kenneth D. Merry2017-05-031-1/+1
* Add infrastructure to the ATA and SCSI transports that supportsScott Long2017-04-191-27/+40
* Make CTL frontends report kern_data_resid for under-/overruns.Alexander Motin2017-01-161-1/+1
* Improve CAM_CDB_POINTER support.Alexander Motin2017-01-131-17/+5
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-071-15/+27
* Improve length handling when writing sense data.Alexander Motin2016-12-241-290/+249
* Implement printing forwarded sense data.Alexander Motin2016-12-231-1/+22
* Report UUID and MD5 LUN IDs.Alexander Motin2016-12-211-0/+26
* When writing fixed format sense data, set VALID bit only if provided valueAlexander Motin2016-12-191-5/+11
* Don't treat informational exceptions (warnings and impending failures)Alexander Motin2016-12-181-101/+107
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-011-0/+65
* asc/ascq 44/0 is typically a non-transient, permanent error (at least untilScott Long2016-11-041-1/+1
* Do not retry on some security sense codes.Alexander Motin2016-10-051-2/+2
* "Extended copy information available" is not an error either.Alexander Motin2016-09-081-1/+1
* "ATA pass through information available" is not an error.Alexander Motin2016-09-081-1/+1
* Decode ATA Status Return descriptor.Alexander Motin2016-09-081-0/+48
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.Sean Bruno2016-06-291-0/+1
* Revert svn r302253 at the request/review of Ken M. This commit isSean Bruno2016-06-281-1/+0
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.Sean Bruno2016-06-281-0/+1
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-21/+280
* sys/cam/scsi: unsigned some loop indexes.Pedro F. Giffuni2016-05-061-8/+9
* sys/cam: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Small typos.Pedro F. Giffuni2016-04-281-2/+2
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-3/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-25/+18
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-5/+2
* Add the ability to read a SAS device's Target Port NAA designatorAlan Somers2016-04-181-0/+13
* Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporaryScott Long2016-04-131-9/+6
* Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string()Scott Long2016-04-131-8/+25
* Update list of opcodes to 5/26/15.Alexander Motin2015-09-181-8/+13
* Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.Alexander Motin2015-09-181-1/+166