summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-01-21scsi: ufs: Delete struct ufs_dev_descBean Huo6-48/+36
2020-01-21scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-01-21scsi: ufs-mediatek: enable low-power mode for hibern8 stateStanley Chu1-0/+53
2020-01-21scsi: ufs: export some functions for vendor usageStanley Chu2-4/+10
2020-01-21scsi: ufs-mediatek: add dbg_register_dump implementationStanley Chu2-0/+21
2020-01-21scsi: qla2xxx: Fix a NULL pointer dereference in an error pathBart Van Assche1-9/+8
2020-01-21scsi: qla1280: Make checking for 64bit support consistentThomas Bogendoerfer1-1/+1
2020-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-11/+13
2020-01-16scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1Anand Lodnoor1-2/+2
2020-01-16scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO req...Anand Lodnoor1-25/+31
2020-01-16scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmwa...Anand Lodnoor1-3/+55
2020-01-16scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor3-2/+5
2020-01-16scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUSAnand Lodnoor2-25/+34
2020-01-16scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational stateAnand Lodnoor1-0/+9
2020-01-16scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabledAnand Lodnoor1-2/+6
2020-01-16scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already deadAnand Lodnoor1-0/+6
2020-01-16scsi: megaraid_sas: Update optimal queue depth for SAS and NVMe devicesAnand Lodnoor1-2/+2
2020-01-16scsi: megaraid_sas: Set no_write_same only for Virtual DiskAnand Lodnoor2-4/+18
2020-01-16scsi: megaraid_sas: Reset adapter if FW is not in READY state after device re...Anand Lodnoor1-2/+29
2020-01-16scsi: qla1280: Fix dma firmware download, if dma address is 64bitThomas Bogendoerfer2-6/+16
2020-01-16scsi: storvsc: Correctly set number of hardware queues for IDE diskLong Li1-1/+3
2020-01-16scsi: fnic: fix invalid stack accessArnd Bergmann1-10/+10
2020-01-16scsi: iscsi: Fail session and connection on transport registration failureGabriel Krisman Bertazi1-2/+16
2020-01-16scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black2-3/+27
2020-01-16scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu1-0/+11
2020-01-16scsi: ufs: pass device information to apply_dev_quirksStanley Chu3-8/+10
2020-01-16scsi: BusLogic: use %lX for unsigned long rather than %XColin Ian King1-55/+55
2020-01-16scsi: ufs: remove "errors" word in ufshcd_print_err_hist()Stanley Chu1-1/+1
2020-01-16scsi: ufs: add device reset history for vendor implementationsStanley Chu2-3/+8
2020-01-16scsi: ufs: fix empty check of error historyStanley Chu1-1/+1
2020-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+3
2020-01-10scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2020-01-10scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen19-165/+265
2020-01-07block: Allow t10-pi to be modularHerbert Xu1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig20-27/+27
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann8-0/+24
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-6/+2
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann5-74/+137
2020-01-03compat_ioctl: add scsi_compat_ioctlArnd Bergmann1-14/+40
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-67/+59
2020-01-03scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy1-2/+2
2020-01-03scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy1-1/+17
2020-01-03scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy5-33/+38
2020-01-03scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy5-78/+110
2020-01-03scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy3-17/+25
2020-01-03scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy3-7/+91
2020-01-03scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2-4/+118
2020-01-03scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy4-14/+29
2020-01-03scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2-1/+142