summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some dead code found by Clang analyzer.mav2015-09-2510-220/+17
* Remove stale comments and some excessive empty lines.mav2015-09-252-84/+10
* Switch I/O time accounting from system time to uptime.mav2015-09-254-24/+24
* Collect DMA statistics on secondary HA node.mav2015-09-251-3/+13
* Make HA handle datamove and done in a universal way, using port methods.mav2015-09-251-236/+171
* Remove some control_softc references.mav2015-09-256-52/+25
* Allow WRITE SAME with NDOB bit set but without UNMAP.mav2015-09-242-4/+8
* Add new report types to REPORT LUNS command.mav2015-09-242-4/+7
* Update WRITE ATOMIC(16) support to sbc4r8 draft.mav2015-09-243-7/+28
* Add support for READ BUFFER(16) command.mav2015-09-243-15/+55
* Synchronize mode pages between HA peers.mav2015-09-233-2/+106
* Make HA peers announce their parameters on connect.mav2015-09-234-7/+99
* Add support for Control extension mode page.mav2015-09-223-27/+94
* Remove duplicate and incomplete code handling LUN modify.mav2015-09-221-85/+2
* Log iSCSI session reinstatements.mav2015-09-211-0/+10
* 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
OpenPOWER on IntegriCloud