aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/stex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26scsi: stex: make S6flag staticColin Ian King1-1/+1
2017-03-15scsi: stex: Add S6 supportCharles1-2/+23
2017-03-15scsi: stex: Support Pegasus 3 productCharles1-67/+195
2016-02-23stex: Add S3/S4 supportCharles1-3/+65
2016-02-23stex: Add hotplug supportCharles1-19/+34
2016-02-23stex: Support to Pegasus series.Charles1-6/+26
2015-11-09stex: Remove use of struct timevalTina Ruchandani1-10/+3
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-11/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+0
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+2
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke1-6/+3
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-3/+2
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-04[SCSI] stex: fix scan of nonexistent lunEd Lin1-0/+5
2009-10-29[SCSI] stex: update version to 4.6.0000.4Ed Lin1-4/+4
2009-10-29[SCSI] stex: add support for reset request from firmwareEd Lin1-83/+166
2009-10-29[SCSI] stex: add small dma buffer supportEd Lin1-5/+20
2009-09-05[SCSI] stex: Add reset code for st_yel (v2)Ed Lin1-4/+29
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03[SCSI] stex: update version to 4.6.0000.3Ed Lin1-5/+5
2009-04-03[SCSI] stex: add new 6G controller supportEd Lin1-31/+351
2009-04-03[SCSI] stex: use config struct for parameters of different controllersEd Lin1-76/+125
2009-04-03[SCSI] stex: add MSI supportEd Lin1-5/+43
2009-04-03[SCSI] stex: small code fixes and changesEd Lin1-65/+60
2009-03-12[SCSI] stex: Version updateEd Lin - PTU1-3/+3
2009-03-12[SCSI] stex: Small fixesEd Lin - PTU1-6/+22
2009-03-12[SCSI] stex: Fix for controller type st_yosemiteEd Lin - PTU1-61/+3
2009-03-12[SCSI] stex: Add new device idEd Lin - PTU1-2/+6
2009-03-12[SCSI] stex: Fix for potential invalid responseEd Lin - PTU1-0/+1
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven1-2/+1
2008-12-01[SCSI] stex: switch to block timeoutJames Bottomley1-1/+1
2008-07-26[SCSI] stex: fix queue depth settingMike Christie1-1/+1
2008-04-07[SCSI] stex: use scsi_build_sense_bufferFUJITA Tomonori1-12/+5
2008-04-07[SCSI] stex: use sg buffer copy helper functionsFUJITA Tomonori1-56/+10
2008-02-22[SCSI] stex: stex_internal_copy should be called with sg_count in struct st_ccbFUJITA Tomonori1-4/+6
2008-02-22[SCSI] stex: stex_direct_copy shouldn't call dma_map_sgFUJITA Tomonori1-22/+12
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-07-14[SCSI] stex: use resid for xfer len informationEd Lin1-2/+2
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley1-36/+54
2007-05-29[SCSI] stex: convert to use the data buffer accessorsFUJITA Tomonori1-73/+36
2007-05-16[SCSI] stex: minor cleanup and version updateEd Lin1-3/+13
2007-05-16[SCSI] stex: fix reset recovery for console deviceEd Lin1-0/+7
2007-05-16[SCSI] stex: extend hard reset wait timeEd Lin1-1/+6
2007-05-16[SCSI] stex: fix id mapping issueEd Lin1-32/+28
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0