summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-08-311-2/+8
* scsi: Improve requeuing behaviorBart Van Assche2017-08-311-2/+13
* scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-08-311-4/+22
* scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-291-8/+8
* scsi: Fix the kerneldoc for scsi_initialize_rq()Jonathan Corbet2017-08-251-0/+1
* scsi: fix comment in scsi_device_set_state()Hannes Reinecke2017-08-251-1/+1
* scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche2017-08-251-9/+9
* scsi: Document which queue type a function is intended forBart Van Assche2017-08-251-11/+12
* scsi: make 'state' device attribute pollableHannes Reinecke2017-08-241-0/+3
* scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()Hannes Reinecke2017-08-241-6/+11
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-115/+191
|\
| * scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche2017-06-121-16/+9
| * scsi: Introduce scsi_mq_sgl_size()Bart Van Assche2017-06-121-9/+10
| * scsi: Only add commands to the device command list if required by the LLDBart Van Assche2017-06-121-20/+32
| * scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche2017-06-121-1/+1
| * scsi: Introduce scsi_start_queue()Bart Van Assche2017-06-121-10/+15
| * scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-121-6/+21
| * scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche2017-06-121-14/+32
| * scsi: Split scsi_internal_device_block()Bart Van Assche2017-06-121-26/+47
| * scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche2017-06-121-18/+29
* | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-201-1/+3
* | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-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/+17
* | 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-181-1/+1
* scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche2017-05-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-7/+6
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-7/+6
* | 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/+7
| * | 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-131-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-071-4/+10
|\ \ \ | |/ / | | / | |/ |/|
| * scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-011-4/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-031-63/+50
|\ \ | |/
| * scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-11/+0
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-27/+21
| * scsi: simplify scsi_execute_req_flagsChristoph Hellwig2017-02-221-18/+9
OpenPOWER on IntegriCloud