aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+5
2016-02-13Merge 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/scsiLinus Torvalds6-15/+21
2016-02-11Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-0/+1
2016-02-11scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley1-2/+4
2016-02-10qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU AffinityQuinn Tran2-2/+5
2016-02-09SCSI: Add Marvell configuration device to VPD blacklistTodd Fujinaka1-0/+1
2016-02-06qla2xxx: Use ATIO type to send correct tmr responseSwapnil Nagle1-1/+1
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran5-9/+31
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley6-15/+21
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-2/+2
2016-02-04SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-02-04scsi_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-29qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCMQuinn Tran3-45/+142
2016-01-29qla2xxx: Fix warning reported by static checkerHimanshu Madhani1-3/+4
2016-01-28storvsc: Use the specified target ID in device lookupK. Y. Srinivasan1-5/+5
2016-01-28storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan1-0/+6
2016-01-26hisi_sas: fix v1 hw check for slot errorJohn Garry1-6/+3
2016-01-26hisi_sas: add dependency for HAS_IOMEMJohn Garry1-1/+1
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2-1/+3
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern2-2/+9
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds7-32/+27
2016-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds26-3718/+3009
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds14-236/+1547
2016-01-20sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen1-1/+1
2016-01-20hisi_sas: Restrict SCSI_HISI_SAS to arm64Geert Uytterhoeven1-0/+1
2016-01-20hisi_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/kbuildLinus Torvalds5-14/+4
2016-01-20scsi: qla2xxxx: avoid type mismatch in comparisonArnd Bergmann1-1/+1
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds102-4560/+8002
2016-01-13Merge remote-tracking branch 'mkp-scsi/4.5/scsi-queue' into miscJames Bottomley26-3718/+3009
2016-01-12Merge 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-07ipr: Fix out-of-bounds null overwriteInsu Yun1-3/+2
2016-01-07scsi: add Synology to 1024 sector blacklistMike Christie1-0/+1
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley18-85/+177
2016-01-07qla2xxx: Check for online flag instead of active reset when transmitting responsesDilip Kumar Uppugandla2-31/+37
2016-01-07qla2xxx: Set all queues to 4kQuinn Tran2-4/+5
2016-01-07qla2xxx: Disable ZIO at start time.Quinn Tran1-0/+20
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran7-28/+129
2016-01-07qla2xxx: Add selective command queuingQuinn Tran3-4/+15
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran3-1/+93