aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'fixes' into miscJames Bottomley1-0/+1
2016-02-26SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen1-0/+1
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke1-0/+1
2015-12-02scsi: Add scsi_vpd_tpg_id()Hannes Reinecke1-0/+48
2015-12-02scsi: Add scsi_vpd_lun_id()Hannes Reinecke1-0/+140
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-1/+1
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig1-3/+3
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke1-0/+4
2015-07-30scsi: retry MODE SENSE on unit attentionHannes Reinecke1-1/+6
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby1-3/+3
2015-04-08Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche1-1/+3
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-01-23blk-mq: add tag allocation policyShaohua Li1-0/+2
2015-01-20scsi: Avoid crashing if device uses DIX but adapter does not support itEwan D. Milne1-1/+11
2015-01-09scsi: ->queue_rq can't sleepChristoph Hellwig1-2/+1
2014-12-15scsi: fix random memory corruption with scsi-mq + T10 PITony Battersby1-1/+3
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig1-0/+81
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-11/+9
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig1-14/+4
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-4/+9
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-1/+1
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke1-12/+20
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-3/+10
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke1-1/+1
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-2/+2
2014-11-12scsi: resolve some missing-field-initializers warningsMark Rustad1-1/+1
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-2/+3
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig1-0/+5
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+19
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+12
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig1-1/+5
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig1-1/+9
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-0/+1
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-1/+2
2014-09-19[SCSI] fix for bidi use after freeDaniel Gryniewicz1-2/+3
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com1-12/+12
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe1-1/+0
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby1-1/+0
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck1-1/+1
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-61/+403
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig1-9/+7
2014-07-25scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig1-19/+42
2014-07-25scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig1-10/+18
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-33/+33
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-22/+28