index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
cam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bit masks changed for the wrong commands in r288221.
mav
2015-09-25
1
-4
/
+4
*
Constify ctl_serialize_table.
mav
2015-09-25
2
-2
/
+2
*
Remove some dead code found by Clang analyzer.
mav
2015-09-25
10
-220
/
+17
*
Remove stale comments and some excessive empty lines.
mav
2015-09-25
2
-84
/
+10
*
Switch I/O time accounting from system time to uptime.
mav
2015-09-25
4
-24
/
+24
*
Collect DMA statistics on secondary HA node.
mav
2015-09-25
1
-3
/
+13
*
Make HA handle datamove and done in a universal way, using port methods.
mav
2015-09-25
1
-236
/
+171
*
Remove some control_softc references.
mav
2015-09-25
6
-52
/
+25
*
Allow WRITE SAME with NDOB bit set but without UNMAP.
mav
2015-09-24
2
-4
/
+8
*
Add new report types to REPORT LUNS command.
mav
2015-09-24
2
-4
/
+7
*
Update WRITE ATOMIC(16) support to sbc4r8 draft.
mav
2015-09-24
3
-7
/
+28
*
Add support for READ BUFFER(16) command.
mav
2015-09-24
3
-15
/
+55
*
Synchronize mode pages between HA peers.
mav
2015-09-23
3
-2
/
+106
*
Make HA peers announce their parameters on connect.
mav
2015-09-23
4
-7
/
+99
*
Add support for Control extension mode page.
mav
2015-09-22
3
-27
/
+94
*
Remove duplicate and incomplete code handling LUN modify.
mav
2015-09-22
1
-85
/
+2
*
Log iSCSI session reinstatements.
mav
2015-09-21
1
-0
/
+10
*
Mark with DMA flag I/Os waiting for iSCSI write data after R2T.
mav
2015-09-20
1
-0
/
+5
*
Remove couple excess SGLIST I/O flags.
mav
2015-09-20
6
-7
/
+4
*
Always execute REPORT LUNS and REQUEST SENSE commands locally.
mav
2015-09-19
2
-5
/
+8
*
Split two command flags with different meaning.
mav
2015-09-19
3
-11
/
+13
*
Pack struct ctl_ha_msg_hdr by 8 bytes.
mav
2015-09-19
1
-1
/
+1
*
Fix memory corruption when >128K transferred through HA link.
mav
2015-09-19
1
-20
/
+6
*
Mark I/Os with DMA flag while moving data through the HA link.
mav
2015-09-18
1
-0
/
+3
*
Relax serseq option operation for reads.
mav
2015-09-18
4
-4
/
+31
*
Kill HA link and shutdown the threads on shutdown.
mav
2015-09-18
3
-11
/
+48
*
Update list of opcodes to 5/26/15.
mav
2015-09-18
1
-8
/
+13
*
Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.
mav
2015-09-18
1
-1
/
+166
*
Replicate initiators WWPNs and names between HA peers.
mav
2015-09-17
3
-1
/
+91
*
Replicate port->init_devid to HA peer.
mav
2015-09-17
2
-2
/
+26
*
When reporting TPT UA, report which of thresholds was reached.
mav
2015-09-17
4
-21
/
+26
*
Report number of failed XCOPY segment.
mav
2015-09-17
1
-8
/
+32
*
Report proper medium error code for VERIFY commands.
mav
2015-09-17
4
-15
/
+18
*
Fix reading after end of file for file-backed LUNs.
mav
2015-09-16
1
-2
/
+18
*
Make COMPARE AND WRITE report offset of difference.
mav
2015-09-16
1
-16
/
+43
*
Fix fixed sense writing when passed more data then it can fit.
mav
2015-09-16
1
-4
/
+6
*
Frontends don't need to set errors themselves.
mav
2015-09-16
1
-11
/
+4
*
Don't flap the HA link if sysctl is reset to the same value.
mav
2015-09-16
1
-6
/
+11
*
Make CAM log errors that make it wait.
mav
2015-09-15
2
-3
/
+6
*
Fix completion/error status reporting.
mav
2015-09-15
1
-6
/
+12
*
Close potential race between datamove and HA failover.
mav
2015-09-15
1
-3
/
+20
*
Preserve the device queue status before retrying a sense request in
markj
2015-09-15
1
-3
/
+6
*
Implement data/status aggregation for secondary HA node.
mav
2015-09-14
1
-2
/
+9
*
Implement data/status aggregation for camsim backend.
mav
2015-09-14
1
-0
/
+7
*
Remove CTL_PRIV_LBA_LEN from HA messages.
mav
2015-09-14
2
-12
/
+0
*
Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.
mav
2015-09-14
6
-156
/
+298
*
Map CLEAR TASK SET and I_T NEXUS RESET for iSCSI.
mav
2015-09-13
1
-0
/
+12
*
Implement iSCSI TARGET COLD RESET task management function.
mav
2015-09-13
1
-1
/
+23
*
Improve read-only support.
mav
2015-09-13
5
-5
/
+22
*
Reannounce port to HA peer if LUN map changed after online.
mav
2015-09-13
1
-6
/
+12
[next]