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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a dedicated function for ensuring that cdir and rdir are populated.
mjg
2015-07-11
1
-12
/
+1
*
Make first step toward supporting target and initiator roles same time.
mav
2015-07-05
1
-11
/
+7
*
Fix couple panics on forced unmount of backing file.
mav
2015-07-02
1
-11
/
+16
*
Fix REPORT LUNS command output for the case when same LUN mapped to same
mav
2015-06-20
1
-2
/
+6
*
Bring per-port LUN enable/disable code up to date:
mav
2015-06-20
9
-114
/
+102
*
Introduce separate lock for tokens to reduce ctl_lock scope.
mav
2015-06-20
2
-13
/
+19
*
Remove some dead and duplicate LUN enabling code.
mav
2015-06-20
2
-80
/
+1
*
Remove device queue freeze handling and replace it with dummy.
mav
2015-06-20
1
-30
/
+14
*
Change ATIO/INOT counting to prevent periph destruction while requests
mav
2015-06-18
1
-33
/
+28
*
Fix wrong function name in error message.
mav
2015-06-05
1
-2
/
+2
*
Allow setting only WWNN or only WWPN.
mav
2015-06-05
1
-5
/
+13
*
Handle EDQUOT backend storage errors same as ENOSPC.
mav
2015-05-06
1
-3
/
+3
*
Remove some #if 0'ed code that apparently confuses cscope.
ken
2015-03-24
1
-7
/
+1
*
Teach CTL to ask GEOM devices about BIO_DELETE support.
mav
2015-02-13
2
-10
/
+25
*
Make XCOPY and WUT commands respect physical block size/offset.
mav
2015-02-12
4
-24
/
+78
*
Make WRITE SAME commands respect physical block size.
mav
2015-02-12
1
-2
/
+12
*
Do not dereference NULL clearing UA that was not set in r277917.
mav
2015-02-11
1
-1
/
+2
*
Add support for General Statistics and Performance log page.
mav
2015-02-11
3
-0
/
+90
*
Do not abort already aborted tasks.
mav
2015-02-10
1
-51
/
+44
*
Fix ordering of "*logout" and "*terminate"; no functional changes.
trasz
2015-02-08
1
-40
/
+40
*
Extend ICL to add receive offload methods. For software ICL backend
trasz
2015-02-08
2
-11
/
+58
*
Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)
trasz
2015-02-06
2
-7
/
+48
*
Bring some more order into iSCSI portal group tags support.
mav
2015-02-03
2
-20
/
+30
*
CTL LUN mapping rewrite.
mav
2015-02-01
8
-165
/
+178
*
Add kobj interface between ICL and the rest of the iSCSI stack.
trasz
2015-01-31
1
-1
/
+3
*
Improve SCSI Extended Inquiry VPD page (0x86) support.
ken
2015-01-30
1
-2
/
+72
*
Fix wrong LUN reference in XCOPY block-to-block operation.
mav
2015-01-24
1
-1
/
+1
*
Don't count requests with status sent as overlapping.
mav
2015-01-22
1
-2
/
+4
*
Don't count status as sent until CTIO completes successfully.
mav
2015-01-16
1
-1
/
+4
*
Hide block device VPD pages for non-block devices.
mav
2014-12-23
1
-17
/
+27
*
Fix potential division by zero after r275920.
mav
2014-12-23
1
-2
/
+2
*
Report initiator id in portlist XML in more formalized way.
mav
2014-12-20
1
-2
/
+2
*
Replace ctl_min() macro with MIN().
mav
2014-12-20
6
-42
/
+40
*
Constify some static data.
mav
2014-12-19
1
-16
/
+16
*
Reduce number of places where global control_softc is used.
mav
2014-12-19
7
-291
/
+245
*
Pass real optimal transfer size supported by backend.
mav
2014-12-18
4
-12
/
+30
*
Add configuration options to override physical and UNMAP blocks geometry.
mav
2014-12-17
4
-10
/
+71
*
Make sequence numbers checks more strict.
mav
2014-12-17
2
-11
/
+38
*
Do not count RCTD bit set as an error.
mav
2014-12-16
1
-1
/
+1
*
Count consecutive read requests as blocking in CTL for files and ZVOLs.
mav
2014-12-06
5
-15
/
+62
*
In addition to r275481 allow threshold notifications work without UNMAP.
mav
2014-12-05
1
-4
/
+2
*
Add to CTL support for threshold notifications for file-backed LUNs.
mav
2014-12-04
1
-0
/
+28
*
Swap resource count scopes for used/available space.
mav
2014-12-04
1
-2
/
+2
*
Add GET LBA STATUS command support to CTL.
mav
2014-12-04
6
-15
/
+327
*
Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.
mav
2014-12-03
1
-3
/
+3
*
Unify function names after r275458.
mav
2014-12-03
1
-12
/
+12
*
Do not pre-allocate UNIT ATTENTIONs storage for every possible initiator.
mav
2014-12-03
4
-128
/
+141
*
Remove some unused code.
mav
2014-12-03
1
-43
/
+0
*
Do not pre-allocate reservation keys memory for every possible initiator.
mav
2014-12-03
2
-54
/
+112
*
Plug memory leaks on UNMAP and XCOPY with invalid parameters.
mav
2014-12-03
2
-6
/
+24
[next]