summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* Mark with DMA flag I/Os waiting for iSCSI write data after R2T.mav2015-09-201-0/+5
* Remove couple excess SGLIST I/O flags.mav2015-09-206-7/+4
* Always execute REPORT LUNS and REQUEST SENSE commands locally.mav2015-09-192-5/+8
* Split two command flags with different meaning.mav2015-09-193-11/+13
* Pack struct ctl_ha_msg_hdr by 8 bytes.mav2015-09-191-1/+1
* Fix memory corruption when >128K transferred through HA link.mav2015-09-191-20/+6
* Mark I/Os with DMA flag while moving data through the HA link.mav2015-09-181-0/+3
* Relax serseq option operation for reads.mav2015-09-184-4/+31
* Kill HA link and shutdown the threads on shutdown.mav2015-09-183-11/+48
* Update list of opcodes to 5/26/15.mav2015-09-181-8/+13
* Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.mav2015-09-181-1/+166
* Replicate initiators WWPNs and names between HA peers.mav2015-09-173-1/+91
* Replicate port->init_devid to HA peer.mav2015-09-172-2/+26
* When reporting TPT UA, report which of thresholds was reached.mav2015-09-174-21/+26
* Report number of failed XCOPY segment.mav2015-09-171-8/+32
* Report proper medium error code for VERIFY commands.mav2015-09-174-15/+18
* Fix reading after end of file for file-backed LUNs.mav2015-09-161-2/+18
* Make COMPARE AND WRITE report offset of difference.mav2015-09-161-16/+43
* Fix fixed sense writing when passed more data then it can fit.mav2015-09-161-4/+6
* Frontends don't need to set errors themselves.mav2015-09-161-11/+4
* Don't flap the HA link if sysctl is reset to the same value.mav2015-09-161-6/+11
* Make CAM log errors that make it wait.mav2015-09-152-3/+6
* Fix completion/error status reporting.mav2015-09-151-6/+12
* Close potential race between datamove and HA failover.mav2015-09-151-3/+20
* Preserve the device queue status before retrying a sense request inmarkj2015-09-151-3/+6
* Implement data/status aggregation for secondary HA node.mav2015-09-141-2/+9
* Implement data/status aggregation for camsim backend.mav2015-09-141-0/+7
* Remove CTL_PRIV_LBA_LEN from HA messages.mav2015-09-142-12/+0
* Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.mav2015-09-146-156/+298
* Map CLEAR TASK SET and I_T NEXUS RESET for iSCSI.mav2015-09-131-0/+12
* Implement iSCSI TARGET COLD RESET task management function.mav2015-09-131-1/+23
* Improve read-only support.mav2015-09-135-5/+22
* Reannounce port to HA peer if LUN map changed after online.mav2015-09-131-6/+12
* Report INQUIRY DATA HAS CHANGED for related LUNs on port on-/offline.mav2015-09-134-18/+54
* Report CTL_UA_LUN_CHANGE on LUN map change.mav2015-09-131-23/+28
* Make TARGET RESET respect LUN mapping.mav2015-09-131-1/+7
* Check for obsolete NUL bin in CSCD descriptor.mav2015-09-122-1/+3
* Add HA support for CTL_TASK_I_T_NEXUS_RESET.mav2015-09-121-2/+13
* Fix false CTL_UA_RES_RELEASE on secondary HA node.mav2015-09-121-3/+5
* Decode WRITE ATOMIC(16) command.mav2015-09-121-1/+2
* Improve XCOPY error reporting.mav2015-09-122-17/+30
* Report that we have no limit on POPULATE TOKEN segment size.mav2015-09-121-2/+1
* Correct RTPG bitmask.mav2015-09-121-1/+1
* Some HA polishing.mav2015-09-121-56/+89
* CTL documentation update, mostly for HA.mav2015-09-121-9/+8
* Make ctld restart on primary HA node less invasive for secondary.mav2015-09-111-5/+5
* Close races between device close and request processing.mav2015-09-112-39/+44
* Reference/release devices on every I/O, rather on open/close.mav2015-09-111-104/+120
* Reimplement CTL High Availability.mav2015-09-1020-1992/+2397
* Remove unused target and initiator IDs.mav2015-09-1011-72/+42
OpenPOWER on IntegriCloud