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_backend_ramdisk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential division by zero after r275920.
mav
2014-12-23
1
-2
/
+2
*
Replace ctl_min() macro with MIN().
mav
2014-12-20
1
-12
/
+11
*
Pass real optimal transfer size supported by backend.
mav
2014-12-18
1
-0
/
+1
*
Add GET LBA STATUS command support to CTL.
mav
2014-12-04
1
-4
/
+27
*
Coalesce last data move and command status for read commands.
mav
2014-11-25
1
-6
/
+7
*
Use ctl_set_success() instead of direct inlining.
mav
2014-11-25
1
-1
/
+1
*
Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.
mav
2014-10-08
1
-0
/
+1
*
Fix build with QUEUE_MACRO_DEBUG.
mav
2014-07-24
1
-1
/
+1
*
Make options KPI more generic to allow it to be used for ports too,
mav
2014-07-05
1
-4
/
+5
*
Lock devstat updates in block backend to make it usable. Polish lock names.
mav
2014-06-25
1
-11
/
+11
*
Add support for VERIFY(10/12/16) and COMPARE AND WRITE SCSI commands.
mav
2014-06-16
1
-3
/
+8
*
Make backends track completion by processed number of sectors instead of
mav
2014-06-15
1
-2
/
+10
*
Move kern_total_len setting from backend to core code.
mav
2014-06-15
1
-12
/
+2
*
Implement small KPI to access LUN options instead doing it by hands.
mav
2014-06-14
1
-17
/
+8
*
Remove limits on size of READ/WRITE operations.
mav
2014-04-24
1
-74
/
+135
*
Oops! Few quick fixes for r264274.
mav
2014-04-08
1
-1
/
+2
*
Add support for SCSI UNMAP commands to CTL.
mav
2014-04-08
1
-9
/
+22
*
CTL changes required for iSCSI target, most notably LUN remapping
trasz
2013-08-24
1
-1
/
+13
*
Fix NULL-deference kernel panic on attempt of destroying non-existing
mav
2013-07-03
1
-8
/
+3
*
Remove useless NULL checks after M_WAITOK allocations.
trasz
2012-09-27
1
-18
/
+2
*
Add LUN resizing to CTL. Also make it possible to explicitly set
trasz
2012-03-06
1
-0
/
+76
*
Quiet some clang warnings when compiling CTL.
ken
2012-01-19
1
-8
/
+8
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-0
/
+835