summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal1-0/+11
2023-06-29scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal1-23/+14
2023-05-23scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal1-0/+62
2023-05-23scsi: core: Detect support for command duration limitsDamien Le Moal1-0/+81
2023-05-23scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal1-9/+19
2023-03-25scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal1-2/+9
2023-03-10scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan1-0/+3
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+7
2023-01-27scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche1-2/+0
2023-01-14scsi: core: Convert to scsi_execute_cmd()Mike Christie1-5/+7
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche1-0/+2
2022-10-18scsi: core: Remove the put_device() call from scsi_device_get()Bart Van Assche1-5/+5
2022-09-01scsi: core: Revert "Simplify LLD module reference counting"Bart Van Assche1-6/+3
2022-08-02scsi: core: Simplify LLD module reference countingMing Lei1-3/+6
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen1-0/+6
2022-05-02scsi: core: Pick suitable allocation length in scsi_report_opcode()Martin K. Petersen1-4/+13
2022-05-02scsi: core: Query VPD size before getting full pageMartin K. Petersen1-31/+58
2022-04-19scsi: core: Increase max device queue_depth to 4096Sumit Saxena1-2/+2
2021-12-07scsi: core: Fix scsi_device_max_queue_depth()Bart Van Assche1-2/+2
2021-11-30scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2021-10-17scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-8/+0
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