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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce number of places where global control_softc is used.
mav
2014-12-19
1
-40
/
+44
*
Replace home-grown CTL IO allocator with UMA.
mav
2014-11-24
1
-2
/
+2
*
Partially reconstruct Active/Standby clusting.
mav
2014-11-21
1
-2
/
+2
*
Make ctl_port_mask an array to support more then 32 ports.
mav
2014-09-10
1
-4
/
+4
*
Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.
mav
2014-07-16
1
-0
/
+2
*
Teach ctl_add_initiator() to dynamically allocate IIDs from pool.
mav
2014-07-07
1
-3
/
+17
*
Burry devid port method, which was a gross hack.
mav
2014-07-05
1
-2
/
+45
*
Create separate CTL port for every iSCSI target (and maybe portal group).
mav
2014-07-05
1
-0
/
+4
*
Implement and use ctl_frontend_find().
mav
2014-07-05
1
-0
/
+17
*
Use proper links field for ports linking.
mav
2014-07-05
1
-1
/
+1
*
Separate concepts of frontend and port.
mav
2014-07-04
1
-35
/
+83
*
Introduce seperate mutex lock to protect protect CTL I/O pools, slightly
mav
2013-11-11
1
-5
/
+3
*
Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNs
ken
2012-04-06
1
-0
/
+1
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-0
/
+187