aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-88/+176
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-17/+13
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-3/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-23/+28
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-40/+82
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig1-15/+4
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-3/+59
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-01-13scsi: use blk_rq_payload_bytesChristoph Hellwig1-1/+1
2016-12-20scsi: scsi-mq: Wait for .queue_rq() if necessaryBart Van Assche1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+49
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-3/+3
2016-11-29scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche1-2/+39
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig1-0/+10
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-3/+1
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-1/+0
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-32/+43
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-05-22scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley1-2/+5
2016-05-10scsi_lib: Decode T10 vendor IDsHannes Reinecke1-0/+16
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin1-137/+0
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-17/+17
2016-04-15scsi: rename SG related struct and functionsMing Lin1-26/+26
2016-04-15scsi: replace "mq" with "first_chunk" in SG functionsMing Lin1-10/+10
2016-04-15scsi: replace "scsi_data_buffer" with "sg_table" in SG functionsMing Lin1-18/+23
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