summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-21158-46279/+7614
|\ \
| * | [SCSI] 53c700: remove reliance on deprecated cmnd fieldsJames Bottomley2006-06-192-39/+49
| * | [SCSI] hptiop: don't use cmnd->bufflenJames Bottomley2006-06-191-1/+1
| * | [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team2006-06-191-11/+3
| * | [SCSI] aacraid: small misc. cleanupsMark Haverkamp2006-06-193-8/+4
| * | [SCSI] aacraid: Update supported product informationMark Haverkamp2006-06-192-8/+8
| * | [SCSI] aacraid: Fix return code interpretationMark Haverkamp2006-06-121-1/+1
| * | [SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley2006-06-121-0/+14
| * | [SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2006-06-103-6/+3
| * | [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-1019-370/+14
| * | [SCSI] mptfusion: change driver revision to 3.03.10Michael Reed2006-06-101-2/+2
| * | [SCSI] mptfc: abort of board reset leaves port dead requiring rebootMichael Reed2006-06-103-17/+17
| * | [SCSI] mptfc: fix fibre channel infinite request/response loopMichael Reed2006-06-102-2/+35
| * | [SCSI] mptfc: set fibre channel fw target missing timers to one secondMichael Reed2006-06-102-9/+172
| * | [SCSI] mptfusion: move fc event/reset handling to mptfcMichael Reed2006-06-104-137/+184
| * | Merge ../linux-2.6James Bottomley2006-06-101551-20003/+37075
| |\ \
| * | | [SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley2006-06-101-0/+9
| * | | [SCSI] aic7xxx: expose the bus setting to sysfsJames Bottomley2006-06-103-7/+92
| * | | [SCSI] scsi: remove Documentation/scsi/cpqfc.txtArthur Othieno2006-06-102-274/+0
| * | | [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-1047-200/+167
| * | | [SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski2006-06-101-24/+35
| * | | [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team2006-06-106-0/+2075
| * | | [SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim2006-06-105-497/+297
| * | | [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-0617-30/+30
| * | | [SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2006-06-063-18/+24
| * | | [SCSI] iscsi: update version to 1.0-595Mike Christie2006-06-051-1/+1
| * | | [SCSI] iscsi: fix writepsace raceMike Christie2006-06-053-95/+126
| * | | [SCSI] iscsi: return task found during searchMike Christie2006-06-051-1/+1
| * | | [SCSI] iscsi: fix run list corruptionMike Christie2006-06-051-0/+6
| * | | [SCSI] iscsi: don't switch states when just cleaning upMike Christie2006-06-053-63/+33
| * | | [SCSI] kdump: mpt fusion driver initialization failure fixVivek Goyal2006-05-311-38/+50
| * | | [SCSI] audit drivers for incorrect max_id useHannes Reinecke2006-05-285-8/+8
| * | | [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()Amit Arora2006-05-281-1/+1
| * | | [SCSI] zfcp: bump up version numberAndreas Herrmann2006-05-281-1/+1
| * | | [SCSI] zfcp: make use of fc_remote_port_delete when target port is unavailableAndreas Herrmann2006-05-283-4/+27
| * | | [SCSI] zfcp: evaluate plogi payload to set maxframe_size, supported_classes o...Ralph Wuerthner2006-05-286-4/+34
| * | | [SCSI] zfcp: print bit error threshold data human readableRalph Wuerthner2006-05-281-4/+32
| * | | [SCSI] zfcp: (cleanup) removed superfluous macros, struct members, typedefsAndreas Herrmann2006-05-287-122/+41
| * | | [SCSI] zfcp: (cleanup) kmalloc/kzalloc replacementAndreas Herrmann2006-05-283-20/+10
| * | | [SCSI] zfcp: (cleanup) remove useless commentsAndreas Herrmann2006-05-283-284/+0
| * | | [SCSI] zfcp: (cleanup) shortened copyright and author informationAndreas Herrmann2006-05-2814-180/+59
| * | | [SCSI] imm: no need for unchecked_isa_dmaRandy Dunlap2006-05-201-4/+4
| * | | [SCSI] qla2xxx: Update version number to 8.01.05-k2.Andrew Vasquez2006-05-201-2/+2
| * | | [SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ...Andrew Vasquez2006-05-201-0/+3
| * | | [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez2006-05-205-62/+43
| * | | [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez2006-05-202-7/+10
| * | | [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez2006-05-201-22/+11
| * | | [SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez2006-05-2017-39456/+22
| * | | [SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez2006-05-207-1581/+1
| * | | [SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez2006-05-209-170/+5
OpenPOWER on IntegriCloud