summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-0920-31/+2Star
* [PATCH] kfree cleanup: drivers/scsiJesper Juhl2005-11-0721-141/+73Star
* [PATCH] drivers/scsi: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-077-53/+25Star
* [PATCH] fix remaining missing includesTim Schmielau2005-11-074-0/+7
* [libata] restore sg on DMA mapping failureTejun Heo2005-11-051-2/+8
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-11-05125-36804/+28676Star
|\
| * [SCSI] sd: Fix refcountingAlan Stern2005-11-051-37/+62
| * Fix ips.c compileJames Bottomley2005-11-051-0/+1
| * Merge by HandJames Bottomley2005-11-05125-36767/+28613Star
| |\
| | * [SCSI] ips: Fix initialization bug with kdumpJack Hammer2005-11-011-0/+93
| | * [SCSI] ips: Fix up for correct scatter/gather processingJack Hammer2005-10-291-13/+36
| | * [SCSI] lpfc: Change version number to 8.1.0James.Smart@Emulex.Com2005-10-291-1/+1
| | * [SCSI] lpfc 8.1.0 : Add owner field to struct pci_driverJames.Smart@Emulex.Com2005-10-291-0/+1
| | * [SCSI] lpfc: Fix eh_ return codes for commandsJames.Smart@Emulex.Com2005-10-297-217/+155Star
| | * [SCSI] lpfc: Remove unneeded IOCB_t * castJames.Smart@Emulex.Com2005-10-291-1/+1
| | * [SCSI] lpfc: Adjust lpfc_scsi_buf allocationJames.Smart@Emulex.Com2005-10-291-7/+16
| | * [SCSI] lpfc: Replace lpfc_sli_issue_iocb_wait_high_priorityJames.Smart@Emulex.Com2005-10-294-90/+89Star
| | * [SCSI] lpfc: Fix for "command completion for iotax x?? not found"James Bottomley2005-10-299-206/+187Star
| | * [SCSI] lpfc: Remove RPI hash from the driverJames.Smart@Emulex.Com2005-10-295-90/+15Star
| | * [SCSI] lpfc: Restore HEX safe bahavior of the sysfs xxx_store functions.James.Smart@Emulex.Com2005-10-291-3/+36
| | * [SCSI] lpfc: Fix for "Unknown IOCB command Data: x0 x3 x0 x0"James.Smart@Emulex.Com2005-10-294-6/+12
| | * [SCSI] lpfc: Fix comments for nodev_tmoJames.Smart@Emulex.Com2005-10-291-1/+1
| | * [SCSI] lpfc: Add range checking for attributes passed as options at load time.James.Smart@Emulex.Com2005-10-291-44/+64
| | * [SCSI] lpfc: Return -EINVAL, -EPERM, and -EIO instead of 0 from sysfs callbacksJames.Smart@Emulex.Com2005-10-291-11/+7Star
| | * [SCSI] lpfc: Update to Emulex hba model namesJames.Smart@Emulex.Com2005-10-291-6/+20
| | * [SCSI] lpfc: Cleanup code in lpfc_get_stats().James.Smart@Emulex.Com2005-10-291-19/+15Star
| | * [SCSI] remove broken driver cpqfcJames Bottomley2005-10-2912-13274/+0Star
| | * [SCSI] fix up mismerge in osstJames Bottomley2005-10-291-1/+1
| | * [SCSI] update fc_transport for removal of block/unblock functionsJames.Smart@Emulex.Com2005-10-298-274/+355
| | * [SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik2005-10-2925-90/+92
| | * [SCSI] use sfoo_printk() in driversJeff Garzik2005-10-2921-160/+149Star
| | * [SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik2005-10-297-39/+33Star
| | * [SCSI] kill unused scsi_scan_single_target()Jeff Garzik2005-10-291-13/+0Star
| | * [SCSI] Add an 'Issue LIP' device attribute in fc_transport classAndrew Vasquez2005-10-294-13/+48
| | * [SCSI] sas: add support for PHY resetsChristoph Hellwig2005-10-291-2/+41
| | * [SCSI] sas: add flag for locally attached PHYsChristoph Hellwig2005-10-291-0/+3
| | * [SCSI] sr: remove dead codeJayachandran C2005-10-291-1/+1
| | * [SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.cJayachandran C2005-10-291-2/+2
| | * [SCSI] qla2xxx: put back label erroneously removed by eh_active patchJames Bottomley2005-10-291-1/+1
| | * [SCSI] scsi_transport_sas: support link error attributesChristoph Hellwig2005-10-281-1/+30
| | * [SCSI] sgiwd93: small fixesRalf Baechle2005-10-282-27/+2Star
| | * [SCSI] dec_esp: Use the right address space macroRalf Baechle2005-10-281-5/+7
| | * [SCSI] dec_esp: Use physical addressesRalf Baechle2005-10-281-4/+7
| | * [SCSI] dec_esp: Fix mapping of ESP.Ralf Baechle2005-10-281-1/+1
| | * [SCSI] qla2xxx: fix unnecessary activation of blk tag queueJames Bottomley2005-10-281-26/+1Star
| | * [SCSI] qla2xxx: fix compile warningAndrew Vasquez2005-10-281-0/+2
| | * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-2814-119/+86Star
| | * [SCSI] qla2xxx: remove eh_active checks in qla2xxx error handlingAndrew Vasquez2005-10-281-26/+15Star
| | * [SCSI] avoid overflows in disk size calculationsJames Bottomley2005-10-281-4/+3Star
| | * [SCSI] qla2xxx: Resync with latest released ISP23xx/63xx firmware -- 3.03.18.James Bottomley2005-10-283-21052/+21098