summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-9xxx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* scsi: 3w-9xxx: Declare SCSI host template constBart Van Assche2023-03-241-2/+1
* scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren2022-09-061-1/+1
* scsi: 3w-9xxx: Switch to attribute groupsBart Van Assche2021-10-161-3/+5
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+2
* scsi: 3w-9xxx: Call scsi_done() directlyBart Van Assche2021-10-161-5/+2
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
* scsi: 3w-9xxx: Fix endianness issues in command packetsSamuel Holland2021-05-151-31/+25
* scsi: 3w-9xxx: Use flexible array members to avoid struct paddingSamuel Holland2021-05-151-6/+10
* scsi: 3w-9xxx: Remove a few set but unused variablesLee Jones2021-03-151-10/+4
* scsi: 3w-9xxx: Whitespace cleanupHannes Reinecke2021-01-221-28/+28
* scsi: 3w-9xxx: Use generic power managementVaibhav Gupta2020-11-251-22/+7
* scsi: 3w-9xxx: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-1/+0
* 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