summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* block: Change argument type of scsi_req_init()Bart Van Assche2017-06-211-1/+3
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-211-1/+14
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-2/+2
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-15/+15
* block: introduce new block status code typeChristoph Hellwig2017-06-091-34/+17Star
* block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+2
* scsi: zero per-cmd private driver data for each MQ I/OLong Li2017-05-191-1/+1
* scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche2017-05-091-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-7/+6Star
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-7/+6Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-2/+2
|\ \ | |/ |/|
| * scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-061-1/+1
| * scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke2017-04-061-2/+2
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-11/+14
|\ \
| * | scsi: Implement blk_mq_ops.show_rq()Bart Van Assche2017-04-261-0/+4
| * | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-8/+7Star
| * | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-3/+3
| |\ \
| * | | block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-051-2/+2
| * | | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-241-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-151-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn2017-04-141-2/+2
* | | | scsi: Avoid that SCSI queues get stuckBart Van Assche2017-04-071-3/+3
|/ / /
* | / Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-081-4/+10
|\| | | |/ |/|
| * scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-021-4/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-041-63/+50Star
|\|
| * scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-11/+0Star
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-27/+21Star
| * scsi: simplify scsi_execute_req_flagsChristoph Hellwig2017-02-231-18/+9Star
| * scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig2017-02-231-12/+2Star
| * scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-02-231-0/+23
* | 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/+13Star
| * 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/+4Star
| * 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-151-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/+1Star