aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28scsi: core: Remove cmd_list functionalityGravatar Hannes Reinecke 1-14/+0
2020-02-12scsi: core: Delete scsi_use_blk_mqGravatar John Garry 1-4/+0
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+5
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqGravatar Ming Lei 1-1/+1
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-2/+2
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hGravatar Ryan Attard 1-0/+4
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-9/+3
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingGravatar Bart Van Assche 1-9/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-27scsi: kill command serial numberGravatar Hannes Reinecke 1-16/+0
2018-11-07scsi: kill off the legacy IO pathGravatar Jens Axboe 1-4/+1
2018-06-26scsi: read host_busy via scsi_host_busy()Gravatar Ming Lei 1-1/+1
2018-06-26scsi: core: check for equality of result byte valuesGravatar Johannes Thumshirn 1-1/+1
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