summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-105-86/+107
* Store persistent reservation keys as uint64_t instead of uint8_t[8].mav2014-10-102-151/+61
* Make iSCSI connection close somewhat less aggressive.mav2014-10-091-1/+0
* Use proper variable when looping through periphs with CAM_PERIPH_FREE.mav2014-10-091-2/+2
* Implement software (mode page) and hardware (config) write protection.mav2014-10-082-5/+46
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.mav2014-10-087-11/+54
* Set CAM_SIM_QUEUED flag before calling ctl_queue() to avoid race.mav2014-10-061-2/+4
* Add support for MaxBurstLength and Expected Data transfer Length parameters.mav2014-10-062-16/+65
* Fix length of Extended INQUIRY Data VPD page.mav2014-10-061-3/+1
* 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
OpenPOWER on IntegriCloud