aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Improve third-party copy error reporting.Alexander Motin2016-12-251-39/+155
* Improve length handling when writing sense data.Alexander Motin2016-12-246-328/+313
* Implement printing forwarded sense data.Alexander Motin2016-12-232-1/+28
* Add place-holders for TAPE STREAM MIRRORING subcommands of XCOPY.Alexander Motin2016-12-231-1/+50
* Add support for REPD bit in RSTMF command.Alexander Motin2016-12-223-6/+47
* Fix REPORT SUPPORTED OPERATION CODES for READ/WRITE BUFFER commands.Alexander Motin2016-12-222-45/+327
* Add support for REPORTING OPTIONS == 3 in REPORT SUPPORTED OPERATION CODES.Alexander Motin2016-12-212-0/+15
* Add support for SITUA bit in Logical Block Provisioning mode page.Alexander Motin2016-12-213-14/+21
* Fix UUID formatting added in r310360. Oops!Alexander Motin2016-12-211-2/+2
* Report UUID and MD5 LUN IDs.Alexander Motin2016-12-213-1/+46
* Add support for locally assigned RFC 4122 UUID LUN identifiers.Alexander Motin2016-12-211-1/+17
* Bump specifications support to SAM-6/SPC-5.Alexander Motin2016-12-202-5/+6
* Improve error handling when I/O split between several BIOs.Alexander Motin2016-12-191-4/+10
* When reporting "Logical block address out of range" error, report the LBAAlexander Motin2016-12-194-17/+34
* When writing fixed format sense data, set VALID bit only if provided valueAlexander Motin2016-12-191-5/+11
* Fix typo in function name.Alexander Motin2016-12-191-3/+3
* Add new bits into Extended Inquiry VPD page.Alexander Motin2016-12-192-5/+18
* Add support for NUAR bit in Control mode page.Alexander Motin2016-12-191-9/+9
* Add set of macros to simplify code access to mode pages fields.Alexander Motin2016-12-193-37/+33
* Following SPC-5, make REQUEST SENSE report "Logical unit not supported"Alexander Motin2016-12-191-46/+34
* Improve support for informational exceptions.Alexander Motin2016-12-196-238/+240
* Don't treat informational exceptions (warnings and impending failures)Alexander Motin2016-12-181-101/+107
* Add label annotations to CAM sysctls.Ed Schouten2016-12-146-12/+12
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-012-0/+109
* Make SES status updates more aggressive.Alexander Motin2016-11-291-6/+5
* Explicitly initialize cdai.flags.Alexander Motin2016-11-292-0/+2
* Fix "camcontrol rescan" with SATA drives behind a SAS controllerAlan Somers2016-11-171-2/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* cam: Zero bio pointer in user-supplied SCSI CCBsConrad Meyer2016-11-082-0/+16
* Add support for EIIOE flag in Additional Element Status.Alexander Motin2016-11-072-9/+21
* If the da periph probe state machine gets an asc=0x44 error, the periphScott Long2016-11-041-1/+7
* asc/ascq 44/0 is typically a non-transient, permanent error (at least untilScott Long2016-11-041-1/+1
* Check for lengths being <= 0. Note that this interface can onlyEdward Tomasz Napierala2016-11-032-8/+21
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-314-0/+43
* Make pass driver better support CAM_CDB_POINTER flag.Alexander Motin2016-10-171-0/+21
* Revert timeout part of r307507.Alexander Motin2016-10-171-1/+1
* Replicate r307507 for ATA disks.Alexander Motin2016-10-171-2/+1
* Consider device as clean even if SYNCHRONIZE CACHE failed.Alexander Motin2016-10-171-3/+2
* Add LU option to control reported provisioning type.Alexander Motin2016-10-151-1/+9
* Add LUN options to limit UNMAP and WRITE SAME sizes.Alexander Motin2016-10-153-3/+24
* Use copyout() instead of pointing sbuf to user-space buffer.Alexander Motin2016-10-121-2/+2
* Fix copy/paste bug in r306747.Alexander Motin2016-10-111-2/+2
* Fix ABI compat shims, broken by adding NVMe support.Alexander Motin2016-10-062-11/+121
* CAM ccbq sanity: checks on insert and removeMark Johnston2016-10-052-3/+15
* Do not retry on some security sense codes.Alexander Motin2016-10-051-2/+2
* cam_periph_ccbwait could return while ccb in progressMark Johnston2016-09-302-13/+31
* Compute two new metrics. Disk load, the average number of transactionsWarner Losh2016-09-301-23/+131
* cam/ata: Allow drivers to veto ATA disk attachment.Sepherosa Ziehau2016-09-281-0/+13
* Protect ccbq access with devq->send_mtx in the XPT_ABORT handler.Mark Johnston2016-09-211-7/+11
* Don't report to devd statuses that CAM doesn't consider errors.Alexander Motin2016-09-081-1/+1