summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27scsi: core: Fix scsi_device_max_queue_depth()Bart Van Assche1-2/+2
2021-10-13scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei1-1/+3
2021-08-12scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-7/+0
2021-06-01scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke1-1/+1
2021-06-01scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-0/+2
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-1/+3
2021-03-05scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)Ming Lei1-0/+11
2020-06-20scsi: core: Remove scsi_sdb_cacheBean Huo1-3/+0
2020-02-29scsi: core: Remove cmd_list functionalityHannes Reinecke1-14/+0
2020-02-13scsi: core: Delete scsi_use_blk_mqJohn Garry1-4/+0
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2019-11-02scsi: 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-10-01scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+4
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+3
2019-06-19scsi: 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-28scsi: core: fix two wrong indentation casesJianchao Wang1-1/+1
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+4
2017-08-30scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-26/+18
2017-08-30scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche1-78/+66
2017-08-17Revert "scsi: default to scsi-mq"Christoph Hellwig1-0/+4
2017-06-28scsi: default to scsi-mqChristoph Hellwig1-4/+0
2017-06-13scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-8/+1
2017-05-09scsi: Skip deleted devices in __scsi_device_lookupZhou Zhengping1-0/+2
2017-02-01block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-28scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-319/+0
2017-01-28scsi: remove scsi_cmd_dma_poolChristoph Hellwig1-14/+1
2017-01-28scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-19/+5
2017-01-28scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig1-10/+4
2016-11-06block: add code to track actual device queue depthJens Axboe1-0/+3
2016-09-27scsi: 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-10scsi: 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