summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-9xxx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: 3w-9xxx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+9
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: 3w-sas: 3w-9xxx: Use unsigned char for cdbNathan Chancellor2018-10-231-4/+8
* scsi: 3w-9xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-26/+24
* scsi: 3ware: fix return 0 on the error path of probeAnton Vasilyev2018-07-301-1/+5
* scsi: 3w-9xxx: fix a missing-check bugWenwen Wang2018-05-081-0/+5
* scsi: 3w-9xxx: rework lock timeoutsArnd Bergmann2017-12-041-7/+6
* scsi: 3ware: use 64-bit times for FW time syncArnd Bergmann2017-12-041-5/+3
* scsi: 3ware: fix 32-bit time calculationsArnd Bergmann2017-12-041-3/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: Update 3ware driver email addressesadam radford2016-12-141-6/+3
* 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-071-7/+21
* 3w-9xxx: fix command completion raceChristoph Hellwig2015-04-271-44/+13
* 3w-9xxx.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist2015-01-091-1/+2
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-12/+1
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-2/+0
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-1/+2
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* [SCSI] 3w-9xxx: fix iommu_iova leakJames Bottomley2011-09-261-0/+2
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-4/+3
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-3/+7
|\
| * scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+7
* | [SCSI] 3w-xxxx, 3w-9xxx: force 60 second timeoutadam radford2010-04-111-6/+18
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] 3w-9xxx fix bug in sgl loadingadam radford2009-12-121-4/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+5
|/
* [SCSI] 3w-9xxx: scsi_dma_unmap fixadam radford2009-05-151-1/+2
* Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-131-4/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [SCSI] 3w-9xxx: add power management supportadam radford2009-03-131-2/+99
* [SCSI] 3w-9xxx: remove unnecessary local_irq_save/restore for scsi sg copy APIFUJITA Tomonori2008-10-231-3/+0
* [SCSI] 3w-9xxx: add MSI support and misc fixesadam radford2008-07-261-10/+30
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-3/+3
|\
| * scsi: fix integer as NULL pointer warningHarvey Harrison2008-05-231-3/+3
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-2/+3
* | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+2
|/
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-4/+5
* [SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probeDenis Cheng2008-04-071-2/+0
* [SCSI] 3w-9xxx: use sg buffer copy helper functionsFUJITA Tomonori2008-04-071-12/+9
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] 3w-9xxx: fix abysmal write performance on some motherboardsTony Battersby2008-01-111-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-2/+2