aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-27scsi: core: fix two wrong indentation casesGravatar Jianchao Wang 1-1/+1
2017-09-07Merge branch 'fixes' into miscGravatar James Bottomley 1-0/+4
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Gravatar Bart Van Assche 1-26/+18
2017-08-29scsi: Rework the code for caching Vital Product Data (VPD)Gravatar Bart Van Assche 1-78/+66
2017-08-16Revert "scsi: default to scsi-mq"Gravatar Christoph Hellwig 1-0/+4
2017-06-27scsi: default to scsi-mqGravatar Christoph Hellwig 1-4/+0
2017-06-12scsi: Only add commands to the device command list if required by the LLDGravatar Bart Van Assche 1-8/+1
2017-05-08scsi: Skip deleted devices in __scsi_device_lookupGravatar Zhou Zhengping 1-0/+2
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestGravatar Christoph Hellwig 1-319/+0
2017-01-27scsi: remove scsi_cmd_dma_poolGravatar Christoph Hellwig 1-14/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqGravatar Christoph Hellwig 1-19/+5
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolGravatar Christoph Hellwig 1-10/+4
2016-11-05block: add code to track actual device queue depthGravatar Jens Axboe 1-0/+3
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakGravatar Bart Van Assche 1-1/+0
2016-07-15scsi: remove the disable_blk_mq host flagGravatar Christoph Hellwig 1-0/+1
2016-04-05scsi: Do not attach VPD to devices that don't support itGravatar Hannes Reinecke 1-1/+2
2015-11-30scsi: rescan VPD attributesGravatar Hannes Reinecke 1-3/+17
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-24/+3
2015-06-01Move code that is used both by initiator and target driversGravatar Bart Van Assche 1-46/+0
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getGravatar Christoph Hellwig 1-7/+13
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-9/+2
2015-01-23scsi: always increment reference countGravatar Rusty Russell 1-10/+3
2015-01-09scsi: Do not display buffer pointers in scsi_log_send()Gravatar Hannes Reinecke 1-8/+1
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Gravatar Hannes Reinecke 1-1/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-22/+0
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-26/+15
2014-12-04scsi: never drop to untagged mode during queue ramp downGravatar Christoph Hellwig 1-6/+0
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-16/+0
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cGravatar Christoph Hellwig 1-81/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-26/+15
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-20/+5
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-8/+4
2014-11-12scsi: remove ordered_tags scsi_device fieldGravatar Christoph Hellwig 1-11/+2
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-0/+20
2014-11-12scsi: simplify scsi_log_(send|completion)Gravatar Hannes Reinecke 1-37/+6
2014-11-12scsi: use sdev as argument for sense code printingGravatar Hannes Reinecke 1-1/+1
2014-10-01scsi: add a CONFIG_SCSI_MQ_DEFAULT optionGravatar Christoph Hellwig 1-0/+4
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesGravatar Alan Stern 1-6/+2
2014-08-15[SCSI] save command pool address of Scsi_HostGravatar Juergen Gross 1-2/+10
2014-07-29scsi: use short driver name for per-driver cmd slab cachesGravatar James Bottomley 1-2/+2
2014-07-25scsi: update scsi_device_typesGravatar Christoph Hellwig 1-0/+2
2014-07-25scsi: add support for a blk-mq based I/O path.Gravatar Christoph Hellwig 1-1/+4
2014-07-25scsi: fix the {host,target,device}_blocked counter messGravatar Christoph Hellwig 1-11/+10
2014-07-25scsi: convert host_busy to atomic_tGravatar Christoph Hellwig 1-1/+1
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdGravatar Christoph Hellwig 1-22/+1
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnGravatar Christoph Hellwig 1-23/+12
2014-07-17scsi: cleanup switch in scsi_adjust_queue_depthGravatar Douglas Gilbert 1-4/+6
2014-07-17scsi: remove various exports that were only used by scsi_tgtGravatar Christoph Hellwig 1-7/+3
2014-07-17scsi: use dev_printk variants where possibleGravatar Hannes Reinecke 1-9/+9