aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25cxgbi: fix uninitialized flowi6Jiri Benc1-0/+1
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-109/+139
2016-04-05Merge branch 'fixes-base' into fixesJames Bottomley21-155/+234
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke2-19/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-3/+3
2016-03-31sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2-21/+14
2016-03-29scsi_dh_alua: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-03-29scsi: Declare local symbols staticBart Van Assche1-3/+5
2016-03-28cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar1-4/+4
2016-03-28cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2-42/+93
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds20-154/+1171
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-17/+0
2016-03-23mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-64/+130
2016-03-22Merge remote-tracking branch 'mkp-scsi/4.6/scsi-fixes' into miscJames Bottomley6-19/+31
2016-03-22cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash1-12/+0
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-5/+0
2016-03-21aacraid: add missing curly bracesArnd Bergmann1-1/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-17/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-17/+21
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-0/+17
2016-03-18scsi_common: do not clobber fixed sense informationHannes Reinecke1-2/+10
2016-03-18scsi: ufs: select CONFIG_NLSArnd Bergmann1-0/+1
2016-03-18fnic: move printk()s outside of the critical code section.Maurizio Lombardi1-7/+6
2016-03-18qla2xxx: avoid maybe_uninitialized warningArnd Bergmann1-7/+9
2016-03-18megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann1-1/+2
2016-03-18lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-36/+51
2016-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds111-3137/+9078
2016-03-16Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibftLinus Torvalds1-0/+5
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2016-03-15Merge remote-tracking branch 'mkp-scsi/4.6/scsi-queue' into miscJames Bottomley15-135/+1140
2016-03-15Merge branch 'fixes' into miscJames Bottomley6-4/+13
2016-03-14scsi_transport_sas: add 'scsi_target_id' sysfs attributeHannes Reinecke2-1/+3
2016-03-14scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter1-1/+1
2016-03-14scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2-0/+86
2016-03-14scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2-0/+21
2016-03-14scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2-7/+21
2016-03-14scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2-1/+23
2016-03-14scsi: ufs: fix leakage during link off stateYaniv Gardi1-0/+10
2016-03-14scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi4-0/+142
2016-03-14scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2-7/+52
2016-03-14scsi: ufs: add retry for query descriptorsYaniv Gardi1-18/+37
2016-03-14scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2-0/+95
2016-03-14scsi: ufs: make error handling bit fasterYaniv Gardi1-43/+112
2016-03-14scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2-4/+57
2016-03-14scsi: ufs: separate device and host quirksYaniv Gardi4-0/+244
2016-03-14scsi: ufs: add support to read device and string descriptorsYaniv Gardi3-1/+95
2016-03-14scsi: ufs: verify hba controller hce reg valueYaniv Gardi2-30/+35