summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2017-05-18scsi: zero per-cmd private driver data for each MQ I/OLong Li
2017-05-08scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-26scsi: Implement blk_mq_ops.show_rq()Bart Van Assche
2017-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley
2017-04-13scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07scsi: Avoid that SCSI queues get stuckBart Van Assche
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig
2017-02-22scsi: simplify scsi_execute_req_flagsChristoph Hellwig
2017-02-22scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig
2017-02-22scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke
2017-02-21scsi: zero per-cmd driver data before each I/OChristoph Hellwig
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-01-13scsi: use blk_rq_payload_bytesChristoph Hellwig
2016-12-20scsi: scsi-mq: Wait for .queue_rq() if necessaryBart Van Assche
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-11-29scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-05-22scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley
2016-05-10scsi_lib: Decode T10 vendor IDsHannes Reinecke
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin