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
...
*
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
*
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
*
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
*
Log errors for absent LUNs too.
mav
2014-11-21
1
-5
/
+3
*
Partially reconstruct Active/Standby clusting.
mav
2014-11-21
11
-58
/
+99
*
Fix typo.
trasz
2014-11-19
1
-1
/
+1
*
Handle PREEMPT AND ABORT service action equal to PREEMPT.
mav
2014-11-09
2
-2
/
+12
*
Fix LUN resize broken by r272911 commit.
mav
2014-11-07
1
-2
/
+2
*
Synchronize medium rotation rate in legacy Rigid Disk Drive Geometry mode
mav
2014-11-07
2
-16
/
+15
*
Add to CTL support for logical block provisioning threshold notifications.
mav
2014-11-06
6
-26
/
+396
*
Fix residual copy/paste in r274080.
mav
2014-11-04
1
-1
/
+0
*
Improve error handling around duplicate lun and port enable.
mav
2014-11-04
1
-11
/
+30
*
s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little
trasz
2014-11-03
1
-5
/
+5
*
Change the default log level for iSCSI target from 3 to 1. It should
trasz
2014-10-31
1
-1
/
+1
*
Implement better handling for ENOSPC error for both CTL and CAM.
mav
2014-10-29
3
-7
/
+23
*
Remove comment obsoleted by r273730.
mav
2014-10-27
1
-3
/
+0
*
Reduce code duplication around Write Exclusive persistent reservation.
mav
2014-10-27
3
-97
/
+37
*
Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand.
mav
2014-10-26
2
-5
/
+17
*
Fix support for LUN flat space addressing.
mav
2014-10-26
1
-10
/
+11
*
Fix printing non-terminated strings in devlist XML.
mav
2014-10-26
2
-5
/
+9
*
Add "rpm" and "formfactor" LUN options to match istgt functionality.
mav
2014-10-26
1
-1
/
+14
*
Add support for 12/16-byte EUI and 16-byte NAA IDs.
mav
2014-10-25
1
-7
/
+41
*
Make VPD 80h (Serial Number) transfer length match serial number length.
mav
2014-10-18
1
-10
/
+10
*
Implement more functional CTL debug logging.
mav
2014-10-16
6
-141
/
+125
*
Remove couple Copan's vendor-specific mode pages.
mav
2014-10-14
5
-529
/
+0
*
Some groundwork for later Informational Exceptions support.
mav
2014-10-14
3
-5
/
+276
*
Don't confuse frontend with zero length data moves, just return immediately.
mav
2014-10-13
1
-9
/
+9
*
Add support for READ DEFECT DATA (10/12) commands.
mav
2014-10-13
3
-2
/
+94
*
Report physical block size for file-backed LUNs, using vattr.va_blocksize.
mav
2014-10-13
1
-10
/
+11
*
Remove stale comments.
mav
2014-10-12
1
-10
/
+0
*
Improve and document `ctladm portlist` subcommand.
mav
2014-10-12
1
-8
/
+68
*
Give physical and virtual ports numbers some more meaning.
mav
2014-10-11
3
-4
/
+10
*
Shorten frontend name.
mav
2014-10-11
1
-1
/
+1
*
Filter out duplicate AC_PATH_REGISTERED async events.
mav
2014-10-11
1
-45
/
+39
*
Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.
mav
2014-10-11
1
-1
/
+2
*
Make ctld start even if some LUNs are unable to open backing storage.
mav
2014-10-10
5
-86
/
+107
*
Store persistent reservation keys as uint64_t instead of uint8_t[8].
mav
2014-10-10
2
-151
/
+61
*
Make iSCSI connection close somewhat less aggressive.
mav
2014-10-09
1
-1
/
+0
*
Implement software (mode page) and hardware (config) write protection.
mav
2014-10-08
2
-5
/
+46
[prev]
[next]