summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-13scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche1-16/+9
2017-06-13scsi: Introduce scsi_mq_sgl_size()Bart Van Assche1-9/+10
2017-06-13scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-20/+32
2017-06-13scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche1-1/+1
2017-06-13scsi: Introduce scsi_start_queue()Bart Van Assche1-10/+15
2017-06-13scsi: Protect SCSI device state changes with a mutexBart Van Assche1-6/+21
2017-06-13scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-14/+32
2017-06-13scsi: Split scsi_internal_device_block()Bart Van Assche1-26/+47
2017-06-13scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche1-18/+29
2017-05-19scsi: zero per-cmd private driver data for each MQ I/OLong Li1-1/+1
2017-05-09scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche1-0/+1
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+6
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-7/+6
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+14
2017-04-27scsi: Implement blk_mq_ops.show_rq()Bart Van Assche1-0/+4
2017-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-8/+7
2017-04-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-2/+2
2017-04-14scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn1-2/+2
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-3/+3
2017-04-07scsi: Avoid that SCSI queues get stuckBart Van Assche1-3/+3
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-1/+1
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke1-2/+2
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-2/+2
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-08Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-4/+10
2017-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+50
2017-03-02scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-4/+10
2017-02-24scsi: remove scsi_execute_req_flagsChristoph Hellwig1-11/+0
2017-02-24scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-27/+21
2017-02-23scsi: simplify scsi_execute_req_flagsChristoph Hellwig1-18/+9
2017-02-23scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig1-12/+2
2017-02-23scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke1-0/+23
2017-02-21scsi: zero per-cmd driver data before each I/OChristoph Hellwig1-1/+1
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-02-01block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-17/+13
2017-02-01block: introduce blk_rq_is_passthroughChristoph Hellwig1-3/+3
2017-01-28block: split scsi_request out of struct requestChristoph Hellwig1-23/+28
2017-01-28scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-40/+82
2017-01-28scsi: remove __scsi_alloc_queueChristoph Hellwig1-15/+4
2017-01-28scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-3/+59
2017-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-01-14scsi: use blk_rq_payload_bytesChristoph Hellwig1-1/+1
2016-12-21scsi: 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