summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-03scsi: lpfc: Reduce log spew on controller reconnectsJames Smart2-9/+13
2017-10-03scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy1-1/+4
2017-10-03scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy5-65/+109
2017-10-03scsi: lpfc: Make ktime sampling more accurateDick Kennedy3-58/+109
2017-10-03scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2017-10-03scsi: lpfc: Fix warning messages when NVME_TARGET_FC not definedDick Kennedy1-0/+2
2017-10-03scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready messageDick Kennedy1-18/+28
2017-10-03scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy7-13/+37
2017-10-03scsi: lpfc: fix pci hot plug crash in list_add callDick Kennedy1-7/+10
2017-10-03scsi: lpfc: fix pci hot plug crash in timer management routinesDick Kennedy1-0/+1
2017-10-03scsi: smartpqi: update driver version to 1.1.2-126Don Brace1-2/+2
2017-10-03scsi: smartpqi: cleanup raid map warning messageKevin Barnett1-3/+3
2017-10-03scsi: smartpqi: update controller idsKevin Barnett1-0/+8
2017-09-28scsi: libsas: remove unused variable sas_haColin Ian King1-1/+0
2017-09-28scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin1-6/+8
2017-09-28scsi: ufs: continue to boot even with Boot LUN is disabledHuanlin Ke1-11/+8
2017-09-28scsi: ufs: add ufs a command complete time stampZang Leigang2-0/+7
2017-09-28scsi: ufs: fix a pclint warningZang Leigang1-1/+1
2017-09-26scsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfoMeng Xu1-6/+0
2017-09-26scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer3-22/+11
2017-09-26scsi: lpfc: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-4/+3
2017-09-26scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke3-15/+16
2017-09-26scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke5-19/+32
2017-09-25scsi: sd: Align maximum write same blocks to physical block sizeDamien Le Moal1-0/+20
2017-09-25scsi: csiostor: enable PCIe relaxed ordering if supportedVarun Prakash3-0/+9
2017-09-16scsi: libcxgbi: remove redundant check and close on cskColin Ian King1-2/+0
2017-09-16scsi: libsas: add event to defer list tail instead of head when drainingchenxiang1-1/+1
2017-09-16scsi: libsas: rename notify_port_event() for consistencyJason Yan1-2/+2
2017-09-16scsi: libsas: kill useless ha_event and do some cleanupJason Yan6-47/+0
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke1-5/+13
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke1-22/+33
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke1-5/+7
2017-09-15scsi: ufs: tc-dwc-g210: make arrays static, reduces object code sizeColin Ian King1-5/+5
2017-09-15scsi: bnx2i: Clean up unused pointers in bnx2i_hwiChristos Gkekas1-10/+0
2017-09-15scsi: lpfc: remove redundant null check on eqeColin Ian King1-3/+0
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds114-1037/+8040
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds19-475/+908
2017-09-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+65
2017-09-13Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds13-110/+104
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-227/+262
2017-09-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds20-106/+680
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-131/+316
2017-09-11Merge tag 'pwm/for-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-301/+660
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig3-1/+10
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig1-18/+30