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
*
chdone(): Prevent returning uninitialized scalar value.
pfg
2016-04-03
1
-0
/
+1
*
Small typo.
pfg
2016-04-02
1
-1
/
+1
*
CAM: Generalize 4k quirk to all Samsung MZ7* SSDs
dumbbell
2016-03-29
2
-36
/
+10
*
Add 4k enabled cam quirks for Samsung SM863 Series SSDs
sbruno
2016-03-24
2
-0
/
+16
*
Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the
imp
2016-03-15
1
-0
/
+7
*
Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.
imp
2016-03-10
3
-4
/
+8
*
Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.
mav
2016-03-04
1
-0
/
+1
*
Remove a stray else. It isn't needed (due to the return at the end of
imp
2016-02-18
1
-1
/
+2
*
Remove stray semicolons from the iSCSI code.
trasz
2016-02-10
1
-2
/
+2
*
Fix the SCSI Extended INQUIRY probe case when an error is returned
ken
2016-02-08
1
-1
/
+1
*
Add defines for WRITE_UNCORRECTABLE ATA command, and improve command logging
rpokala
2016-02-04
1
-17
/
+43
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2016-02-01
2
-7
/
+0
*
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
7
-89
/
+129
*
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
*
The ccb_xflags enumeration was removed from FreeBSD/head in
ken
2015-12-07
1
-3
/
+3
*
Improve cam tracing a little by including the function code in the
imp
2015-12-07
1
-2
/
+8
*
Add asynchronous command support to the pass(4) driver, and the new
ken
2015-12-03
7
-64
/
+1625
*
Fix panic when trying to sort unsupported command in OOA queue.
mav
2015-11-27
1
-0
/
+2
*
Add API to obtain primary enclosure name and ID for /dev/sesX devices.
mav
2015-11-21
3
-3
/
+58
*
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
*
Removed unused malloc types.
mav
2015-11-06
2
-4
/
+0
*
Add two more KASSERTs.
mav
2015-11-06
1
-0
/
+8
*
Extend mask of VMware virtual disks.
mav
2015-11-05
1
-1
/
+1
*
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
2
-8
/
+21
*
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
*
Make delete method set via kern.cam.da.X.delete_method persistent.
mav
2015-10-11
1
-37
/
+35
*
Remove legacy CHS geometry from dmesg and unify capacity outputs.
mav
2015-10-11
3
-17
/
+11
*
Remove compatibility shims for legacy ATA device names.
mav
2015-10-11
3
-64
/
+2
*
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
*
Make pass, sg and targ drivers respect HBA's maxio.
mav
2015-09-30
7
-9
/
+36
*
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
3
-0
/
+102
*
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
7
-131
/
+699
*
Allow LOG SENSE command on non-disk devices.
mav
2015-09-26
2
-2
/
+5
[next]