aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-5/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-3/+0
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig1-2/+0
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig1-0/+8
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-4/+1
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig1-4/+2
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-1/+1
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+3
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov1-0/+3
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-5/+0
2015-01-23block: support different tag allocation policyShaohua Li1-0/+3
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-13/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-13/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-6/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-2/+5
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina1-1/+5
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+5
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-10/+0
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-0/+8
2014-10-29scsi: Fix "choir" and "beeing" malapropsFinn Thain1-1/+1
2014-09-30scsi: fix comment in struct Scsi_Host definitionSebastian Herbszt1-1/+1
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-0/+3
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com1-0/+1
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-1/+17
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-5/+2
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-7/+3
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig1-2/+0
2014-07-17tgt: removalBart Van Assche1-21/+0
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-3/+3
2014-07-17scsi: increase upper limit for max_sectorsAkinobu Mita1-2/+2
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig1-0/+7
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-0/+10
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+6
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-0/+5
2013-10-25[SCSI] remove check for 'resetting'Hannes Reinecke1-2/+0
2013-04-09scsi: bury ->proc_info()Al Viro1-2/+1
2013-04-09scsi: saner replacements for ->proc_info()Al Viro1-1/+4
2013-02-24[SCSI] Fix range check in scsi_host_dif_capable()Martin K. Petersen1-2/+2
2012-09-24[SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen1-0/+6
2012-01-08[SCSI] add flag to skip the runtime PM calls on the hostLin Ming1-0/+3
2011-08-29[SCSI] scsi scan: don't fail scans when host is in recoveryMike Christie1-1/+2
2011-08-27[SCSI] scsi: Added support for adapter and firmware resetVikas Chaudhary1-0/+13
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-2/+21
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+7
2010-06-02SCSI: implement sd_unlock_native_capacity()Tejun Heo1-0/+8
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+22
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley1-1/+15