summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zero per-cmd driver data before each I/OChristoph Hellwig2017-02-211-1/+1
* Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-88/+176
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-17/+13
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-3/+3
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-23/+28
| * scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-40/+82
| * scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-271-15/+4
| * scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-271-3/+59
* | scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn2017-02-191-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-141-1/+1
|\
| * scsi: use blk_rq_payload_bytesChristoph Hellwig2017-01-131-1/+1
* | scsi: scsi-mq: Wait for .queue_rq() if necessaryBart Van Assche2016-12-201-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-2/+49
|\
| * scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche2016-11-291-2/+39
| * scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig2016-11-081-0/+10
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-3/+3
* | scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-3/+3
* | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-3/+1
* | blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-1/+0
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-32/+43
|/
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley2016-05-221-2/+5
* scsi_lib: Decode T10 vendor IDsHannes Reinecke2016-05-101-0/+16
* lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-151-137/+0
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-17/+17
* scsi: rename SG related struct and functionsMing Lin2016-04-151-26/+26
* scsi: replace "mq" with "first_chunk" in SG functionsMing Lin2016-04-151-10/+10
* scsi: replace "scsi_data_buffer" with "sg_table" in SG functionsMing Lin2016-04-151-18/+23
* Merge branch 'fixes' into miscJames Bottomley2016-03-151-0/+1
|\
| * SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen2016-02-261-0/+1
* | scsi_dh: add 'rescan' callbackHannes Reinecke2016-02-231-0/+1
|/
* scsi: Add scsi_vpd_tpg_id()Hannes Reinecke2015-12-021-0/+48
* scsi: Add scsi_vpd_lun_id()Hannes Reinecke2015-12-021-0/+140
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-2/+2
* blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-1/+1
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-3/+3
* scsi: Add ALUA state change UA handlingHannes Reinecke2015-08-261-0/+4
* scsi: retry MODE SENSE on unit attentionHannes Reinecke2015-07-301-1/+6
* scsi: fix memory leak with scsi-mqTony Battersby2015-07-301-3/+3
* Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-081-1/+3
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+2
|\
| * blk-mq: add tag allocation policyShaohua Li2015-01-231-0/+2
* | scsi: Avoid crashing if device uses DIX but adapter does not support itEwan D. Milne2015-01-201-1/+11
* | scsi: ->queue_rq can't sleepChristoph Hellwig2015-01-091-2/+1
|/
* scsi: fix random memory corruption with scsi-mq + T10 PITony Battersby2014-12-151-1/+3
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-2/+3
|\
| * blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-2/+3
* | scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig2014-11-241-0/+81
* | scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-241-11/+9
* | scsi: remove scsi_next_commandChristoph Hellwig2014-11-241-14/+4