summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-10-12scsi: sun_esp: fix device reference leaksJohan Hovold1-1/+8
2017-10-12scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter1-1/+2
2017-09-15scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-07-18scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-07-18scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-07-18scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-07-18scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-07-18scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta1-1/+1
2017-06-05scsi: aacraid: Reorder Adapter status checkRaghava Aditya Renukunta1-4/+17
2017-06-05scsi: aacraid: Fix memory leak in fib init pathRaghava Aditya Renukunta1-15/+21
2017-03-16Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-03-16scsi: avoid a permanent stop of the scsi device's request queueWei Fang1-4/+0
2017-03-16scsi: mvsas: fix command_active typoArnd Bergmann1-1/+1
2017-02-23sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2017-02-23sg: Fix double-free when drives detach during SG_IOCalvin Owens1-1/+4
2017-02-23scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regressionSumit Saxena1-1/+1
2017-02-23scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang1-9/+0
2017-02-23scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne1-0/+1
2017-02-23scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai1-8/+5
2017-02-23scsi: Fix use-after-freeMing Lei1-1/+1
2017-02-23scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King1-1/+0
2016-11-20scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter1-1/+7
2016-11-20megaraid_sas: Fix probing cards without io portYinghai Lu2-4/+4
2016-11-20aacraid: Check size values after double-fetch from userDave Carroll1-2/+11
2016-08-23aacraid: Fix for aac_command_thread hangRaghava Aditya Renukunta1-0/+4
2016-05-01sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2-16/+14
2016-05-01lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-05-01sg: fix dxferp in from_to caseDouglas Gilbert1-1/+2
2016-05-01be2iscsi: set the boot_kset pointer to NULL in case of failureMaurizio Lombardi1-0/+1
2016-05-01aacraid: Fix memory leak in aac_fib_map_freeRaghava Aditya Renukunta1-3/+6
2016-04-01ipr: Fix regression when loading firmwareGabriel Krisman Bertazi1-0/+5
2016-04-01ipr: Fix out-of-bounds null overwriteInsu Yun1-3/+2
2016-02-27scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-02-27SCSI: fix crashes in sd and sr runtime PMAlan Stern1-2/+5
2016-02-13SCSI: initio: remove duplicate module device tableArnd Bergmann1-16/+0
2016-01-23ses: fix additional element traversal bugJames Bottomley1-1/+9
2016-01-23ses: Fix problems with simple enclosuresJames Bottomley1-1/+19
2015-11-27scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2015-11-27scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig1-12/+4
2015-11-27megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com1-2/+11
2015-11-27megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2-1/+3
2015-11-17mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-11-173w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-13libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-10-13libiscsi: Fix host busy blocking during connection teardownJohn Soni Jose1-23/+2
2015-08-12ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-08-07sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-08-073w-9xxx: fix command completion raceChristoph Hellwig2-49/+13
2015-08-073w-xxxx: fix command completion raceChristoph Hellwig2-41/+6
2015-08-073w-sas: fix command completion raceChristoph Hellwig2-44/+10