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
*
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
2
-5
/
+89
*
Fix several potential overflows in UNMAP code.
mav
2015-01-26
1
-6
/
+6
*
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
*
Restore the CAM XPT peripheral generation counter, and export it via sysctl.
will
2015-01-20
1
-0
/
+6
*
Remove extra mtx_unlock().
mav
2015-01-19
1
-1
/
+0
*
Minor refactoring of code block.
hselasky
2015-01-19
1
-4
/
+3
*
Don't count status as sent until CTIO completes successfully.
mav
2015-01-16
1
-1
/
+4
*
Explain a bit of tricky code dealing with trims and how it prevents
imp
2015-01-13
2
-0
/
+20
*
Improve camcontrol(8) handling of drive defect data.
ken
2015-01-08
2
-9
/
+89
*
Fix a bug in the CAM SCSI probe code that caused changes in inquiry
ken
2015-01-08
1
-1
/
+2
*
Allow a block size of zero to mean 512 bytes, which is the most common
hselasky
2015-01-08
1
-1
/
+3
*
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
7
-15
/
+353
*
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
*
Convert persis_offset from global variable to softc field.
mav
2014-12-02
2
-11
/
+11
*
Reduce code duplication by creating ctl_set_res_ua() helper.
mav
2014-12-02
1
-87
/
+20
*
Removed unused variable and unify some names.
mav
2014-12-02
1
-10
/
+7
*
When passing LUN IDs through treat ASCII values as fixed-length, not
mav
2014-12-01
1
-2
/
+9
*
Move ctlfe_onoffline() out of lock to let it sleep when needed.
mav
2014-12-01
1
-32
/
+9
*
Coalesce last data move and command status for read commands.
mav
2014-11-25
7
-129
/
+128
*
Decouple datamove/done logic from CTL status set.
mav
2014-11-25
1
-330
/
+210
*
Use ctl_set_success() instead of direct inlining.
mav
2014-11-25
2
-10
/
+5
*
Replace home-grown CTL IO allocator with UMA.
mav
2014-11-24
9
-543
/
+186
*
Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task.
mav
2014-11-24
1
-1
/
+1
*
Make iSCSI frontend less chatty while waiting for tasks termination.
mav
2014-11-22
1
-3
/
+7
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-5
/
+5
*
Make cfiscsi_offline() synchronous, waiting for connections termination
mav
2014-11-21
2
-0
/
+11
*
Close race between cfiscsi_offline() and new connection arrival.
mav
2014-11-21
1
-15
/
+17
*
Remove bunch of unused lun variables.
mav
2014-11-21
1
-15
/
+0
*
Reduce race between LUN destruction and request arrival.
mav
2014-11-21
1
-3
/
+5
[next]