summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-09-13scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2017-09-13scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2017-09-02scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2017-09-02scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2017-09-02scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2017-08-11scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi1-5/+13
2017-08-11mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2017-06-14scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-05-20sg: Fix double-free when drives detach during SG_IOCalvin Owens1-1/+7
2017-05-08scsi: advansys: remove #warning messageArnd Bergmann1-2/+1
2017-05-08ips: remove pointless #warningJames Bottomley1-4/+5
2017-04-30aic94xx: Skip reading user settings if flash is not foundHannes Reinecke1-2/+3
2017-04-22scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-04-22scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang1-0/+2
2017-04-22scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-04-22scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-04-22scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-22scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-18mvsas: fix misleading indentationLuis de Bethencourt1-2/+2
2017-02-08Fix "qla2xxx: terminate exchange when command is aborted by LIO"Greg Kroah-Hartman1-2/+1
2017-02-08bfa: Fix indentationAnil Gurumurthy1-11/+11
2017-02-08be2iscsi: Fix bogus WARN_ON length checkTim Gardner1-1/+1
2017-02-08MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2017-01-15sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2017-01-15scsi: avoid a permanent stop of the scsi device's request queueWei Fang1-4/+0
2017-01-13scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30...Kashyap Desai1-0/+1
2016-12-23scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter1-1/+7
2016-12-02scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regressionSumit Saxena1-1/+1
2016-11-23scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang1-9/+0
2016-11-23scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne1-0/+1
2016-11-23scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai1-8/+5
2016-11-23scsi: Fix use-after-freeMing Lei1-1/+1
2016-08-31aacraid: Check size values after double-fetch from userDave Carroll1-2/+11
2016-07-19ipr: Clear interrupt on croc/crocodile when running with LSIBrian King1-0/+1
2016-07-12lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-07-12megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann1-1/+2
2016-07-11scsi: fix race between simultaneous decrements of ->host_failedWei Fang1-1/+3
2016-06-19scsi: Add QEMU CD-ROM to VPD Inquiry BlacklistEwan D. Milne1-0/+1
2016-06-18scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley1-2/+5
2016-06-03aacraid: Fix for aac_command_thread hangRaghava Aditya Renukunta1-0/+4
2016-06-03aacraid: Relinquish CPU during timeout waitRaghava Aditya Renukunta1-4/+4
2016-04-20sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2-16/+14
2016-04-18sg: fix dxferp in from_to caseDouglas Gilbert1-1/+2
2016-04-18be2iscsi: set the boot_kset pointer to NULL in case of failureMaurizio Lombardi1-0/+1
2016-04-18aacraid: Fix memory leak in aac_fib_map_freeRaghava Aditya Renukunta1-3/+6
2016-03-02qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Quinn Tran5-9/+31
2016-03-02SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-03-02scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-03-02target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-1/+1
2016-03-02qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik3-36/+20