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
*
Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"
trasz
2016-06-05
2
-0
/
+6
*
Strip leading spaces off of a SCSI disk's serial number
asomers
2016-05-27
1
-6
/
+15
*
Fix a few ada(4) driver issues:
ken
2016-05-25
1
-7
/
+45
*
Add mechanism for choosing iSER-capable ICL modules.
trasz
2016-05-24
1
-2
/
+3
*
Fix multiple Coverity Out-of-bounds access false postive issues in CAM
truckman
2016-05-24
1
-0
/
+4
*
Fix ada(4) trim support quirk setting.
ken
2016-05-23
1
-5
/
+6
*
Pass task management response information from CTL through CAM to isp(4),
mav
2016-05-20
2
-1
/
+34
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
7
-225
/
+3708
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
Add icl_conn_connect() ICL method, required for iSER.
trasz
2016-05-17
1
-0
/
+1
*
opt_kdtrace.h is not needed for SDT probes as of r258541.
markj
2016-05-15
1
-2
/
+0
*
Allow sleepable allocations in enclosure daemon threads.
mav
2016-05-10
2
-33
/
+15
*
Add "camcontrol reprobe" subcommand, and implement it for da(4).
trasz
2016-05-10
3
-2
/
+14
*
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
*
cam/scsi: Remove mostly unused scsi_quirk_table_size.
pfg
2016-05-06
1
-3
/
+1
*
sys/cam/scsi: unsigned some loop indexes.
pfg
2016-05-06
1
-1
/
+1
*
sys/cam/scsi: unsigned some loop indexes.
pfg
2016-05-06
1
-8
/
+9
*
Fix a memory leak in the devctl notify code.
scottl
2016-05-03
1
-0
/
+1
*
sys/cam: spelling fixes in comments.
pfg
2016-04-29
15
-26
/
+26
*
sys/cam: spelling fixes.
pfg
2016-04-29
1
-1
/
+1
*
Small typos.
pfg
2016-04-28
1
-2
/
+2
*
cam: unsign some types to match their definitions and avoid overflows.
pfg
2016-04-27
2
-10
/
+10
*
sys: extend use of the howmany() macro when available.
pfg
2016-04-26
2
-8
/
+5
*
Yet more redundant parenthesis from r298431.
pfg
2016-04-21
1
-3
/
+2
*
sys: use our nitems() macro when param.h is available.
pfg
2016-04-21
7
-40
/
+29
*
Remove slightly used const values that can be replaced with nitems().
pfg
2016-04-21
3
-14
/
+5
*
Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-
sbruno
2016-04-19
1
-0
/
+1
*
Add the ability to read a SAS device's Target Port NAA designator
asomers
2016-04-18
2
-0
/
+14
*
Fix tinderbox LINT build.
delphij
2016-04-18
1
-1
/
+0
*
Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds on
imp
2016-04-17
1
-3
/
+3
*
Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM
imp
2016-04-17
3
-5
/
+7
*
tag_action is not used at all in ata. It's set to 1 for ordered
imp
2016-04-17
4
-14
/
+7
*
Dell has an OEM drive from Samsung that has issues. NCQ Trim isn't
imp
2016-04-17
1
-0
/
+9
*
Expand CAM_IO_STATS #ifdef to logical unit.
imp
2016-04-15
2
-8
/
+4
*
Put function only used by CAM_NETFLIX_IOSCHED under that ifdef.
imp
2016-04-15
1
-0
/
+4
*
Out of an abundance of caution treat
imp
2016-04-15
1
-3
/
+11
*
Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (August
imp
2016-04-15
1
-5
/
+13
*
Use the new TUNABLE_INT64 to match the type of sbintime_t.
imp
2016-04-15
1
-1
/
+1
*
Fix typos (intenral -> internal) in comments
ngie
2016-04-15
1
-1
/
+1
*
Add a comment about why the timeout for flush was lowered to 5s.
imp
2016-04-14
1
-0
/
+5
*
Add in missing files from r298002.
imp
2016-04-14
2
-0
/
+1663
*
Add a devctl/devd notification conduit for CAM errors that happen at the
scottl
2016-04-14
1
-2
/
+100
*
New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the same
imp
2016-04-14
5
-168
/
+597
*
Add sbuf variants ata_cmd_sbuf() and ata_res_sbuf(), and reimplement the
scottl
2016-04-13
3
-25
/
+47
*
Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporary
scottl
2016-04-13
1
-9
/
+6
*
Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string()
scottl
2016-04-13
2
-8
/
+26
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
[next]