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
*
Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"
trasz
2016-06-05
2
-0
/
+6
*
Add mechanism for choosing iSER-capable ICL modules.
trasz
2016-05-24
1
-2
/
+3
*
Pass task management response information from CTL through CAM to isp(4),
mav
2016-05-20
1
-0
/
+23
*
Add icl_conn_connect() ICL method, required for iSER.
trasz
2016-05-17
1
-0
/
+1
*
Fix previous commit to report proper error code.
mav
2016-05-10
1
-6
/
+28
*
Validate XCOPY range offsets and lengths.
mav
2016-05-10
1
-3
/
+11
*
More XCOPY parameters validation.
mav
2016-05-10
1
-5
/
+55
*
Improve validation of some POPULATE TOKEN parameters.
mav
2016-05-10
1
-8
/
+22
*
sys/cam: spelling fixes in comments.
pfg
2016-04-29
5
-8
/
+8
*
cam: unsign some types to match their definitions and avoid overflows.
pfg
2016-04-27
1
-7
/
+7
*
Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-
sbruno
2016-04-19
1
-0
/
+1
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.
imp
2016-03-10
1
-0
/
+1
*
Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.
mav
2016-03-04
1
-0
/
+1
*
Remove stray semicolons from the iSCSI code.
trasz
2016-02-10
1
-2
/
+2
*
Hide "soconnect() error" messages under bootverbose.
mav
2016-01-22
1
-1
/
+1
*
Convert sys/cam to use make_dev_s().
kib
2016-01-07
1
-3
/
+12
*
Fix style issues around existing SDT probes.
markj
2015-12-16
1
-20
/
+20
*
Set DS flag, required for LPB log page by spec.
mav
2015-12-15
1
-0
/
+2
*
Fix panic when trying to sort unsupported command in OOA queue.
mav
2015-11-27
1
-0
/
+2
*
Add NULL check to make Coverity happy.
mav
2015-11-14
1
-1
/
+2
*
Modify target port groups logic in CTL.
mav
2015-11-11
4
-33
/
+82
*
Add two more KASSERTs.
mav
2015-11-06
1
-0
/
+8
*
Don't try to replicate mode pages not present on this device.
mav
2015-10-26
1
-0
/
+5
*
Give CTL support for PIM_EXTLUNS when talking to CAM.
mav
2015-10-24
5
-101
/
+103
*
Add partial support for QUERY TMF to CAM and isp(4).
mav
2015-10-23
1
-8
/
+15
*
Fix LUN disable in CAM broken at r285155.
mav
2015-10-23
1
-1
/
+1
*
Make some panic strings mode informative.
mav
2015-10-21
2
-47
/
+48
*
Remove lock upgrade attempt from ctl_be_block_open_file().
mav
2015-10-11
1
-15
/
+0
*
Add missing vnode lock in case of file modify request.
mav
2015-10-08
1
-2
/
+4
*
More aggressively fill WUT read pipeline.
mav
2015-10-01
1
-5
/
+4
*
Make zero WUT use WRITE SAME with recently allowed NDOB flag.
mav
2015-10-01
1
-5
/
+3
*
Implement SPC-3 exceptions to SPC-2 RESERVE and RELEASE behavior.
mav
2015-10-01
1
-1
/
+9
*
Unify PR variable names to reduce confusion.
mav
2015-10-01
2
-66
/
+66
*
Use proper STAILQ_* macros where possible.
mav
2015-09-30
2
-20
/
+7
*
Really implement PREVENT ALLOW MEDIUM REMOVAL command.
mav
2015-09-29
5
-21
/
+66
*
Don't report SYNC_NV bit set in SYNCHRONIZE CACHE as error.
mav
2015-09-29
1
-2
/
+2
*
Fix arguments order.
mav
2015-09-29
1
-8
/
+8
*
Report that we can read all flavours of DVD. Why not?
mav
2015-09-29
1
-1
/
+55
*
Add CD/DVD Capabilities and Mechanical Status Page.
mav
2015-09-29
2
-0
/
+71
*
Umplement media load/eject support for removable devices.
mav
2015-09-28
10
-338
/
+228
*
Add to CTL initial support for CDROMs and removable devices.
mav
2015-09-27
6
-130
/
+601
*
Allow LOG SENSE command on non-disk devices.
mav
2015-09-26
2
-2
/
+5
*
Remove concept of control device.
mav
2015-09-26
1
-62
/
+24
*
Move ioctl frontend defines where they belong.
mav
2015-09-26
2
-12
/
+12
*
Remove few more unused variables.
mav
2015-09-26
2
-4
/
+0
*
Remove some duplicate, legacy, dead and questionable code.
mav
2015-09-26
8
-406
/
+23
*
Pass to sobind() copy of the address, not the original.
mav
2015-09-26
1
-2
/
+6
*
Properly lock LUN in ctl_failover_lun().
mav
2015-09-25
1
-7
/
+25
*
Fix bit masks changed for the wrong commands in r288221.
mav
2015-09-25
1
-4
/
+4
[next]