summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2016-02-26ipr: Fix regression when loading firmwareGabriel Krisman Bertazi-0/+5
2016-02-26SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen-0/+1
2016-02-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+5
2016-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-60/+183
2016-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-15/+21
2016-02-11Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley-0/+1
2016-02-11scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley-2/+4
2016-02-10qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU AffinityQuinn Tran-2/+5
2016-02-09SCSI: Add Marvell configuration device to VPD blacklistTodd Fujinaka-0/+1
2016-02-06qla2xxx: Use ATIO type to send correct tmr responseSwapnil Nagle-1/+1
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran-9/+31
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley-15/+21
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen-2/+2
2016-02-04SCSI: Add Marvell Console to VPD blacklistMika Westerberg-0/+1
2016-02-04scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke-1/+3
2016-02-03drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov-1/+1
2016-01-29qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCMQuinn Tran-45/+142
2016-01-29qla2xxx: Fix warning reported by static checkerHimanshu Madhani-3/+4
2016-01-28storvsc: Use the specified target ID in device lookupK. Y. Srinivasan-5/+5
2016-01-28storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan-0/+6
2016-01-26hisi_sas: fix v1 hw check for slot errorJohn Garry-6/+3
2016-01-26hisi_sas: add dependency for HAS_IOMEMJohn Garry-1/+1
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley-1/+3
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern-2/+9
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-32/+27
2016-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3718/+3009
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-236/+1547
2016-01-20sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen-1/+1
2016-01-20hisi_sas: Restrict SCSI_HISI_SAS to arm64Geert Uytterhoeven-0/+1
2016-01-20hisi_sas: SCSI_HISI_SAS should depend on HAS_DMAGeert Uytterhoeven-0/+1
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-14/+4
2016-01-20scsi: qla2xxxx: avoid type mismatch in comparisonArnd Bergmann-1/+1
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4560/+8002
2016-01-13Merge remote-tracking branch 'mkp-scsi/4.5/scsi-queue' into miscJames Bottomley-3718/+3009
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2016-01-08imm: Use new parport device modelSudip Mukherjee-7/+43
2016-01-08megaraid: Fix possible NULL pointer deference in mraid_mm_ioctlNicholas Krause-0/+4
2016-01-08storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter-1/+1
2016-01-08cxgbi: Typo in MODULE_PARM_DESCDan Carpenter-1/+1
2016-01-083w-xxxx: Pass through compat mode ioctlsRyan C. Underwood-0/+3
2016-01-08hisi_sas: Use u64 for qw0 in free_device_v1_hw()John Garry-1/+2
2016-01-08hisi_sas: Fix typo in setup_itct_v1_hw()John Garry-4/+4
2016-01-08hisi_sas: Fix v1 itct masksJohn Garry-17/+12
2016-01-07ipr: Fix out-of-bounds null overwriteInsu Yun-3/+2
2016-01-07scsi: add Synology to 1024 sector blacklistMike Christie-0/+1
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley-85/+177
2016-01-07qla2xxx: Check for online flag instead of active reset when transmitting resp...Dilip Kumar Uppugandla-31/+37
2016-01-07qla2xxx: Set all queues to 4kQuinn Tran-4/+5
2016-01-07qla2xxx: Disable ZIO at start time.Quinn Tran-0/+20
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran-28/+129