summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_scan.c
AgeCommit message (Expand)Author
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche
2022-05-02scsi: core: Do not truncate INQUIRY data on modern devicesMartin K. Petersen
2022-03-29scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry
2022-01-31scsi: core: Reallocate device's budget map on queue depth changeMing Lei
2021-11-29scsi: core: Declare 'scsi_scan_type' staticBart Van Assche
2021-11-29scsi: core: Suppress a kernel-doc warningBart Van Assche
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-29scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2020-10-26scsi: core: Don't start concurrent async scan on same hostMing Lei
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2019-04-15scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENTLi Zhong
2019-02-27scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn
2017-12-14scsi: core: Use blist_flags_t consistentlyBart Van Assche
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-17scsi: scsi: Export blacklist flags to sysfsHannes Reinecke
2017-10-02scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne
2017-06-26scsi: remove various unused blist flagsChristoph Hellwig
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche
2017-05-16scsi: fix some kernel-doc markupsMauro Carvalho Chehab
2016-10-11scsi: Remove one useless stack variableMing Lei
2016-10-11scsi: Fix use-after-freeMing Lei
2016-08-31scsi: move function declarations to scsi_priv.hBaoyou Xie
2016-04-15scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn
2016-04-11scsi: disable automatic target scanHannes Reinecke
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke
2016-02-23scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace