summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-06-07scsi: pm: Balance pm_only counter of request queue during system resumeCan Guo1-2/+8
2020-05-27scsi: qla2xxx: Do not log message when reading port speed via sysfsEwan D. Milne1-3/+0
2020-05-27scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler1-4/+0
2020-05-27scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran1-1/+1
2020-05-27scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi1-1/+1
2020-05-10scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-05-06scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-05-06scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2020-04-29scsi: lpfc: Fix lockdep error - register non-static keyJames Smart2-7/+4
2020-04-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart8-169/+215
2020-04-29scsi: iscsi: Report unbind session event when the target has been removedWu Bo1-1/+3
2020-04-29scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan1-1/+7
2020-04-29scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2020-04-29scsi: lpfc: Fix crash after handling a pci errorJames Smart1-0/+5
2020-04-29scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-04-23scsi: sg: add sg_remove_request in sg_common_writeLi Bin1-1/+3
2020-04-21scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-04-17scsi: sr: Fix sr_block_release()Bart Van Assche1-1/+3
2020-04-17scsi: sr: get rid of sr global mutexMerlijn Wajer2-9/+13
2020-04-17scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart2-20/+40
2020-04-17scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart1-1/+3
2020-04-17scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu2-1/+8
2020-04-17scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy1-4/+4
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart2-3/+0
2020-03-25scsi: sd: Fix optimal I/O size for devices that change reported valuesMartin K. Petersen1-1/+3
2020-03-17scsi: qla2xxx: Fix I/Os being passed down when FC device is being deletedArun Easi1-2/+2
2020-03-11scsi: ipr: Fix softlockup when rescanning devices in petitbootWen Xiong2-1/+3
2020-03-11scsi: ufs: Fix possible unclocked access to auto hibern8 timer registerCan Guo1-7/+14
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson1-1/+1
2020-02-24scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal1-1/+6
2020-02-22scsi: libfc: free response frame from GPN_IDIgor Druzhinin1-0/+2
2020-02-13scsi: megaraid_sas: silence a warningTomas Henzl1-2/+3
2020-02-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-19/+29
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan4-40/+43
2020-01-30scsi: ufs: fix spelling mistake "initilized" -> "initialized"Colin Ian King1-1/+1
2020-01-30scsi: pm80xx: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-30scsi: megaraid_sas: fixup MSIx interrupt setup during resumeHannes Reinecke1-11/+9
2020-01-30scsi: qla2xxx: Fix unbound NVME response lengthArun Easi3-6/+18
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds97-1301/+2662
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds20-27/+27
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-01-26Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+5
2020-01-21scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2020-01-21scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry3-3/+3
2020-01-21scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinityLuo Jiaxing1-0/+5
2020-01-21scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing1-1/+1
2020-01-21scsi: hisi_sas: Replace magic number when handle channel interruptLuo Jiaxing1-5/+12
2020-01-21scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen2-34/+26