summaryrefslogtreecommitdiff
path: root/drivers/scsi/3w-9xxx.c
Commit message (Expand)AuthorAge
* scsi: 3w-9xxx: rework lock timeoutsArnd Bergmann2017-12-04
* scsi: 3ware: use 64-bit times for FW time syncArnd Bergmann2017-12-04
* scsi: 3ware: fix 32-bit time calculationsArnd Bergmann2017-12-04
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* scsi: Update 3ware driver email addressesadam radford2016-12-14
* 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-07
* 3w-9xxx: fix command completion raceChristoph Hellwig2015-04-27
* 3w-9xxx.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist2015-01-09
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-24
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-24
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-12
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-29
* new helper: file_inode(file)Al Viro2013-02-22
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* [SCSI] 3w-9xxx: fix iommu_iova leakJames Bottomley2011-09-26
* SCSI host lock push-downJeff Garzik2010-11-16
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-15
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-24
|\
| * scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-17
* | [SCSI] 3w-xxxx, 3w-9xxx: force 60 second timeoutadam radford2010-04-11
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* [SCSI] 3w-9xxx fix bug in sgl loadingadam radford2009-12-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-09
* | [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-04
|/
* [SCSI] 3w-9xxx: scsi_dma_unmap fixadam radford2009-05-15
* Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-13
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* [SCSI] 3w-9xxx: add power management supportadam radford2009-03-13
* [SCSI] 3w-9xxx: remove unnecessary local_irq_save/restore for scsi sg copy APIFUJITA Tomonori2008-10-23
* [SCSI] 3w-9xxx: add MSI support and misc fixesadam radford2008-07-26
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
|\
| * scsi: fix integer as NULL pointer warningHarvey Harrison2008-05-23
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
* | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-20
|/
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-19
* [SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probeDenis Cheng2008-04-07
* [SCSI] 3w-9xxx: use sg buffer copy helper functionsFUJITA Tomonori2008-04-07
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-30
* [SCSI] 3w-9xxx: fix abysmal write performance on some motherboardsTony Battersby2008-01-11
* [SG] Update drivers to use sg helpersJens Axboe2007-10-22
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-22
|\
| * [SCSI] 3w-9xxx: add support for 9690SAadam radford2007-07-21
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19
|/
* [SCSI] 3w-9xxx: eliminate missed map_single pathFUJITA Tomonori2007-05-31
* [SCSI] 3w-9xxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-30