summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-02-27ipr: Fix regression when loading firmwareGabriel Krisman Bertazi1-0/+5
2016-02-27SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen1-0/+1
2016-02-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+5
2016-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-60/+183
2016-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-15/+21
2016-02-12Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-0/+1
2016-02-12scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley1-2/+4
2016-02-11qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU AffinityQuinn Tran2-2/+5
2016-02-10SCSI: Add Marvell configuration device to VPD blacklistTodd Fujinaka1-0/+1
2016-02-07qla2xxx: Use ATIO type to send correct tmr responseSwapnil Nagle1-1/+1
2016-02-07qla2xxx: Fix stale pointer access.Quinn Tran5-9/+31
2016-02-05Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley6-15/+21
2016-02-05block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-2/+2
2016-02-05SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-02-05scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-02-03drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov1-1/+1
2016-01-30qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCMQuinn Tran3-45/+142
2016-01-30qla2xxx: Fix warning reported by static checkerHimanshu Madhani1-3/+4
2016-01-29storvsc: Use the specified target ID in device lookupK. Y. Srinivasan1-5/+5
2016-01-29storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan1-0/+6
2016-01-27hisi_sas: fix v1 hw check for slot errorJohn Garry1-6/+3
2016-01-27hisi_sas: add dependency for HAS_IOMEMJohn Garry1-1/+1
2016-01-27Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2-1/+3
2016-01-27SCSI: fix crashes in sd and sr runtime PMAlan Stern2-2/+9
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds7-32/+27
2016-01-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds26-3718/+3009
2016-01-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds14-236/+1547
2016-01-21sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen1-1/+1
2016-01-21hisi_sas: Restrict SCSI_HISI_SAS to arm64Geert Uytterhoeven1-0/+1
2016-01-21hisi_sas: SCSI_HISI_SAS should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-14/+4
2016-01-20scsi: qla2xxxx: avoid type mismatch in comparisonArnd Bergmann1-1/+1
2016-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds102-4560/+8002
2016-01-14Merge remote-tracking branch 'mkp-scsi/4.5/scsi-queue' into miscJames Bottomley26-3718/+3009
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-01-08imm: Use new parport device modelSudip Mukherjee1-7/+43
2016-01-08megaraid: Fix possible NULL pointer deference in mraid_mm_ioctlNicholas Krause1-0/+4
2016-01-08storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-01-08cxgbi: Typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-01-083w-xxxx: Pass through compat mode ioctlsRyan C. Underwood1-0/+3
2016-01-08hisi_sas: Use u64 for qw0 in free_device_v1_hw()John Garry1-1/+2
2016-01-08hisi_sas: Fix typo in setup_itct_v1_hw()John Garry1-4/+4
2016-01-08hisi_sas: Fix v1 itct masksJohn Garry1-17/+12
2016-01-08ipr: Fix out-of-bounds null overwriteInsu Yun1-3/+2
2016-01-08scsi: add Synology to 1024 sector blacklistMike Christie1-0/+1
2016-01-08Merge branch 'jejb-scsi' into miscJames Bottomley18-85/+177
2016-01-08qla2xxx: Check for online flag instead of active reset when transmitting resp...Dilip Kumar Uppugandla2-31/+37
2016-01-08qla2xxx: Set all queues to 4kQuinn Tran2-4/+5
2016-01-08qla2xxx: Disable ZIO at start time.Quinn Tran1-0/+20
2016-01-08qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran7-28/+129