aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-1/+2
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-0/+2
2021-07-29scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger1-0/+3
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche1-4/+8
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-2/+2
2021-04-28Merge 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-04scsi: 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-28scsi: core: Remove cmd_list functionalityHannes Reinecke1-1/+0
2019-04-15scsi: 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-14scsi: core: Use blist_flags_t consistentlyBart Van Assche1-6/+7
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-1/+1
2017-11-14Merge 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-02scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen1-0/+3
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche1-1/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-32/+14
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne1-2/+3
2017-06-26scsi: remove various unused blist flagsChristoph Hellwig1-23/+2
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche1-7/+9
2017-05-16scsi: fix some kernel-doc markupsMauro Carvalho Chehab1-3/+4
2016-10-11scsi: Remove one useless stack variableMing Lei1-4/+0
2016-10-11scsi: Fix use-after-freeMing Lei1-1/+1
2016-08-31scsi: move function declarations to scsi_priv.hBaoyou Xie1-2/+0
2016-04-15scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn1-0/+1
2016-04-11scsi: disable automatic target scanHannes Reinecke1-14/+30
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke1-1/+7
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke1-0/+3
2016-02-23scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace1-5/+7
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley1-3/+6
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-3/+6
2015-11-30scsi: rescan VPD attributesHannes Reinecke1-0/+4
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov1-3/+6
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-3/+3
2015-11-11scsi_scan: don't dump trace when scsi_prep_async_scan() is called twiceVitaly Kuznetsov1-2/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-2/+1
2015-11-02SCSI: Increase REPORT_LUNS timeoutBrian King1-1/+2
2015-06-01Move code that is used both by initiator and target driversBart Van Assche1-62/+0
2015-05-25scsi_scan: fix queue depth initialisation problemJames Bottomley1-1/+2
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie1-0/+6
2015-03-19scsi: serialize ->rescan against ->removeChristoph Hellwig1-4/+3
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2015-01-23block: support different tag allocation policyShaohua Li1-1/+2