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
*
One more major cam_periph_error() rewrite to improve error handling and
mav
2012-06-09
10
-537
/
+263
*
Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed
mav
2012-06-07
2
-3
/
+29
*
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
mav
2012-06-07
5
-69
/
+49
*
Remove declaration of scsi_interpret_sense(), removed 11 years ago.
mav
2012-06-06
1
-13
/
+0
*
Fix a memory leak in the kernel case in scsi_command_string().
ken
2012-06-06
1
-0
/
+4
*
ATA/SATA controllers have no idea about protocol of the connected device
mav
2012-06-06
1
-1
/
+19
*
Use default error handler when flushing disk caches.
mav
2012-06-05
1
-1
/
+1
*
Tune and add some more CAM_DEBUG() points for the probe sequences.
mav
2012-06-05
2
-39
/
+44
*
Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().
mav
2012-06-05
1
-7
/
+2
*
Do not reinvent a wheel and let default error handler do its job.
mav
2012-06-05
1
-25
/
+4
*
Tune and add some missing CAM_DEBUG() points for better consistency.
mav
2012-06-05
5
-16
/
+48
*
Remove some dead code that I doubt will ever be implemented.
mav
2012-06-04
1
-108
/
+0
*
Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.
mav
2012-06-02
3
-99
/
+115
*
Print FC PortID as a hex number. This makes it easy to
mjacob
2012-06-01
1
-3
/
+3
*
Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ status
mav
2012-06-01
3
-6
/
+37
*
Add support for newer garmin devices
eadler
2012-05-30
1
-0
/
+4
*
Allow to change number of openings (used tags) for ATA/SATA devices
mav
2012-05-29
2
-15
/
+15
*
Plug request and references leak caused by race between invalidated
mav
2012-05-29
2
-11
/
+21
*
Work around a race condition in devfs by changing the way closes
ken
2012-05-27
5
-69
/
+22
*
Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special
mav
2012-05-25
1
-17
/
+35
*
Remove sleep() from invalidate call in ses driver, waiting for daemon
mav
2012-05-25
1
-10
/
+8
*
MFprojects/zfsd:
mav
2012-05-24
7
-2628
/
+7766
*
MFprojects/zfsd:
mav
2012-05-24
8
-12
/
+412
*
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
mav
2012-05-12
3
-1
/
+24
*
Add support for:
eadler
2012-04-29
1
-0
/
+21
*
Alike to SCSI make adaclose() to not return error if device gone.
mav
2012-04-18
1
-3
/
+2
*
Fix panic at boot with SD/MMC readers with no media present, introduced
trasz
2012-04-17
1
-1
/
+3
*
Refactor da(4) to remove one of two code paths used to query capacity
trasz
2012-04-12
1
-184
/
+72
*
Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNs
ken
2012-04-06
7
-6
/
+84
*
Be more conservative in using READ CAPACITY(16) command. Previous code
mav
2012-03-31
1
-3
/
+1
*
Add LUN resizing to CTL. Also make it possible to explicitly set
trasz
2012-03-06
7
-8
/
+310
*
Use a better way to silence unneeded internal declaration warnings in
dim
2012-02-23
1
-1
/
+1
*
Limit the ST3146855LW U320 drive to 55 tags to avoid command timeouts
gibbs
2012-02-15
1
-0
/
+8
*
Avoid panic from unlocking a not locked mutex (in some error cases).
emaste
2012-02-06
1
-2
/
+2
*
Insert ordered command every 1/4 of the current command timeout, not 1/4
mav
2012-02-02
2
-5
/
+5
*
Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.
mav
2012-02-02
1
-0
/
+13
*
Add CAM infrastructure to allow reporting when a drive's long read capacity
ken
2012-01-26
7
-43
/
+160
*
Fix a bug introduced in r230000. We were eliminating all LUNs on a target
ken
2012-01-25
1
-1
/
+14
*
Quiet some clang warnings when compiling CTL.
ken
2012-01-19
5
-54
/
+35
*
dadump: don't leak the periph lock on i/o error
avg
2012-01-15
1
-1
/
+1
*
Add BIO_DELETE support for SCSI Direct Access devices (da).
mav
2012-01-13
3
-98
/
+486
*
Silence some unnecessary verbosity.
ken
2012-01-12
1
-0
/
+4
*
Fix a race condition in CAM peripheral free handling, locking
ken
2012-01-12
5
-43
/
+203
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
33
-11
/
+28144
*
Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to control
mav
2012-01-03
1
-0
/
+10
*
Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.
mav
2012-01-02
4
-72
/
+0
*
Report stripeoffset as zero not stripesize if physical block is zero
mav
2011-12-23
1
-1
/
+2
*
Addition to r228808:
mav
2011-12-23
1
-0
/
+3
*
Use READ CAPACITY(16) to get information about device physical sectors.
mav
2011-12-23
2
-10
/
+125
*
Merge to da driver quirks hinting 4K physical sector sizes for SATA disks
mav
2011-12-23
1
-6
/
+238
[next]