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
*
Mostly revert r260267 and hopefully really fix the original problem.
mav
2014-01-22
1
-12
/
+14
*
Fix memory and references leak due to unfreed path in case we can't
mav
2014-01-21
1
-1
/
+3
*
Move xpt_run_devq() call before request completion callback where it was
mav
2014-01-11
1
-6
/
+2
*
Fix for r260541: do not drop periph reference when request is restarted.
mav
2014-01-11
1
-9
/
+12
*
Take additional reference on SCSI probe periph to cover its freeze count.
mav
2014-01-11
4
-19
/
+20
*
Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.
mav
2014-01-10
3
-6
/
+8
*
Allow delete_method sysctl to be set to "DISABLE".
mav
2014-01-07
1
-2
/
+3
*
Correct short delete issue in SCSI UNMAP support
smh
2014-01-04
1
-17
/
+15
*
Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel
nwhitehorn
2013-12-14
5
-41
/
+234
*
When comparing device IDs, make sure that they have the same type
mav
2013-12-08
1
-1
/
+5
*
Properly report an error instead of panicing when user tries to create
trasz
2013-12-03
1
-1
/
+3
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-8
/
+8
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-2
/
+0
*
Introduce seperate mutex lock to protect protect CTL I/O pools, slightly
mav
2013-11-11
3
-103
/
+66
*
Some CAM locks polishing:
mav
2013-11-10
1
-31
/
+34
*
Corrected definition for old_rate to match d_rotation_rate
smh
2013-11-07
1
-1
/
+1
*
Fix lock recursion, triggered by `smartctl -a /dev/adaX`.
mav
2013-11-01
1
-1
/
+1
*
printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.
nwhitehorn
2013-10-30
1
-8
/
+9
*
Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encode
nwhitehorn
2013-10-29
2
-43
/
+75
*
Some microoptimizations for da and ada drivers:
mav
2013-10-24
2
-41
/
+21
*
Remove 128KB bzero() call done for every block I/O data buffer.
mav
2013-10-23
1
-14
/
+1
*
Minor (mostly cosmetical) addition to r256960.
mav
2013-10-23
1
-1
/
+0
*
Move CAM_UNQUEUED_INDEX setting to the last moment and under the periph lock.
mav
2013-10-23
1
-1
/
+1
*
Improve ZFS N-way mirror read performance by using load and locality
smh
2013-10-23
3
-5
/
+27
*
Fix memory and references leak due to unfreed path.
mav
2013-10-22
1
-1
/
+3
*
Unconditionally acquire periph reference on CCB allocation failure.
mav
2013-10-22
1
-3
/
+4
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
2
-2
/
+2
*
Merge CAM locking changes from the projects/camlock branch to radically
mav
2013-10-21
30
-1517
/
+1453
*
MFprojects/camlock:
mav
2013-10-21
1
-16
/
+14
*
Unify periph invalidation and destruction reporting.
mav
2013-10-15
18
-41
/
+82
*
Added 4K quirks for Corsair Neutron GTX SSD's
smh
2013-10-15
2
-0
/
+16
*
Unhide "Serial Number" lines from bootverbose. That information may be
mav
2013-10-15
1
-1
/
+1
*
Remove no longer useful debugging output and a stale comment.
trasz
2013-10-09
1
-13
/
+2
*
Make the error handling more consistant. Shouldn't make any functional
trasz
2013-10-09
1
-9
/
+23
*
Tidy up, cache return value of a function, and add an assertion;
trasz
2013-10-09
1
-6
/
+32
*
Close the race on path ID allocation in xpt_bus_register() if two buses are
mav
2013-10-09
1
-9
/
+6
*
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...
trasz
2013-10-09
1
-8
/
+33
*
Properly fix out of memory handling in the iSCSI target.
trasz
2013-10-08
1
-4
/
+11
*
Split cfiscsi_datamove() in two; no functional changes.
trasz
2013-10-05
1
-182
/
+203
*
Don't leak memory when removing an unconnected session, and remove useless
trasz
2013-10-04
1
-1
/
+1
*
Make sure the CCB xflags field is initialized to zero so that
nwhitehorn
2013-09-27
2
-0
/
+5
*
Re-do r255853. Along with adding back the API/ABI changes from the
scottl
2013-09-25
6
-90
/
+399
*
Revert r255853 pending fixes to build errors in usr.bin/kdump
gjb
2013-09-25
6
-392
/
+89
*
Update the CAM API for FreeBSD 10:
scottl
2013-09-24
6
-89
/
+392
*
Properly ignore PDUs with CmdSN outside of allowed range.
trasz
2013-09-24
1
-17
/
+18
*
Fix a few instances of M_WAITOK in threads marked as prohibited from sleep,
trasz
2013-09-24
1
-2
/
+16
*
Don't use M_WAITOK when running from context where sleeping is prohibited,
trasz
2013-09-23
1
-4
/
+21
*
Add some spare fields to structs used by the new iSCSI stack - some just
trasz
2013-09-20
1
-0
/
+9
*
Bring in the new iSCSI target and initiator.
trasz
2013-09-14
4
-0
/
+2941
*
Make SES driver adequately react on simple enclosure devices -- read Short
mav
2013-09-06
1
-0
/
+12
[next]