summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)Author
2021-12-06scsi: core: Fix scsi_device_max_queue_depth()Bart Van Assche
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-10-12scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-04scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)Ming Lei
2020-06-19scsi: core: Remove scsi_sdb_cacheBean Huo
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2020-02-12scsi: core: Delete scsi_use_blk_mqJohn Garry
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-27scsi: kill command serial numberHannes Reinecke
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn
2018-02-27scsi: core: fix two wrong indentation casesJianchao Wang
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche
2017-08-29scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche
2017-08-16Revert "scsi: default to scsi-mq"Christoph Hellwig
2017-06-27scsi: default to scsi-mqChristoph Hellwig
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche
2017-05-08scsi: Skip deleted devices in __scsi_device_lookupZhou Zhengping
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: remove scsi_cmd_dma_poolChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig
2016-11-05block: add code to track actual device queue depthJens Axboe
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke
2015-11-30scsi: rescan VPD attributesHannes Reinecke
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-06-01Move code that is used both by initiator and target driversBart Van Assche
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-01-23scsi: always increment reference countRusty Russell
2015-01-09scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke