aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+5
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-17/+33
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-3/+3
2018-01-15scsi: Define usercopy region in scsi_sense_cache slab cacheDavid Windsor1-4/+5
2018-01-10scsi: core: Change third __scsi_queue_insert() argument from int to boolBart Van Assche1-4/+4
2017-12-07scsi: core: Unexport scsi_initialize_rq()Bart Van Assche1-2/+1
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche1-11/+28
2017-12-07scsi: core: run queue if SCSI device queue isn't ready and queue is idleMing Lei1-0/+2
2017-11-21scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen1-4/+6
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+8
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+69
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-12/+30
2017-11-10ide, scsi: Tell the block layer at request allocation time about preempt requestsBart Van Assche1-3/+3
2017-11-07Revert "scsi: make 'state' device attribute pollable"Linus Torvalds1-3/+0
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-8/+3
2017-11-04SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei1-16/+13
2017-11-01scsi: implement .get_budget and .put_budget for blk-mqMing Lei1-23/+52
2017-11-01scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei1-2/+2
2017-10-23scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFERBart Van Assche1-7/+1
2017-10-18scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke1-0/+4
2017-10-16scsi: sd_zbc: Fix comments and indentationDamien Le Moal1-1/+4
2017-08-31scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche1-2/+8
2017-08-31scsi: Improve requeuing behaviorBart Van Assche1-2/+13
2017-08-31scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche1-4/+22
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-8/+8
2017-08-25scsi: Fix the kerneldoc for scsi_initialize_rq()Jonathan Corbet1-0/+1
2017-08-25scsi: fix comment in scsi_device_set_state()Hannes Reinecke1-1/+1
2017-08-25scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche1-9/+9
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche1-11/+12
2017-08-24scsi: make 'state' device attribute pollableHannes Reinecke1-0/+3
2017-08-24scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()Hannes Reinecke1-6/+11
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-115/+191
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche1-1/+3
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+14
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-2/+2
2017-06-12scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche1-16/+9
2017-06-12scsi: Introduce scsi_mq_sgl_size()Bart Van Assche1-9/+10
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-20/+32
2017-06-12scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche1-1/+1
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche1-10/+15
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche1-6/+21
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-14/+32
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche1-26/+47
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche1-18/+29
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-15/+15
2017-06-09block: introduce new block status code typeChristoph Hellwig1-34/+17
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+2
2017-05-18scsi: zero per-cmd private driver data for each MQ I/OLong Li1-1/+1
2017-05-08scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche1-0/+1