summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_scan.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+17
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+17
2023-09-22scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal1-1/+1
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-2/+2
2023-05-23scsi: core: Detect support for command duration limitsDamien Le Moal1-0/+3
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-10/+16
2023-01-27scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen1-4/+3
2023-01-14scsi: core: Convert to scsi_execute_cmd()Mike Christie1-10/+16
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2022-11-26scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()John Garry1-1/+1
2022-11-26scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()John Garry1-1/+2
2022-10-25scsi: remove an extra queue referenceChristoph Hellwig1-1/+0
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-0/+1
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche1-2/+0
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-7/+0
2022-08-02scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+7
2022-08-02scsi: core: Make sure that targets outlive devicesBart Van Assche1-0/+2
2022-05-02scsi: core: Do not truncate INQUIRY data on modern devicesMartin K. Petersen1-1/+11
2022-03-30scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry1-0/+5
2022-01-31scsi: core: Reallocate device's budget map on queue depth changeMing Lei1-5/+50
2021-11-30scsi: core: Declare 'scsi_scan_type' staticBart Van Assche1-1/+1
2021-11-30scsi: core: Suppress a kernel-doc warningBart Van Assche1-1/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-57/+17
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-1/+0
2021-10-17scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-0/+17
2021-09-29scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-57/+0
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-1/+2
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-0/+2
2021-07-30scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-07-22scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger1-0/+3
2021-06-23scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche1-4/+8
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+1
2021-06-01scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-2/+2
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+21
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-4/+2
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+21
2020-10-26scsi: core: Don't start concurrent async scan on same hostMing Lei1-3/+4
2020-02-29scsi: core: Remove cmd_list functionalityHannes Reinecke1-1/+0
2019-04-16scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENTLi Zhong1-3/+4
2019-02-27scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block1-3/+3
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-9/+1
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2017-12-15scsi: core: Use blist_flags_t consistentlyBart Van Assche1-6/+7
2017-11-17scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-1/+1
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17scsi: scsi: Export blacklist flags to sysfsHannes Reinecke1-0/+1
2017-10-03scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen1-0/+3