summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Use REPORT LUNS command for SPC-2 devices with LUN 0 disconnected.mav2014-10-021-1/+1
* Make disconnected LUN 0 don't remain in half-configured state if there aremav2014-10-021-15/+4
* Restore CAM_QUIRK_NOLUNS check, lost in previous commit.mav2014-10-021-0/+3
* Rework the logic of sequential SCSI LUN scanner.mav2014-10-021-62/+36
* Fix couple issues with ROD tokens content.mav2014-10-011-3/+14
* Do not transfer unneeded training zero bytes in INQUIRY response.mav2014-09-281-8/+8
* Fix page length reported for Block Limits VPD page.mav2014-09-271-1/+1
* When reporting some major UNIT ATTENTION condition, like POWER ON OCCURREDmav2014-09-234-28/+22
* Fix ASCQ for "Logical unit not ready, manual intervention required" error.mav2014-09-231-1/+1
* Pretend that we support BYTCHK=1 in WRITE AND VERIFY command.mav2014-09-221-3/+3
* Fix read overrun handling, broken by using wrong variable.mav2014-09-221-3/+3
* Deny ANCHOR flag set without UNMAP flag set in WRITE SAME commands.mav2014-09-221-2/+3
* Don't try to continue aborted commands if status was not set.mav2014-09-221-3/+4
* Fix UNMAP stuck if the last block descriptor in the list is empty.mav2014-09-221-1/+15
* Simplify legacy reservation handling. Drop it on I_T nexus loss.mav2014-09-222-27/+19
* Don't report unsupported FUA_NV bit set in READ/WRITE commands as error.mav2014-09-221-6/+6
* Report proper errors codes for unsupported SERVICE ACTION values.mav2014-09-221-12/+22
* Polish INQUIRY command fields validation.mav2014-09-221-31/+9
* Allow SUBPAGE CODE field in MODE SENSE commands.mav2014-09-211-2/+2
* Fix inverted expression to report block size in mode page block descriptor.mav2014-09-191-1/+1
* Allow more commands to pass persistent reservation according to SPC-4 r37.mav2014-09-183-6/+12
* Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command.mav2014-09-184-3/+13
* When updating device media size use cached cdevsw pointer.mav2014-09-181-20/+20
* Correct a commentbdrewery2014-09-171-1/+1
* Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL UNITmav2014-09-171-2/+7
* Fix typo in defined ROD types in r269497.mav2014-09-171-5/+5
* Add quirks to disable READ CAPACITY (16) for PNY USB 3.0 Flash Drives.mav2014-09-151-0/+7
* Always report that we support REPORT TARGET PORT GROUPS command.mav2014-09-141-3/+1
* Update CAM CCB accounting for the new status quo.mav2014-09-144-20/+17
* Implement control over command reordering via options and control mode page.mav2014-09-133-87/+50
* Add "readcache" and "writecache" LUN options to control default behavior.mav2014-09-131-8/+14
* Implement range checks between UNMAP and READ/WRITE commands.mav2014-09-132-22/+70
* Add support for Extended INQUIRY Data (0x86) VPD page.mav2014-09-112-8/+114
* Extend UNMAP blacklist on all STEC SSD models.mav2014-09-101-2/+2
* Make sure we handle less than zero timeouts in iSCSI initiator and targettrasz2014-09-101-1/+1
* Make it possible to disable NOP-In PDUs by the iSCSI initiator by settingtrasz2014-09-101-0/+13
* Make ctl_port_mask an array to support more then 32 ports.mav2014-09-102-6/+6
* Remove uninitialized and unused variable, reported by Coverity.mav2014-09-101-4/+1
* Fix array overrun, reported by Coverity.mav2014-09-101-1/+2
* Fix couple off-by-one range check errors, reported by Coverity.mav2014-09-101-2/+2
* Fix memory leak on error, reported by Coverity.mav2014-09-101-0/+1
* Fix minor buffer overflow reported by Coverity.mav2014-09-101-5/+9
* Report that DPO and FUA bits are supported after r271311.mav2014-09-091-1/+4
* Oops, missed piece of r271311.mav2014-09-091-0/+21
* Add support for Mode Page Policy (0x87) VPD page.mav2014-09-091-6/+65
* Improve cache control support, including DPO/FUA flags and the mode page.mav2014-09-095-110/+112
* Add a few defines and packet types for SATA 3.2 and FPDMA (First Partyimp2014-08-301-0/+3
* We should never enter the PROBE_SETAN phase if we're not ATAPI, sinceimp2014-08-221-10/+5
* Add the Samsung 843T as a 4k enabled drivesbruno2014-08-212-0/+16
* Use proper include paths in kernel iSCSI code.trasz2014-08-211-3/+3
OpenPOWER on IntegriCloud