summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-xxxx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: 3w-xxx: Remove redundant initialization of variable retvalColin Ian King2021-10-181-1/+1
* scsi: 3w-xxxx: 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-xxxx: Call scsi_done() directlyBart Van Assche2021-10-161-8/+5
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-2/+2
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-1/+1
* scsi: 3w-xxxx: Remove 2 unused variables 'response_que_value' and 'tw_dev'Lee Jones2021-03-151-4/+2
* scsi: 3w-xxxx: Whitespace cleanupHannes Reinecke2021-01-221-126/+125
* compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-3/+1
* scsi: 3w-xxxx: fix indentation issue, add missing tabColin Ian King2018-12-191-1/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: 3w-xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-6/+14
* scsi: 3ware: fix return 0 on the error path of probeAnton Vasilyev2018-07-301-0/+2
* scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2018-06-191-1/+1
* scsi: 3w-xxxx: fix a missing-check bugWenwen Wang2018-05-081-0/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: Update 3ware driver email addressesadam radford2016-12-141-4/+3
* 3w-xxxx: Pass through compat mode ioctlsRyan C. Underwood2016-01-081-0/+3
* 3w-xxxx: fix command completion raceChristoph Hellwig2015-04-271-36/+6
* 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
* [SCSI] 3w-xxxx: Create sense buffer for unsupported commandsMartin K. Petersen2013-06-241-1/+3
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+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-5/+4
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-3/+8
|\
| * scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+8
* | [SCSI] 3w-xxxx, 3w-9xxx: force 60 second timeoutadam radford2010-04-111-6/+17
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 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-xxxx: scsi_dma_unmap fixadam radford2009-05-151-2/+3
* [SCSI] 3w-xxxx: remove unnecessary local_irq_save/restore for scsi sg copy APIFUJITA Tomonori2008-10-231-6/+1
* 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-xxxx: use sg buffer copy helper functionsFUJITA Tomonori2008-04-071-10/+2
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] 3w-xxxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-301-81/+23
* [SCSI] 3w-xxxx: fix oops caused by incorrect REQUEST_SENSE handlingJames Bottomley2007-04-141-2/+9
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1