summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAge
* scsi: core: run queue if SCSI device queue isn't ready and queue is idleMing Lei2017-12-07
* scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen2017-11-21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-14
|\
| * scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke2017-10-18
| * scsi: sd_zbc: Fix comments and indentationDamien Le Moal2017-10-16
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\ \
| * | block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-10
| * | ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2017-11-10
| * | blk-mq: don't handle failure in .get_budgetMing Lei2017-11-04
| * | SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei2017-11-04
| * | scsi: implement .get_budget and .put_budget for blk-mqMing Lei2017-11-01
| * | scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei2017-11-01
| |/
* | Revert "scsi: make 'state' device attribute pollable"Linus Torvalds2017-11-07
* | scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFERBart Van Assche2017-10-23
|/
* scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-08-31
* scsi: Improve requeuing behaviorBart Van Assche2017-08-31
* scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-08-31
* scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-29
* scsi: Fix the kerneldoc for scsi_initialize_rq()Jonathan Corbet2017-08-25
* scsi: fix comment in scsi_device_set_state()Hannes Reinecke2017-08-25
* scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche2017-08-25
* scsi: Document which queue type a function is intended forBart Van Assche2017-08-25
* scsi: make 'state' device attribute pollableHannes Reinecke2017-08-24
* scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()Hannes Reinecke2017-08-24
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-06
|\
| * scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche2017-06-12
| * scsi: Introduce scsi_mq_sgl_size()Bart Van Assche2017-06-12
| * scsi: Only add commands to the device command list if required by the LLDBart Van Assche2017-06-12
| * scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche2017-06-12
| * scsi: Introduce scsi_start_queue()Bart Van Assche2017-06-12
| * scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-12
| * scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche2017-06-12
| * scsi: Split scsi_internal_device_block()Bart Van Assche2017-06-12
| * scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche2017-06-12
* | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-20
* | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* | blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-18
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
* | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-01
|/
* scsi: zero per-cmd private driver data for each MQ I/OLong Li2017-05-18
* scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche2017-05-08
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-06
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-04
|\ \ | |/ |/|
| * scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-06
| * scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke2017-04-06
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \
| * | scsi: Implement blk_mq_ops.show_rq()Bart Van Assche2017-04-26
| * | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-20