| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 2006-06-06 | 15 | -22/+22 |
* | [SCSI] megaraid_sas: switch fw_outstanding to an atomic_t | Sumant Patro | 2006-06-06 | 2 | -18/+11 |
* | [SCSI] iscsi: update version to 1.0-595 | Mike Christie | 2006-06-05 | 1 | -1/+1 |
* | [SCSI] iscsi: fix writepsace race | Mike Christie | 2006-06-05 | 2 | -93/+120 |
* | [SCSI] iscsi: return task found during search | Mike Christie | 2006-06-05 | 1 | -1/+1 |
* | [SCSI] iscsi: fix run list corruption | Mike Christie | 2006-06-05 | 1 | -0/+6 |
* | [SCSI] iscsi: don't switch states when just cleaning up | Mike Christie | 2006-06-05 | 2 | -62/+33 |
* | [SCSI] audit drivers for incorrect max_id use | Hannes Reinecke | 2006-05-28 | 5 | -8/+8 |
* | [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected() | Amit Arora | 2006-05-28 | 1 | -1/+1 |
* | [SCSI] imm: no need for unchecked_isa_dma | Randy Dunlap | 2006-05-20 | 1 | -4/+4 |
* | [SCSI] qla2xxx: Update version number to 8.01.05-k2. | Andrew Vasquez | 2006-05-20 | 1 | -2/+2 |
* | [SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ... | Andrew Vasquez | 2006-05-20 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs. | Andrew Vasquez | 2006-05-20 | 5 | -62/+43 |
* | [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define. | Andrew Vasquez | 2006-05-20 | 2 | -7/+10 |
* | [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition. | Andrew Vasquez | 2006-05-20 | 1 | -22/+11 |
* | [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. | Andrew Vasquez | 2006-05-20 | 17 | -39456/+22 |
* | [SCSI] qla2xxx: Remove unused port-type RSCN handling code. | Andrew Vasquez | 2006-05-20 | 7 | -1581/+1 |
* | [SCSI] qla2xxx: Drop unused driver cruft. | Andrew Vasquez | 2006-05-20 | 9 | -170/+5 |
* | [SCSI] qla2xxx: Add support for alternate WWN NVRAM setting. | Andrew Vasquez | 2006-05-20 | 1 | -0/+12 |
* | [SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat... | Andrew Vasquez | 2006-05-20 | 1 | -3/+3 |
* | [SCSI] qla2xxx: ABBA lock ordering fix. | Andrew Vasquez | 2006-05-20 | 1 | -14/+1 |
* | [SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics. | Andrew Vasquez | 2006-05-20 | 1 | -83/+93 |
* | [SCSI] qla2xxx: Use FW calculated residual count for underrun handling. | Ravi Anand | 2006-05-20 | 2 | -5/+13 |
* | [SCSI] qla2xxx: Add support for new flash part. | Ravi Anand | 2006-05-20 | 2 | -12/+83 |
* | [SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state... | Ravi Anand | 2006-05-20 | 1 | -0/+4 |
* | [SCSI] iscsi: update version | Mike Christie | 2006-05-20 | 1 | -3/+5 |
* | [SCSI] iscsi: fix command requeues during iscsi recovery | Mike Christie | 2006-05-20 | 1 | -39/+48 |
* | [SCSI] iscsi: support mutiple daemons | Mike Christie | 2006-05-20 | 1 | -11/+27 |
* | [SCSI] iscsi: kill dtask mempools | Mike Christie | 2006-05-20 | 2 | -88/+10 |
* | [SCSI] iscsi: only preallocate login buffer | Mike Christie | 2006-05-20 | 1 | -16/+10 |
* | [SCSI] iscsi: dont use sendpage for iscsi headers | Mike Christie | 2006-05-20 | 1 | -16/+8 |
* | [SCSI] aacraid: remove unneeded list | Mark Haverkamp | 2006-05-20 | 4 | -9/+0 |
* | [SCSI] aacraid: sa race condition fix | Mark Haverkamp | 2006-05-20 | 1 | -2/+2 |
* | [SCSI] aacraid: adjustable timeouts | Mark Haverkamp | 2006-05-20 | 6 | -7/+15 |
* | [SCSI] aacraid: optimize sg alloc | Mark Haverkamp | 2006-05-20 | 1 | -3/+3 |
* | [SCSI] aacraid: remove unneeded locking | Mark Haverkamp | 2006-05-20 | 1 | -8/+0 |
* | [SCSI] fix proc_scsi_write to return "length" on success with remove-single-d... | James Bottomley | 2006-05-10 | 1 | -2/+7 |
* | [SCSI] iscsi: dequeue all buffers from queue | Mike Christie | 2006-05-10 | 1 | -6/+8 |
* | [SCSI] iscsi: increment expstatsn during login | Mike Christie | 2006-05-10 | 3 | -21/+30 |
* | [SCSI] iscsi: align printks | Or Gerlitz | 2006-05-10 | 3 | -17/+19 |
* | [SCSI] iscsi: fix manamgement task oops | Mike Christie | 2006-05-10 | 1 | -6/+21 |
* | [SCSI] iscsi: add transport end point callbacks | Or Gerlitz | 2006-05-10 | 2 | -3/+42 |
* | [SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sg | Andrew Morton | 2006-04-19 | 1 | -1/+2 |
* | [SCSI] scsi_scan.c: fix compile warnings | akpm@osdl.org | 2006-04-15 | 2 | -9/+18 |
* | [SCSI] dc395x: dynamically map scatter-gather for PIO | Guennadi Liakhovetski | 2006-04-14 | 2 | -102/+172 |
* | [SCSI] ibmvscsi: convert kmalloc + memset to kcalloc | FUJITA Tomonori | 2006-04-14 | 1 | -2/+1 |
* | Merge ../scsi-rc-fixes-2.6 | James Bottomley | 2006-04-14 | 37 | -13225/+981 |
|\ |
|
| * | [SCSI] scsi_transport_sas: don't scan a non-existent end device | James Bottomley | 2006-04-14 | 1 | -0/+2 |
| * | [SCSI] 3ware 9000 disable local irqs during kmap_atomic | adam radford | 2006-04-13 | 1 | -2/+7 |
| * | [SCSI] SCSI: fix scsi_kill_request() busy count handling | Tejun Heo | 2006-04-13 | 1 | -0/+15 |