aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby1-1/+0
2014-08-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+10
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck1-1/+1
2014-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-114/+123
2014-08-15[SCSI] save command pool address of Scsi_HostJuergen Gross1-2/+10
2014-08-15[SCSI] fix qemu boot hang problemGuenter Roeck1-1/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-7/+7
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+2
2014-08-13libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine7-7/+7
2014-08-08scsi: use pci_zalloc_consistentJoe Perches12-59/+32
2014-08-08drivers/scsi: replace strict_strto callsDaniel Walter2-4/+4
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-10/+14
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds152-5730/+4696
2014-08-06Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley9-112/+121
2014-08-06Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-62/+563
2014-08-05cxgb4i : Move stray CPL definitions to cxgb4 driverAnish Bhatt1-2/+0
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+8
2014-08-04iscsi class: Fix freeing of skb in get host error pathMike Christie1-1/+1
2014-08-02cxgb4i : remove spurious use of rcuAnish Bhatt1-9/+5
2014-08-01scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behaviorBart Van Assche1-1/+2
2014-08-01scsi: fix u14-34f printk format warningsRandy Dunlap1-2/+2
2014-08-01pm8001: fix pm8001_store_update_fwTomas Henzl2-71/+70
2014-08-01pm8001: Fix erratic calculation in update_flashTomas Henzl1-5/+2
2014-08-01libiscsi: return new error code when nop times outMike Christie1-1/+1
2014-08-01iscsi class: fix get_host_stats return code when not supportedMike Christie1-1/+1
2014-08-01iscsi class: fix get_host_stats error handlingMike Christie1-0/+4
2014-08-01qla4xxx: fix get_host_stats error propagationMike Christie1-0/+2
2014-07-30qla4xxx: check the return value of dma_alloc_coherent()Maurizio Lombardi1-0/+6
2014-07-30scsi: qla4xxx: ql4_mbx.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+7
2014-07-30scsi: qla4xxx: ql4_os.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+7
2014-07-30qla4xxx: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-07-30pm8001: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-19/+20
2014-07-30Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley6-46/+38
2014-07-30Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley3-2/+9
2014-07-29scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz2-0/+7
2014-07-29vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-07-29pm8001: Fix invalid return when request_irq() failedAlexander Gordeev1-2/+3
2014-07-29lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+6
2014-07-29isci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-07-29bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-14/+6
2014-07-29bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev1-10/+8
2014-07-29bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev1-25/+23
2014-07-29fnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-07-29scsi: use short driver name for per-driver cmd slab cachesJames Bottomley1-2/+2
2014-07-26scsi_debug: support scsi-mq, queues and locksDouglas Gilbert1-417/+1047
2014-07-25Drivers: add blist flagsK. Y. Srinivasan1-0/+10