aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+1
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+4
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+3
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche1-9/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-27scsi: kill command serial numberHannes Reinecke1-16/+0
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-4/+1
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-1/+1
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2018-02-27scsi: core: fix two wrong indentation casesJianchao Wang1-1/+1
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+4
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-26/+18
2017-08-29scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche1-78/+66
2017-08-16Revert "scsi: default to scsi-mq"Christoph Hellwig1-0/+4
2017-06-27scsi: default to scsi-mqChristoph Hellwig1-4/+0
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-8/+1
2017-05-08scsi: Skip deleted devices in __scsi_device_lookupZhou Zhengping1-0/+2
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-319/+0
2017-01-27scsi: remove scsi_cmd_dma_poolChristoph Hellwig1-14/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-19/+5
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig1-10/+4
2016-11-05block: add code to track actual device queue depthJens Axboe1-0/+3
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-1/+0
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig1-0/+1
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke1-1/+2
2015-11-30scsi: rescan VPD attributesHannes Reinecke1-3/+17
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-24/+3
2015-06-01Move code that is used both by initiator and target driversBart Van Assche1-46/+0
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig1-7/+13
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+2
2015-01-23scsi: always increment reference countRusty Russell1-10/+3
2015-01-09scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke1-8/+1
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke1-1/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-22/+0
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-26/+15
2014-12-04scsi: never drop to untagged mode during queue ramp downChristoph Hellwig1-6/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-16/+0
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig1-81/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-26/+15
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-20/+5
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+4
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-11/+2
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-0/+20
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-37/+6
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+1
2014-10-01scsi: add a CONFIG_SCSI_MQ_DEFAULT optionChristoph Hellwig1-0/+4