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
...
*
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
*
Use proper variable when looping through periphs with CAM_PERIPH_FREE.
mav
2014-10-09
1
-2
/
+2
*
Implement software (mode page) and hardware (config) write protection.
mav
2014-10-08
2
-5
/
+46
*
Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.
mav
2014-10-08
7
-11
/
+54
*
Set CAM_SIM_QUEUED flag before calling ctl_queue() to avoid race.
mav
2014-10-06
1
-2
/
+4
*
Add support for MaxBurstLength and Expected Data transfer Length parameters.
mav
2014-10-06
2
-16
/
+65
*
Fix length of Extended INQUIRY Data VPD page.
mav
2014-10-06
1
-3
/
+1
*
Use REPORT LUNS command for SPC-2 devices with LUN 0 disconnected.
mav
2014-10-02
1
-1
/
+1
*
Make disconnected LUN 0 don't remain in half-configured state if there are
mav
2014-10-02
1
-15
/
+4
*
Restore CAM_QUIRK_NOLUNS check, lost in previous commit.
mav
2014-10-02
1
-0
/
+3
*
Rework the logic of sequential SCSI LUN scanner.
mav
2014-10-02
1
-62
/
+36
*
Fix couple issues with ROD tokens content.
mav
2014-10-01
1
-3
/
+14
*
Do not transfer unneeded training zero bytes in INQUIRY response.
mav
2014-09-28
1
-8
/
+8
*
Fix page length reported for Block Limits VPD page.
mav
2014-09-27
1
-1
/
+1
*
When reporting some major UNIT ATTENTION condition, like POWER ON OCCURRED
mav
2014-09-23
4
-28
/
+22
*
Fix ASCQ for "Logical unit not ready, manual intervention required" error.
mav
2014-09-23
1
-1
/
+1
*
Pretend that we support BYTCHK=1 in WRITE AND VERIFY command.
mav
2014-09-22
1
-3
/
+3
*
Fix read overrun handling, broken by using wrong variable.
mav
2014-09-22
1
-3
/
+3
*
Deny ANCHOR flag set without UNMAP flag set in WRITE SAME commands.
mav
2014-09-22
1
-2
/
+3
*
Don't try to continue aborted commands if status was not set.
mav
2014-09-22
1
-3
/
+4
*
Fix UNMAP stuck if the last block descriptor in the list is empty.
mav
2014-09-22
1
-1
/
+15
*
Simplify legacy reservation handling. Drop it on I_T nexus loss.
mav
2014-09-22
2
-27
/
+19
*
Don't report unsupported FUA_NV bit set in READ/WRITE commands as error.
mav
2014-09-22
1
-6
/
+6
*
Report proper errors codes for unsupported SERVICE ACTION values.
mav
2014-09-22
1
-12
/
+22
*
Polish INQUIRY command fields validation.
mav
2014-09-22
1
-31
/
+9
*
Allow SUBPAGE CODE field in MODE SENSE commands.
mav
2014-09-21
1
-2
/
+2
*
Fix inverted expression to report block size in mode page block descriptor.
mav
2014-09-19
1
-1
/
+1
*
Allow more commands to pass persistent reservation according to SPC-4 r37.
mav
2014-09-18
3
-6
/
+12
*
Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command.
mav
2014-09-18
4
-3
/
+13
*
When updating device media size use cached cdevsw pointer.
mav
2014-09-18
1
-20
/
+20
*
Correct a comment
bdrewery
2014-09-17
1
-1
/
+1
*
Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL UNIT
mav
2014-09-17
1
-2
/
+7
*
Fix typo in defined ROD types in r269497.
mav
2014-09-17
1
-5
/
+5
*
Add quirks to disable READ CAPACITY (16) for PNY USB 3.0 Flash Drives.
mav
2014-09-15
1
-0
/
+7
*
Always report that we support REPORT TARGET PORT GROUPS command.
mav
2014-09-14
1
-3
/
+1
*
Update CAM CCB accounting for the new status quo.
mav
2014-09-14
4
-20
/
+17
*
Implement control over command reordering via options and control mode page.
mav
2014-09-13
3
-87
/
+50
*
Add "readcache" and "writecache" LUN options to control default behavior.
mav
2014-09-13
1
-8
/
+14
*
Implement range checks between UNMAP and READ/WRITE commands.
mav
2014-09-13
2
-22
/
+70
*
Add support for Extended INQUIRY Data (0x86) VPD page.
mav
2014-09-11
2
-8
/
+114
*
Extend UNMAP blacklist on all STEC SSD models.
mav
2014-09-10
1
-2
/
+2
*
Make sure we handle less than zero timeouts in iSCSI initiator and target
trasz
2014-09-10
1
-1
/
+1
*
Make it possible to disable NOP-In PDUs by the iSCSI initiator by setting
trasz
2014-09-10
1
-0
/
+13
*
Make ctl_port_mask an array to support more then 32 ports.
mav
2014-09-10
2
-6
/
+6
*
Remove uninitialized and unused variable, reported by Coverity.
mav
2014-09-10
1
-4
/
+1
*
Fix array overrun, reported by Coverity.
mav
2014-09-10
1
-1
/
+2
*
Fix couple off-by-one range check errors, reported by Coverity.
mav
2014-09-10
1
-2
/
+2
*
Fix memory leak on error, reported by Coverity.
mav
2014-09-10
1
-0
/
+1
[prev]
[next]