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
/
ctl
/
ctl_frontend_iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement small KPI to access LUN options instead doing it by hands.
mav
2014-06-14
1
-10
/
+6
*
Modify CTL iSCSI frontend to properly handle situations where datamove
trasz
2014-04-24
1
-49
/
+81
*
Properly pass the initiator address when running in proxy mode.
trasz
2014-04-16
1
-1
/
+12
*
Make it possible to interrupt login when running in proxy mode.
trasz
2014-04-16
1
-6
/
+21
*
Properly identify target portal when running in proxy mode. While here,
trasz
2014-04-16
1
-13
/
+4
*
Add some stuff to make it easier to figure out for the system administrator
trasz
2014-04-16
1
-1
/
+16
*
Make it possible for the iSCSI target side to operate in both normal
trasz
2014-04-16
1
-29
/
+45
*
Fix three refcounter leaks and lock recursion they covered.
mav
2014-04-09
1
-7
/
+4
*
All the iSCSI sysctls are also tunables; advertise that.
trasz
2014-04-04
1
-4
/
+4
*
Use atomic ops instead of mutexes where appropriate.
trasz
2014-04-01
1
-7
/
+3
*
Instead of "icltx" and "iclrx", use thread names with prefix from upper
trasz
2014-04-01
1
-1
/
+1
*
Get rid of ICL lock; use upper-layer (initiator or target) lock instead.
trasz
2014-04-01
1
-1
/
+1
*
Rework cfiscsi_datamove_in() to obey expected data transfer length
trasz
2014-03-27
1
-39
/
+81
*
Target Transfer Tag is opaque; no need to htonl(3) it.
trasz
2014-03-25
1
-2
/
+2
*
Use a less unusual syntax in debug printfs.
trasz
2014-03-25
1
-17
/
+26
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Make reset handling in iSCSI target RFC-compliant. This fixes some rare
trasz
2014-03-06
1
-3
/
+3
*
Remove no longer useful debugging output and a stale comment.
trasz
2013-10-09
1
-13
/
+2
*
Make the error handling more consistant. Shouldn't make any functional
trasz
2013-10-09
1
-9
/
+23
*
Tidy up, cache return value of a function, and add an assertion;
trasz
2013-10-09
1
-6
/
+32
*
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...
trasz
2013-10-09
1
-8
/
+33
*
Properly fix out of memory handling in the iSCSI target.
trasz
2013-10-08
1
-4
/
+11
*
Split cfiscsi_datamove() in two; no functional changes.
trasz
2013-10-05
1
-182
/
+203
*
Don't leak memory when removing an unconnected session, and remove useless
trasz
2013-10-04
1
-1
/
+1
*
Properly ignore PDUs with CmdSN outside of allowed range.
trasz
2013-09-24
1
-17
/
+18
*
Fix a few instances of M_WAITOK in threads marked as prohibited from sleep,
trasz
2013-09-24
1
-2
/
+16
*
Don't use M_WAITOK when running from context where sleeping is prohibited,
trasz
2013-09-23
1
-4
/
+21
*
Bring in the new iSCSI target and initiator.
trasz
2013-09-14
1
-0
/
+2638
[prev]