aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-32/+35
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-2/+0
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds128-1812/+4677
2019-12-01Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+18
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds8-60/+81
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+41
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas2-2/+2
2019-11-26scsi: megaraid_sas: Make poll_aen_lock staticYueHaibing1-1/+1
2019-11-26scsi: sd_zbc: Improve report zones error printoutDamien Le Moal3-10/+10
2019-11-26scsi: qla2xxx: Fix qla2x00_request_irqs() for MSIHuacai Chen1-3/+3
2019-11-26scsi: qla2xxx: unregister ports after GPN_FT failureMartin Wilck1-2/+14
2019-11-26scsi: qla2xxx: fix rports not being mark as lost in sync fabric scanMartin Wilck1-3/+3
2019-11-26scsi: pm80xx: Remove unused include of linux/version.hYueHaibing1-1/+0
2019-11-26scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3Colin Ian King1-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2019-11-26sr_vendor: support Beurer GL50 evo CD-on-a-chip devices.Diego Elio Pettenò1-0/+18
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-11-21scsi: scsi_transport_sas: Fix memory leak when removing devicesJohn Garry1-8/+1
2019-11-21scsi: lpfc: size cpu map by last cpu id setJames Smart1-1/+1
2019-11-21scsi: ibmvscsi_tgt: Remove unneeded variable rcSaurav Girepunje1-2/+1
2019-11-21scsi: storvsc: Add the support of hibernationDexuan Cui1-0/+41
2019-11-19scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman1-1/+1
2019-11-19scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau1-0/+8
2019-11-19scsi: bnx2i: fix potential use after freePan Bian1-1/+1
2019-11-19Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen1-4/+0
2019-11-19scsi: NCR5380: Add disconnect_mask module parameterFinn Thain1-1/+5
2019-11-19scsi: NCR5380: Unconditionally clear ICR after do_abort()Finn Thain1-8/+8
2019-11-19scsi: NCR5380: Call scsi_set_resid() on command completionFinn Thain1-0/+15
2019-11-19scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi1-0/+5
2019-11-19scsi: lpfc: use hdwq assigned cpu for allocationJames Smart1-2/+2
2019-11-19scsi: arcmsr: fix indentation issuesColin Ian King1-3/+3
2019-11-19scsi: qla4xxx: fix double free bugPan Bian1-3/+0
2019-11-19scsi: pm80xx: Modified the logic to collect fatal dumpDeepak Ukey2-59/+195
2019-11-19scsi: pm80xx: Tie the interrupt name to the module instanceVikram Auradkar2-5/+8
2019-11-19scsi: pm80xx: Controller fatal error through sysfsDeepak Ukey1-0/+20
2019-11-19scsi: pm80xx: Do not request 12G sas speedspeter chang3-17/+22
2019-11-19scsi: pm80xx: Cleanup command when a reset times outpeter chang1-13/+37
2019-11-19scsi: pm80xx: Fix command issue sizingpeter chang3-40/+79
2019-11-19scsi: pm80xx: Fix dereferencing dangling pointerVikram Auradkar1-6/+6
2019-11-19scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_checkianyar2-2/+5
2019-11-19scsi: pm80xx: Squashed logging cleanup changespeter chang5-37/+170
2019-11-19scsi: pm80xx: Convert 'long' mdelay to msleepVikram Auradkar1-2/+2
2019-11-19scsi: pm80xx: Initialize variable used as return statusJohn Sperbeck1-1/+1
2019-11-19scsi: pm80xx: Make phy enable completion as NULLpeter chang1-1/+3
2019-11-19scsi: pm80xx: Fix for SATA device discoverypeter chang1-0/+2
2019-11-19scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14
2019-11-19scsi: ufs: Abort gating if clock on request is pendingAsutosh Das1-1/+1
2019-11-19scsi: ufs: Fix irq return codeVenkat Gopalakrishnan2-36/+100